Instructions to use perplexity-correlations/fasttext-lambada-de-target with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- fastText
How to use perplexity-correlations/fasttext-lambada-de-target with fastText:
from huggingface_hub import hf_hub_download import fasttext model = fasttext.load_model(hf_hub_download("perplexity-correlations/fasttext-lambada-de-target", "model.bin")) - Notebooks
- Google Colab
- Kaggle
Improve model card with metadata and code link
#1
by nielsr HF Staff - opened
This PR improves the model card by adding the pipeline_tag and library_name metadata, and includes a link to the Github repository. The pipeline_tag is set to text-classification as the data filter aids in the text classification domain.
Tristan changed pull request status to merged