Instructions to use te-sla/FastTextSr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- fastText
How to use te-sla/FastTextSr with fastText:
from huggingface_hub import hf_hub_download import fasttext model = fasttext.load_model(hf_hub_download("te-sla/FastTextSr", "model.bin")) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,7 +4,6 @@ datasets:
|
|
| 4 |
- procesaur/kisobran
|
| 5 |
- procesaur/STARS
|
| 6 |
- procesaur/Vikipedija
|
| 7 |
-
- procesaur/Vikizvornik
|
| 8 |
- jerteh/SrpELTeC
|
| 9 |
language:
|
| 10 |
- sr
|
|
|
|
| 4 |
- procesaur/kisobran
|
| 5 |
- procesaur/STARS
|
| 6 |
- procesaur/Vikipedija
|
|
|
|
| 7 |
- jerteh/SrpELTeC
|
| 8 |
language:
|
| 9 |
- sr
|