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 pipeline tag and library name
#1
by nielsr HF Staff - opened
This PR adds the pipeline_tag and library_name to the model card metadata to improve discoverability and clarity. The pipeline_tag is set to TEXT_CLASSIFICATION as this is a binary classifier for text data. The library_name is set to fasttext as this model uses the fastText library.
ksshumab changed pull request status to merged