Commit
•
bf7ca2f
1
Parent(s):
95c62bc
Add evaluation results on the conll2003 config and test split of conll2003
Browse filesBeep boop, I am a bot from Hugging Face's automatic model evaluator 👋!\
Your model has been evaluated on the conll2003 config and test split of the [conll2003](https://huggingface.co/datasets/conll2003) dataset by
@rdecoupes
, using the predictions stored [here](https://huggingface.co/datasets/autoevaluate/autoeval-eval-conll2003-conll2003-623e8b-1865063750).\
Accept this pull request to see the results displayed on the [Hub leaderboard](https://huggingface.co/spaces/autoevaluate/leaderboards?dataset=conll2003).\
Evaluate your model on more datasets [here](https://huggingface.co/spaces/autoevaluate/model-evaluator?dataset=conll2003).
README.md
CHANGED
@@ -3,6 +3,38 @@ language: en
|
|
3 |
datasets:
|
4 |
- conll2003
|
5 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
---
|
7 |
# bert-base-NER
|
8 |
|
|
|
3 |
datasets:
|
4 |
- conll2003
|
5 |
license: mit
|
6 |
+
model-index:
|
7 |
+
- name: dslim/bert-large-NER
|
8 |
+
results:
|
9 |
+
- task:
|
10 |
+
type: token-classification
|
11 |
+
name: Token Classification
|
12 |
+
dataset:
|
13 |
+
name: conll2003
|
14 |
+
type: conll2003
|
15 |
+
config: conll2003
|
16 |
+
split: test
|
17 |
+
metrics:
|
18 |
+
- name: Accuracy
|
19 |
+
type: accuracy
|
20 |
+
value: 0.9031688753722759
|
21 |
+
verified: true
|
22 |
+
- name: Precision
|
23 |
+
type: precision
|
24 |
+
value: 0.920025068328604
|
25 |
+
verified: true
|
26 |
+
- name: Recall
|
27 |
+
type: recall
|
28 |
+
value: 0.9193688678588825
|
29 |
+
verified: true
|
30 |
+
- name: F1
|
31 |
+
type: f1
|
32 |
+
value: 0.9196968510445761
|
33 |
+
verified: true
|
34 |
+
- name: loss
|
35 |
+
type: loss
|
36 |
+
value: 0.5085050463676453
|
37 |
+
verified: true
|
38 |
---
|
39 |
# bert-base-NER
|
40 |
|