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
by duonguyen - opened
Hello I really appreciate what you did but is there something wrong with wheel file to build python package. When I build your package by "!pip install https://huggingface.co/hsengiv/en_gram_core_web_trf/resolve/main/en_gram_core_web_trf-any-py3-none-any.whl" and i got an error: "ERROR: Invalid requirement: 'en-gram-core-web-trf==any': Expected end or semicolon (after name and no valid version specifier)" how can fix this error?