File size: 758 Bytes
bc20f36
 
cacd84c
44f9742
bc48352
 
 
 
 
 
 
 
5ffd473
 
 
 
 
 
bc48352
5ffd473
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
pipeline_tag: feature-extraction
library_name: fasttext
widget:
- text: آلما
  example_title: آلما
- text: بایرام
  example_title: بایرام
- text: قارداش
  example_title: قارداش
language:
- az
---
# Language Model-based Embedding (FastText)
   - Type: FastText-based word embedding model
   - Description: This model provides embeddings for Iranian Azerbaijani text using the FastText framework. It allows you to generate word embeddings for Iranian Azerbaijani words and phrases.

## How to use
Please ensure that you have FastText installed on your system.
```python
from huggingface_hub import hf_hub_download
import fasttext

model = fasttext.load_model(hf_hub_download("language-ml-lab/fasttext-azb", "model.bin"))
```