Commit ·
6c83afe
1
Parent(s): 8550569
Librarian Bot: Add base_model information to model (#2)
Browse files- Librarian Bot: Add base_model information to model (3cdf4ab9edb12ffc6eb0311cfd25be81ce1c3aee)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -10,29 +10,30 @@ metrics:
|
|
| 10 |
- recall
|
| 11 |
- f1
|
| 12 |
- accuracy
|
|
|
|
| 13 |
model-index:
|
| 14 |
- name: bertiny-finetuned-finer
|
| 15 |
results:
|
| 16 |
- task:
|
| 17 |
-
name: Token Classification
|
| 18 |
type: token-classification
|
|
|
|
| 19 |
dataset:
|
| 20 |
name: finer-139
|
| 21 |
type: finer-139
|
| 22 |
args: finer-139
|
| 23 |
metrics:
|
| 24 |
-
-
|
| 25 |
-
type: precision
|
| 26 |
value: 0.5339285714285714
|
| 27 |
-
|
| 28 |
-
|
| 29 |
value: 0.036011080332409975
|
| 30 |
-
|
| 31 |
-
|
| 32 |
value: 0.06747151077513258
|
| 33 |
-
|
| 34 |
-
|
| 35 |
value: 0.9847166143263048
|
|
|
|
| 36 |
---
|
| 37 |
|
| 38 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 10 |
- recall
|
| 11 |
- f1
|
| 12 |
- accuracy
|
| 13 |
+
base_model: google/bert_uncased_L-2_H-128_A-2
|
| 14 |
model-index:
|
| 15 |
- name: bertiny-finetuned-finer
|
| 16 |
results:
|
| 17 |
- task:
|
|
|
|
| 18 |
type: token-classification
|
| 19 |
+
name: Token Classification
|
| 20 |
dataset:
|
| 21 |
name: finer-139
|
| 22 |
type: finer-139
|
| 23 |
args: finer-139
|
| 24 |
metrics:
|
| 25 |
+
- type: precision
|
|
|
|
| 26 |
value: 0.5339285714285714
|
| 27 |
+
name: Precision
|
| 28 |
+
- type: recall
|
| 29 |
value: 0.036011080332409975
|
| 30 |
+
name: Recall
|
| 31 |
+
- type: f1
|
| 32 |
value: 0.06747151077513258
|
| 33 |
+
name: F1
|
| 34 |
+
- type: accuracy
|
| 35 |
value: 0.9847166143263048
|
| 36 |
+
name: Accuracy
|
| 37 |
---
|
| 38 |
|
| 39 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|