marzinouri commited on
Commit
bc48352
1 Parent(s): 5ffd473

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -6
README.md CHANGED
@@ -2,18 +2,21 @@
2
  pipeline_tag: feature-extraction
3
  library_name: fasttext
4
  widget:
5
- - text: آلما
6
- example_title: آلما
7
- - text: بایرام
8
- example_title: بایرام
9
- - text: قارداش
10
- example_title: قارداش
 
 
11
  ---
12
  # Language Model-based Embedding (FastText)
13
  - Type: FastText-based word embedding model
14
  - 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.
15
 
16
  ## How to use
 
17
  ```python
18
  from huggingface_hub import hf_hub_download
19
  import fasttext
 
2
  pipeline_tag: feature-extraction
3
  library_name: fasttext
4
  widget:
5
+ - text: آلما
6
+ example_title: آلما
7
+ - text: بایرام
8
+ example_title: بایرام
9
+ - text: قارداش
10
+ example_title: قارداش
11
+ language:
12
+ - az
13
  ---
14
  # Language Model-based Embedding (FastText)
15
  - Type: FastText-based word embedding model
16
  - 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.
17
 
18
  ## How to use
19
+ Please ensure that you have FastText installed on your system.
20
  ```python
21
  from huggingface_hub import hf_hub_download
22
  import fasttext