Commit
•
78e71d8
1
Parent(s):
7ec8067
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 @[email protected], using the predictions stored [here](https://huggingface.co/datasets/autoevaluate/autoeval-eval-conll2003-conll2003-df31a4-1679759345).\
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,5 +1,5 @@
|
|
1 |
---
|
2 |
-
language:
|
3 |
- en
|
4 |
tags:
|
5 |
- token-classification
|
@@ -9,6 +9,38 @@ datasets:
|
|
9 |
- conll2003
|
10 |
metrics:
|
11 |
- Accuracy, F1 Score, Precision, Recall
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
# Electra Base Discriminator conll03 English
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
- en
|
4 |
tags:
|
5 |
- token-classification
|
|
|
9 |
- conll2003
|
10 |
metrics:
|
11 |
- Accuracy, F1 Score, Precision, Recall
|
12 |
+
model-index:
|
13 |
+
- name: bhadresh-savani/electra-base-discriminator-finetuned-conll03-english
|
14 |
+
results:
|
15 |
+
- task:
|
16 |
+
type: token-classification
|
17 |
+
name: Token Classification
|
18 |
+
dataset:
|
19 |
+
name: conll2003
|
20 |
+
type: conll2003
|
21 |
+
config: conll2003
|
22 |
+
split: test
|
23 |
+
metrics:
|
24 |
+
- name: Accuracy
|
25 |
+
type: accuracy
|
26 |
+
value: 0.9397659001450176
|
27 |
+
verified: true
|
28 |
+
- name: Precision
|
29 |
+
type: precision
|
30 |
+
value: 0.9492206245667668
|
31 |
+
verified: true
|
32 |
+
- name: Recall
|
33 |
+
type: recall
|
34 |
+
value: 0.9468813162653806
|
35 |
+
verified: true
|
36 |
+
- name: F1
|
37 |
+
type: f1
|
38 |
+
value: 0.9480495273598721
|
39 |
+
verified: true
|
40 |
+
- name: loss
|
41 |
+
type: loss
|
42 |
+
value: 0.3468747138977051
|
43 |
+
verified: true
|
44 |
---
|
45 |
|
46 |
# Electra Base Discriminator conll03 English
|