Update README.md
Browse files
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,27 +14,36 @@ model-index:
|
|
13 |
metrics:
|
14 |
- name: NER Precision
|
15 |
type: precision
|
16 |
-
value: 0.
|
17 |
- name: NER Recall
|
18 |
type: recall
|
19 |
-
value: 0.
|
20 |
- name: NER F Score
|
21 |
type: f_score
|
22 |
-
value: 0.
|
23 |
---
|
24 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
|
26 |
| Feature | Description |
|
27 |
| --- | --- |
|
28 |
| **Name** | `en_Coff_Ev1` |
|
29 |
-
| **Version** | `1.
|
30 |
| **spaCy** | `>=3.4.3,<3.5.0` |
|
31 |
| **Default Pipeline** | `tok2vec`, `ner` |
|
32 |
| **Components** | `tok2vec`, `ner` |
|
33 |
| **Vectors** | 0 keys, 0 unique vectors (0 dimensions) |
|
34 |
| **Sources** | n/a |
|
35 |
-
| **License** |
|
36 |
-
| **Author** | [
|
|
|
|
|
37 |
|
38 |
### Label Scheme
|
39 |
|
@@ -51,8 +61,8 @@ Last version was terrible, so it had to be updated
|
|
51 |
|
52 |
| Type | Score |
|
53 |
| --- | --- |
|
54 |
-
| `ENTS_F` | 97.
|
55 |
-
| `ENTS_P` |
|
56 |
-
| `ENTS_R` |
|
57 |
-
| `TOK2VEC_LOSS` |
|
58 |
-
| `NER_LOSS` |
|
|
|
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.3.2` |
|
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 |
|
|
|
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 |
|