Instructions to use perplexity-correlations/fasttext-arc-easy-target with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- fastText
How to use perplexity-correlations/fasttext-arc-easy-target with fastText:
from huggingface_hub import hf_hub_download import fasttext model = fasttext.load_model(hf_hub_download("perplexity-correlations/fasttext-arc-easy-target", "model.bin")) - Notebooks
- Google Colab
- Kaggle
Improve model card
#1
by nielsr HF Staff - opened
This PR improves the model card by adding metadata such as pipeline_tag and library_name, and provides a link to the associated Github repository. It also clarifies the model's purpose as a data filter for pretraining LLMs.
Thanks!!
Tristan changed pull request status to merged