Instructions to use FarnetAI/Khamenei with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- fastText
How to use FarnetAI/Khamenei with fastText:
from huggingface_hub import hf_hub_download import fasttext model = fasttext.load_model(hf_hub_download("FarnetAI/Khamenei", "model.bin")) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,8 +11,6 @@ library_name: fasttext
|
|
| 11 |
|
| 12 |
Khamenei Word embeding
|
| 13 |
|
| 14 |
-
This modelcard aims to be a base template for new models. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/modelcard_template.md?plain=1).
|
| 15 |
-
|
| 16 |
## Model Details
|
| 17 |
|
| 18 |
### Model Description
|
|
|
|
| 11 |
|
| 12 |
Khamenei Word embeding
|
| 13 |
|
|
|
|
|
|
|
| 14 |
## Model Details
|
| 15 |
|
| 16 |
### Model Description
|