Instructions to use binbin83/fr_present_tense with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use binbin83/fr_present_tense with spaCy:
!pip install https://huggingface.co/binbin83/fr_present_tense/resolve/main/fr_present_tense-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("fr_present_tense") # Importing as module. import fr_present_tense nlp = fr_present_tense.load() - Notebooks
- Google Colab
- Kaggle
Ctrl+K