Instructions to use hsengiv/en_gram_core_web_trf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use hsengiv/en_gram_core_web_trf with spaCy:
!pip install https://huggingface.co/hsengiv/en_gram_core_web_trf/resolve/main/en_gram_core_web_trf-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("en_gram_core_web_trf") # Importing as module. import en_gram_core_web_trf nlp = en_gram_core_web_trf.load() - Notebooks
- Google Colab
- Kaggle
Fall to build package
#1 opened over 1 year ago
by
duonguyen