Instructions to use vrjayaprakash/en_pipeline with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use vrjayaprakash/en_pipeline with spaCy:
!pip install https://huggingface.co/vrjayaprakash/en_pipeline/resolve/main/en_pipeline-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("en_pipeline") # Importing as module. import en_pipeline nlp = en_pipeline.load() - Notebooks
- Google Colab
- Kaggle
| Feature | Description |
|---|---|
| Name | en_pipeline |
| Version | 0.0.0 |
| spaCy | >=3.8.11,<3.9.0 |
| Default Pipeline | tok2vec, ner |
| Components | tok2vec, ner |
| Vectors | 684830 keys, 342918 unique vectors (300 dimensions) |
| Sources | n/a |
| License | n/a |
| Author | n/a |
Label Scheme
View label scheme (3 labels for 1 components)
| Component | Labels |
|---|---|
ner |
MEDICALCONDITION, MEDICINE, PATHOGEN |
Accuracy
| Type | Score |
|---|---|
ENTS_F |
98.81 |
ENTS_P |
99.21 |
ENTS_R |
98.43 |
TOK2VEC_LOSS |
4046.29 |
NER_LOSS |
16368.23 |
- Downloads last month
- -
Evaluation results
- NER Precisionself-reported0.992
- NER Recallself-reported0.984
- NER F Scoreself-reported0.988