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