Commit
·
94d2b53
1
Parent(s):
1d47f12
update model card README.md
Browse files
README.md
CHANGED
@@ -22,7 +22,7 @@ model-index:
|
|
22 |
metrics:
|
23 |
- name: F1
|
24 |
type: f1
|
25 |
-
value: 0.
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -32,8 +32,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
32 |
|
33 |
This model is a fine-tuned version of [klue/bert-base](https://huggingface.co/klue/bert-base) on the klue dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
-
- Loss: 0.
|
36 |
-
- F1: 0.
|
37 |
|
38 |
## Model description
|
39 |
|
@@ -64,11 +64,11 @@ The following hyperparameters were used during training:
|
|
64 |
|
65 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
66 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
67 |
-
| No log | 1.0 | 90 | 0.
|
68 |
-
| No log | 2.0 | 180 | 0.
|
69 |
-
| No log | 3.0 | 270 | 0.
|
70 |
-
| No log | 4.0 | 360 | 0.
|
71 |
-
| No log | 5.0 | 450 | 0.
|
72 |
|
73 |
|
74 |
### Framework versions
|
|
|
22 |
metrics:
|
23 |
- name: F1
|
24 |
type: f1
|
25 |
+
value: 0.8690732980509929
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
32 |
|
33 |
This model is a fine-tuned version of [klue/bert-base](https://huggingface.co/klue/bert-base) on the klue dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 0.3737
|
36 |
+
- F1: 0.8691
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
64 |
|
65 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
66 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
67 |
+
| No log | 1.0 | 90 | 0.4250 | 0.8581 |
|
68 |
+
| No log | 2.0 | 180 | 0.4022 | 0.8635 |
|
69 |
+
| No log | 3.0 | 270 | 0.3765 | 0.8680 |
|
70 |
+
| No log | 4.0 | 360 | 0.3737 | 0.8691 |
|
71 |
+
| No log | 5.0 | 450 | 0.3699 | 0.8681 |
|
72 |
|
73 |
|
74 |
### Framework versions
|