Update README.md
Browse files
README.md
CHANGED
@@ -12,9 +12,16 @@ model-index:
|
|
12 |
type: token-classification
|
13 |
metrics:
|
14 |
- name: TAG (XPOS) Accuracy
|
15 |
-
type:
|
16 |
value: 0.9638991277
|
|
|
|
|
17 |
---
|
|
|
|
|
|
|
|
|
|
|
18 |
| Feature | Description |
|
19 |
| --- | --- |
|
20 |
| **Name** | `en_gram_core_web_trf` |
|
@@ -31,7 +38,7 @@ model-index:
|
|
31 |
|
32 |
<details>
|
33 |
|
34 |
-
<summary>View label scheme (7534 labels for 1
|
35 |
|
36 |
| Component | Labels |
|
37 |
| --- | --- |
|
@@ -43,6 +50,4 @@ model-index:
|
|
43 |
|
44 |
| Type | Score |
|
45 |
| --- | --- |
|
46 |
-
| `TAG_ACC` | 96.39 |
|
47 |
-
| `TRANSFORMER_LOSS` | 476040.93 |
|
48 |
-
| `TAGGER_LOSS` | 901382.35 |
|
|
|
12 |
type: token-classification
|
13 |
metrics:
|
14 |
- name: TAG (XPOS) Accuracy
|
15 |
+
type: Accuracy
|
16 |
value: 0.9638991277
|
17 |
+
library_name: spacy
|
18 |
+
pipeline_tag: token-classification
|
19 |
---
|
20 |
+
|
21 |
+
# **Spacy Tagger-Based Grammatical Error Identifier and Corrector for the English language**
|
22 |
+
|
23 |
+
## More info: TBD
|
24 |
+
|
25 |
| Feature | Description |
|
26 |
| --- | --- |
|
27 |
| **Name** | `en_gram_core_web_trf` |
|
|
|
38 |
|
39 |
<details>
|
40 |
|
41 |
+
<summary>View label scheme (7534 labels for 1 component)</summary>
|
42 |
|
43 |
| Component | Labels |
|
44 |
| --- | --- |
|
|
|
50 |
|
51 |
| Type | Score |
|
52 |
| --- | --- |
|
53 |
+
| `TAG_ACC` | 96.39 |
|
|
|
|