cbruinsm commited on
Commit
39216a5
1 Parent(s): 00b47b3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +48 -3
README.md CHANGED
@@ -4,6 +4,7 @@ tags:
4
  - token-classification
5
  language:
6
  - en
 
7
  model-index:
8
  - name: en_Coff_Ev1
9
  results:
@@ -13,11 +14,55 @@ model-index:
13
  metrics:
14
  - name: NER Precision
15
  type: precision
16
- value: 0.9771888628
17
  - name: NER Recall
18
  type: recall
19
- value: 0.9771888628
20
  - name: NER F Score
21
  type: f_score
22
- value: 0.9771888628
23
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  - token-classification
5
  language:
6
  - en
7
+ license: cc-by-nc-sa-3.0
8
  model-index:
9
  - name: en_Coff_Ev1
10
  results:
14
  metrics:
15
  - name: NER Precision
16
  type: precision
17
+ value: 0.9673151751
18
  - name: NER Recall
19
  type: recall
20
+ value: 0.9872915012
21
  - name: NER F Score
22
  type: f_score
23
+ value: 0.9772012579
24
  ---
25
+ Your Coffee Ordered at the Speed of Sound
26
+
27
+ For citations please use the included ```refs.bib``` this project was a collaboration between five students with a common goal of simplifying the ordering process.
28
+
29
+ You *are permitted* to use this software for any projects, however this is *not permitted* for use in any commerical instances under our ```cc-by-nc-sa-3.0``` <br>
30
+ license without explicit permissions from the author(s).
31
+
32
+
33
+
34
+ | Feature | Description |
35
+ | --- | --- |
36
+ | **Name** | `en_Coff_Ev1` |
37
+ | **Version** | `1.4.0` |
38
+ | **spaCy** | `>=3.4.3,<3.5.0` |
39
+ | **Default Pipeline** | `tok2vec`, `ner` |
40
+ | **Components** | `tok2vec`, `ner` |
41
+ | **Vectors** | 0 keys, 0 unique vectors (0 dimensions) |
42
+ | **Sources** | n/a |
43
+ | **License** | `cc-by-nc-sa-3.0` |
44
+ | **Author** | [C.Bruinsma,I.Chi,J.Feliciano,J.Li,D.Paden]() |
45
+
46
+ *THIS SOFTWARE IS PROVIDED AS IS BY ITS AUTHORS UNDER NO WARRANTY OF ITS FUNCTION.*
47
+
48
+ ### Label Scheme
49
+
50
+ <details>
51
+
52
+ <summary>View label scheme (20 labels for 1 components)</summary>
53
+
54
+ | Component | Labels |
55
+ | --- | --- |
56
+ | **`ner`** | `Anti`, `Blended`, `Brew Style`, `Coffee Varietal`, `add-on`, `drink`, `extra`, `hot breakfast`, `milk`, `milk texture`, `pastry`, `pump quantity`, `roast`, `shot quality`, `shot quantity`, `size`, `syrup`, `temperature`, `toppings`, `upside-down` |
57
+
58
+ </details>
59
+
60
+ ### Accuracy
61
+
62
+ | Type | Score |
63
+ | --- | --- |
64
+ | `ENTS_F` | 97.72 |
65
+ | `ENTS_P` | 96.73 |
66
+ | `ENTS_R` | 98.73 |
67
+ | `TOK2VEC_LOSS` | 54858.85 |
68
+ | `NER_LOSS` | 427986.33 |