Instructions to use perplexity-correlations/fasttext-piqa-target with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- fastText
How to use perplexity-correlations/fasttext-piqa-target with fastText:
from huggingface_hub import hf_hub_download import fasttext model = fasttext.load_model(hf_hub_download("perplexity-correlations/fasttext-piqa-target", "model.bin")) - Notebooks
- Google Colab
- Kaggle
Improve model card with metadata and description
#1
by nielsr HF Staff - opened
This PR improves the model card by:
- Adding the
pipeline_tag: text-classificationto indicate its use in text classification preprocessing. - Specifying the
library_name: fasttextas it's a fastText-based filter. - Confirming the
license: mit. - Providing a more descriptive model card.
This makes the model and its purpose clearer to users.
Tristan changed pull request status to merged