File size: 914 Bytes
beeba7c a75662b beeba7c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 |
---
tags:
- spacy
- text-classification
language:
- en
model-index:
- name: en_pipeline
results: []
datasets:
- imdb
---
| Feature | Description |
| --- | --- |
| **Name** | `en_pipeline` |
| **Version** | `0.0.0` |
| **spaCy** | `>=3.5.1,<3.6.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
<details>
<summary>View label scheme (2 labels for 1 components)</summary>
| Component | Labels |
| --- | --- |
| **`textcat`** | `POS`, `NEG` |
</details>
### Accuracy
| Type | Score |
| --- | --- |
| `CATS_SCORE` | 87.23 |
| `CATS_MICRO_P` | 87.24 |
| `CATS_MICRO_R` | 87.24 |
| `CATS_MICRO_F` | 87.24 |
| `CATS_MACRO_P` | 87.29 |
| `CATS_MACRO_R` | 87.24 |
| `CATS_MACRO_F` | 87.23 |
| `CATS_MACRO_AUC` | 93.90 |
| `TEXTCAT_LOSS` | 1499.40 | |