Instructions to use facebook/fasttext-language-identification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- fastText
How to use facebook/fasttext-language-identification with fastText:
from huggingface_hub import hf_hub_download import fasttext model = fasttext.load_model(hf_hub_download("facebook/fasttext-language-identification", "model.bin")) - Notebooks
- Google Colab
- Kaggle
Did the licence change from the original FastText?
#4
by tradunsky - opened
Original model license is actually commercial friendly:
License
The models are distributed under the Creative Commons Attribution-Share-Alike License 3.0.
Source: https://fasttext.cc/docs/en/language-identification.html
This one is distributed under a different, non commercial, license?
License
The language identification model is distributed under the Creative Commons Attribution-NonCommercial 4.0 International Public License.
Source: https://huggingface.co/facebook/fasttext-language-identification
I am curious what was the reason to change the licensing?