Instructions to use chcaa/grc_odycy_joint_trf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use chcaa/grc_odycy_joint_trf with spaCy:
!pip install https://huggingface.co/chcaa/grc_odycy_joint_trf/resolve/main/grc_odycy_joint_trf-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("grc_odycy_joint_trf") # Importing as module. import grc_odycy_joint_trf nlp = grc_odycy_joint_trf.load() - Notebooks
- Google Colab
- Kaggle
Rename grc_odycy_joint_trf-any-py3-none-any.whl to grc_odycy_joint_trf-0.7.0-py3-none-any.whl
#2
by al1808th - opened
The name of the wheel (.whl) seems to be fumbled. The first "any" should be "0.7.0", since that's the actual version stated inside the wheel if you unzip and look. Without that name change, pip gives this error:
ERROR: Invalid requirement: 'grc-odycy-joint-trf==any': Expected end or semicolon (after name and no valid version specifier)
grc-odycy-joint-trf==any
There's another user with this same problem in the "Community" tab, so its not just me.
Running pip install grc_odycy_joint_trf-0.7.0-py3-none-any.whl works fine.
(By the way, hats off to the Danish ancient language NLP community for making this fantastic software! We Swedish NLP:ers have much to learn from you :)
Thanks both for the PR and the kind words :D Sorry for replying so late, been down with the flu this last week
kardosdrur changed pull request status to merged