bullmount commited on
Commit
8c51539
1 Parent(s): a43025a

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +42 -2
README.md CHANGED
@@ -10,7 +10,47 @@ model-index:
10
  - task:
11
  name: NER
12
  type: token-classification
13
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  ### Label Scheme
15
 
16
- <details>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  - task:
11
  name: NER
12
  type: token-classification
13
+ metrics:
14
+ - name: NER Precision
15
+ type: precision
16
+ value: 0.8990228013
17
+ - name: NER Recall
18
+ type: recall
19
+ value: 0.9019607843
20
+ - name: NER F Score
21
+ type: f_score
22
+ value: 0.9004893964
23
+ ---
24
+ | Feature | Description |
25
+ | --- | --- |
26
+ | **Name** | `nerIta` |
27
+ | **Version** | `0.0.0` |
28
+ | **spaCy** | `>=3.2.1,<3.3.0` |
29
+ | **Default Pipeline** | `transformer`, `ner` |
30
+ | **Components** | `transformer`, `ner` |
31
+ | **Vectors** | 0 keys, 0 unique vectors (0 dimensions) |
32
+ | **Sources** | n/a |
33
+ | **License** | n/a |
34
+ | **Author** | [n/a]() |
35
+
36
  ### Label Scheme
37
 
38
+ <details>
39
+
40
+ <summary>View label scheme (18 labels for 1 components)</summary>
41
+
42
+ | Component | Labels |
43
+ | --- | --- |
44
+ | **`ner`** | `BRAND`, `FOOD PRODUCT`, `INGREDIENT`, `MEASURE`, `QUANTITY` |
45
+
46
+ </details>
47
+
48
+ ### Accuracy
49
+
50
+ | Type | Score |
51
+ | --- | --- |
52
+ | `ENTS_F` | 90.05 |
53
+ | `ENTS_P` | 89.90 |
54
+ | `ENTS_R` | 90.20 |
55
+ | `TOK2VEC_LOSS` | 65769.53 |
56
+ | `NER_LOSS` | 7865.95 |