Instructions to use perplexity-correlations/fasttext-sciq-target with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- fastText
How to use perplexity-correlations/fasttext-sciq-target with fastText:
from huggingface_hub import hf_hub_download import fasttext model = fasttext.load_model(hf_hub_download("perplexity-correlations/fasttext-sciq-target", "model.bin")) - Notebooks
- Google Colab
- Kaggle
Improve model card with metadata and link to code
#1
by nielsr HF Staff - opened
This PR adds metadata to the model card, including the pipeline_tag and library_name. It also adds a link to the Github repository for easier access to the code.
Tristan changed pull request status to merged