Instructions to use hkust-nlp/preselect-fasttext-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- fastText
How to use hkust-nlp/preselect-fasttext-classifier with fastText:
from huggingface_hub import hf_hub_download import fasttext model = fasttext.load_model(hf_hub_download("hkust-nlp/preselect-fasttext-classifier", "model.bin")) - Notebooks
- Google Colab
- Kaggle
Add license to metadata and fix broken link in summary
#3
by nielsr HF Staff - opened
This PR improves the model card by:
- Adding the
apache-2.0license to the YAML metadata. - Fixing a broken link in the "Model Summary" section, ensuring it correctly points to the paper.