Instructions to use language-ml-lab/fasttext-azb with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- fastText
How to use language-ml-lab/fasttext-azb with fastText:
from huggingface_hub import hf_hub_download import fasttext model = fasttext.load_model(hf_hub_download("language-ml-lab/fasttext-azb", "model.bin")) - Notebooks
- Google Colab
- Kaggle
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.
from huggingface_hub import hf_hub_download
import fasttext
model = fasttext.load_model(hf_hub_download("language-ml-lab/fasttext-azb", "model.bin"))
- Downloads last month
- 2