Upload tokenizer
Browse files
README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
-
base_model: bert-base-uncased
|
| 4 |
tags:
|
| 5 |
- generated_from_trainer
|
|
|
|
| 6 |
datasets:
|
| 7 |
- conll2003
|
| 8 |
metrics:
|
|
@@ -14,8 +14,8 @@ model-index:
|
|
| 14 |
- name: NER_Pittsburgh_TAA
|
| 15 |
results:
|
| 16 |
- task:
|
| 17 |
-
name: Token Classification
|
| 18 |
type: token-classification
|
|
|
|
| 19 |
dataset:
|
| 20 |
name: conll2003
|
| 21 |
type: conll2003
|
|
@@ -23,18 +23,18 @@ model-index:
|
|
| 23 |
split: validation
|
| 24 |
args: conll2003
|
| 25 |
metrics:
|
| 26 |
-
-
|
| 27 |
-
type: precision
|
| 28 |
value: 0.9429236395877203
|
| 29 |
-
|
| 30 |
-
|
| 31 |
value: 0.9517843159190066
|
| 32 |
-
|
| 33 |
-
|
| 34 |
value: 0.9473332591025497
|
| 35 |
-
|
| 36 |
-
|
| 37 |
value: 0.9867030994328562
|
|
|
|
| 38 |
---
|
| 39 |
|
| 40 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
| 3 |
tags:
|
| 4 |
- generated_from_trainer
|
| 5 |
+
base_model: bert-base-uncased
|
| 6 |
datasets:
|
| 7 |
- conll2003
|
| 8 |
metrics:
|
|
|
|
| 14 |
- name: NER_Pittsburgh_TAA
|
| 15 |
results:
|
| 16 |
- task:
|
|
|
|
| 17 |
type: token-classification
|
| 18 |
+
name: Token Classification
|
| 19 |
dataset:
|
| 20 |
name: conll2003
|
| 21 |
type: conll2003
|
|
|
|
| 23 |
split: validation
|
| 24 |
args: conll2003
|
| 25 |
metrics:
|
| 26 |
+
- type: precision
|
|
|
|
| 27 |
value: 0.9429236395877203
|
| 28 |
+
name: Precision
|
| 29 |
+
- type: recall
|
| 30 |
value: 0.9517843159190066
|
| 31 |
+
name: Recall
|
| 32 |
+
- type: f1
|
| 33 |
value: 0.9473332591025497
|
| 34 |
+
name: F1
|
| 35 |
+
- type: accuracy
|
| 36 |
value: 0.9867030994328562
|
| 37 |
+
name: Accuracy
|
| 38 |
---
|
| 39 |
|
| 40 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|