Instructions to use ISFarzi/en_pipeline with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use ISFarzi/en_pipeline with spaCy:
!pip install https://huggingface.co/ISFarzi/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.7,<3.9.0 |
| Default Pipeline | textcat |
| Components | textcat |
| Vectors | 0 keys, 0 unique vectors (0 dimensions) |
| Sources | n/a |
| License | n/a |
| Author | n/a |
Label Scheme
View label scheme (2 labels for 1 components)
| Component | Labels |
|---|---|
textcat |
spam, ham |
Accuracy
| Type | Score |
|---|---|
CATS_SCORE |
97.14 |
CATS_MICRO_P |
98.74 |
CATS_MICRO_R |
98.74 |
CATS_MICRO_F |
98.74 |
CATS_MACRO_P |
98.65 |
CATS_MACRO_R |
95.76 |
CATS_MACRO_F |
97.14 |
CATS_MACRO_AUC |
98.50 |
TEXTCAT_LOSS |
71.12 |
- Downloads last month
- -