Commit
•
4638cd5
1
Parent(s):
20c96be
Add evaluation results on the lener_br config and validation split of lener_br (#2)
Browse files- Add evaluation results on the lener_br config and validation split of lener_br (e00c303fb6f980af221713d7daa9f579f9e99226)
Co-authored-by: Evaluation Bot <[email protected]>
README.md
CHANGED
@@ -57,6 +57,35 @@ model-index:
|
|
57 |
type: loss
|
58 |
value: 0.11542011797428131
|
59 |
verified: true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
60 |
---
|
61 |
|
62 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
57 |
type: loss
|
58 |
value: 0.11542011797428131
|
59 |
verified: true
|
60 |
+
- task:
|
61 |
+
type: token-classification
|
62 |
+
name: Token Classification
|
63 |
+
dataset:
|
64 |
+
name: lener_br
|
65 |
+
type: lener_br
|
66 |
+
config: lener_br
|
67 |
+
split: validation
|
68 |
+
metrics:
|
69 |
+
- name: Accuracy
|
70 |
+
type: accuracy
|
71 |
+
value: 0.9692504609383333
|
72 |
+
verified: true
|
73 |
+
- name: Precision
|
74 |
+
type: precision
|
75 |
+
value: 0.9786866842043531
|
76 |
+
verified: true
|
77 |
+
- name: Recall
|
78 |
+
type: recall
|
79 |
+
value: 0.9840619998315222
|
80 |
+
verified: true
|
81 |
+
- name: F1
|
82 |
+
type: f1
|
83 |
+
value: 0.9813669814173863
|
84 |
+
verified: true
|
85 |
+
- name: loss
|
86 |
+
type: loss
|
87 |
+
value: 0.22302456200122833
|
88 |
+
verified: true
|
89 |
---
|
90 |
|
91 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|