Add evaluation results on the conll2003 config 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 of the [conll2003](https://huggingface.co/datasets/conll2003) dataset by
@sarahmiller137
, using the predictions stored [here](https://huggingface.co/datasets/autoevaluate/autoeval-staging-eval-project-conll2003-70dc316d-10775449).\
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
@@ -1,12 +1,44 @@
|
|
1 |
---
|
2 |
-
language:
|
3 |
-
|
4 |
-
thumbnail:
|
5 |
tags:
|
6 |
-
-
|
7 |
license: cc
|
8 |
datasets:
|
9 |
- conll2003
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
## Model information:
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
thumbnail: url to a thumbnail used in social sharing
|
5 |
tags:
|
6 |
+
- token classification
|
7 |
license: cc
|
8 |
datasets:
|
9 |
- conll2003
|
10 |
+
model-index:
|
11 |
+
- name: sarahmiller137/distilbert-base-uncased-ft-conll2003
|
12 |
+
results:
|
13 |
+
- task:
|
14 |
+
type: token-classification
|
15 |
+
name: Token Classification
|
16 |
+
dataset:
|
17 |
+
name: conll2003
|
18 |
+
type: conll2003
|
19 |
+
config: conll2003
|
20 |
+
split: test
|
21 |
+
metrics:
|
22 |
+
- name: Accuracy
|
23 |
+
type: accuracy
|
24 |
+
value: 0.9750189904012154
|
25 |
+
verified: true
|
26 |
+
- name: Precision
|
27 |
+
type: precision
|
28 |
+
value: 0.9802152215150602
|
29 |
+
verified: true
|
30 |
+
- name: Recall
|
31 |
+
type: recall
|
32 |
+
value: 0.9803021169462076
|
33 |
+
verified: true
|
34 |
+
- name: F1
|
35 |
+
type: f1
|
36 |
+
value: 0.9802586673049137
|
37 |
+
verified: true
|
38 |
+
- name: loss
|
39 |
+
type: loss
|
40 |
+
value: 0.10723897069692612
|
41 |
+
verified: true
|
42 |
---
|
43 |
|
44 |
## Model information:
|