Instructions to use regmisaugat59/en_01_pipeline with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use regmisaugat59/en_01_pipeline with spaCy:
!pip install https://huggingface.co/regmisaugat59/en_01_pipeline/resolve/main/en_01_pipeline-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("en_01_pipeline") # Importing as module. import en_01_pipeline nlp = en_01_pipeline.load() - Notebooks
- Google Colab
- Kaggle
| Feature | Description |
|---|---|
| Name | en_01_pipeline |
| Version | 0.0.0 |
| spaCy | >=3.5.3,<3.6.0 |
| Default Pipeline | tok2vec, ner |
| Components | tok2vec, ner |
| Vectors | 514157 keys, 514157 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 |
75.83 |
ENTS_P |
71.79 |
ENTS_R |
80.35 |
TOK2VEC_LOSS |
9653.55 |
NER_LOSS |
224125.66 |
- Downloads last month
- 1
Evaluation results
- NER Precisionself-reported0.718
- NER Recallself-reported0.803
- NER F Scoreself-reported0.758