Instructions to use failed09/bashkir-fasttext with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- fastText
How to use failed09/bashkir-fasttext with fastText:
from huggingface_hub import hf_hub_download import fasttext model = fasttext.load_model(hf_hub_download("failed09/bashkir-fasttext", "model.bin")) - Notebooks
- Google Colab
- Kaggle
File size: 656 Bytes
ad927db | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | {
"id": "bashkir_fasttext_300d_mini",
"version": "v0.1-beta",
"type": "word_embeddings",
"status": "beta",
"language": "ba",
"license": "apache-2.0",
"file": "bashkir_fasttext_300d_mini.bin",
"format": "compressed-fasttext",
"dimension": 300,
"size_mb": 17.01,
"source": "a monolingual Bashkir-language text collection",
"source_sentences": 10830756,
"source_words": 154308988,
"created_at": "2026-09-17T17:58:34Z",
"sha256": {
"bashkir_fasttext_300d_mini.bin": "51c65280ece23c79da7fc3f655da7eb9bbee3b8dd3684086d58e8ddabe0096e6",
"config.json": "7d94cf89587e637d4df24a34a4d9608412a9e77d7e99e50088e53783b781d37d"
}
}
|