Instructions to use perplexity-correlations/fasttext-lambada-es-target with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- fastText
How to use perplexity-correlations/fasttext-lambada-es-target with fastText:
from huggingface_hub import hf_hub_download import fasttext model = fasttext.load_model(hf_hub_download("perplexity-correlations/fasttext-lambada-es-target", "model.bin")) - Notebooks
- Google Colab
- Kaggle
Improve model card: Add metadata, tags, and clarify model purpose
#1
by nielsr HF Staff - opened
This PR improves the model card by:
- Adding metadata:
library_name(fasttext), license (MIT), and relevant tags. - Clarifying the model's purpose as a data filter for pretraining LLMs, not a language model itself.
- Adding a link to the GitHub repository.
- Improving the overall description to be more informative and concise.
Tristan changed pull request status to merged