chunwoolee0
commited on
Commit
•
52e1da2
1
Parent(s):
9006e4d
update model card README.md
Browse files
README.md
CHANGED
@@ -24,16 +24,16 @@ model-index:
|
|
24 |
metrics:
|
25 |
- name: Precision
|
26 |
type: precision
|
27 |
-
value: 0.
|
28 |
- name: Recall
|
29 |
type: recall
|
30 |
-
value: 0.
|
31 |
- name: F1
|
32 |
type: f1
|
33 |
-
value: 0.
|
34 |
- name: Accuracy
|
35 |
type: accuracy
|
36 |
-
value: 0.
|
37 |
---
|
38 |
|
39 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -43,11 +43,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
43 |
|
44 |
This model is a fine-tuned version of [klue/roberta-base](https://huggingface.co/klue/roberta-base) on the klue dataset.
|
45 |
It achieves the following results on the evaluation set:
|
46 |
-
- Loss: 0.
|
47 |
-
- Precision: 0.
|
48 |
-
- Recall: 0.
|
49 |
-
- F1: 0.
|
50 |
-
- Accuracy: 0.
|
51 |
|
52 |
## Model description
|
53 |
|
@@ -78,9 +78,9 @@ The following hyperparameters were used during training:
|
|
78 |
|
79 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
80 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
81 |
-
| 0.
|
82 |
-
| 0.
|
83 |
-
| 0.
|
84 |
|
85 |
|
86 |
### Framework versions
|
|
|
24 |
metrics:
|
25 |
- name: Precision
|
26 |
type: precision
|
27 |
+
value: 0.9545986426398315
|
28 |
- name: Recall
|
29 |
type: recall
|
30 |
+
value: 0.9557169634489222
|
31 |
- name: F1
|
32 |
type: f1
|
33 |
+
value: 0.955157475705421
|
34 |
- name: Accuracy
|
35 |
type: accuracy
|
36 |
+
value: 0.9883703228112445
|
37 |
---
|
38 |
|
39 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
43 |
|
44 |
This model is a fine-tuned version of [klue/roberta-base](https://huggingface.co/klue/roberta-base) on the klue dataset.
|
45 |
It achieves the following results on the evaluation set:
|
46 |
+
- Loss: 0.0487
|
47 |
+
- Precision: 0.9546
|
48 |
+
- Recall: 0.9557
|
49 |
+
- F1: 0.9552
|
50 |
+
- Accuracy: 0.9884
|
51 |
|
52 |
## Model description
|
53 |
|
|
|
78 |
|
79 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
80 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
81 |
+
| 0.0449 | 1.0 | 2626 | 0.0601 | 0.9361 | 0.9176 | 0.9267 | 0.9830 |
|
82 |
+
| 0.0262 | 2.0 | 5252 | 0.0469 | 0.9484 | 0.9510 | 0.9497 | 0.9874 |
|
83 |
+
| 0.0144 | 3.0 | 7878 | 0.0487 | 0.9546 | 0.9557 | 0.9552 | 0.9884 |
|
84 |
|
85 |
|
86 |
### Framework versions
|