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
README.md exists but content is empty.
- Downloads last month
- -
Evaluation results
- NER Precisionself-reported0.771
- NER Recallself-reported0.799
- NER F Scoreself-reported0.784
!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()