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