Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- spacy
|
| 4 |
+
- token-classification
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
model-index:
|
| 8 |
+
- name: en_pipeline
|
| 9 |
+
results:
|
| 10 |
+
- task:
|
| 11 |
+
name: NER
|
| 12 |
+
type: token-classification
|
| 13 |
+
metrics:
|
| 14 |
+
- name: NER Precision
|
| 15 |
+
type: precision
|
| 16 |
+
value: 1.0
|
| 17 |
+
- name: NER Recall
|
| 18 |
+
type: recall
|
| 19 |
+
value: 1.0
|
| 20 |
+
- name: NER F Score
|
| 21 |
+
type: f_score
|
| 22 |
+
value: 1.0
|
| 23 |
+
---
|
| 24 |
+
| Feature | Description |
|
| 25 |
+
| --- | --- |
|
| 26 |
+
| **Name** | `bias` |
|
| 27 |
+
| **Version** | `0.0.0` |
|
| 28 |
+
| **spaCy** | `>=3.2.1,<3.3.0` |
|
| 29 |
+
| **Default Pipeline** | `tok2vec`, `ner` |
|
| 30 |
+
| **Components** | `tok2vec`, `ner` |
|
| 31 |
+
| **Vectors** | 0 keys, 0 unique vectors (0 dimensions) |
|
| 32 |
+
| **Sources** | n/a |
|
| 33 |
+
| **License** | n/a |
|
| 34 |
+
| **Author** | [n/a]() |
|
| 35 |
+
### Label Scheme
|
| 36 |
+
<details>
|
| 37 |
+
<summary>View label scheme (1 labels for 1 components)</summary>
|
| 38 |
+
| Component | Labels |
|
| 39 |
+
| --- | --- |
|
| 40 |
+
| **`ner`** | `bias` |
|
| 41 |
+
</details>
|
| 42 |
+
### Accuracy
|
| 43 |
+
| Type | Score |
|
| 44 |
+
| --- | --- |
|
| 45 |
+
| `ENTS_F` | 100.00 |
|
| 46 |
+
| `ENTS_P` | 100.00 |
|
| 47 |
+
| `ENTS_R` | 100.00 |
|
| 48 |
+
| `TOK2VEC_LOSS` | 0.00 |
|
| 49 |
+
| `NER_LOSS` | 0.00 |
|