yooonsangbeom
commited on
Commit
•
834b373
1
Parent(s):
a549f92
update model card README.md
Browse files
README.md
CHANGED
@@ -21,7 +21,7 @@ model-index:
|
|
21 |
metrics:
|
22 |
- name: F1
|
23 |
type: f1
|
24 |
-
value: 0.
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -31,8 +31,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
31 |
|
32 |
This model is a fine-tuned version of [klue/bert-base](https://huggingface.co/klue/bert-base) on the klue dataset.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
-
- Loss: 0.
|
35 |
-
- F1: 0.
|
36 |
|
37 |
## Model description
|
38 |
|
@@ -63,11 +63,11 @@ The following hyperparameters were used during training:
|
|
63 |
|
64 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
65 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
66 |
-
| No log | 1.0 | 90 | 0.
|
67 |
-
| No log | 2.0 | 180 | 0.
|
68 |
-
| No log | 3.0 | 270 | 0.
|
69 |
-
| No log | 4.0 | 360 | 0.
|
70 |
-
| No log | 5.0 | 450 | 0.
|
71 |
|
72 |
|
73 |
### Framework versions
|
|
|
21 |
metrics:
|
22 |
- name: F1
|
23 |
type: f1
|
24 |
+
value: 0.8696415258442162
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
31 |
|
32 |
This model is a fine-tuned version of [klue/bert-base](https://huggingface.co/klue/bert-base) on the klue dataset.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
+
- Loss: 0.3642
|
35 |
+
- F1: 0.8696
|
36 |
|
37 |
## Model description
|
38 |
|
|
|
63 |
|
64 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
65 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
66 |
+
| No log | 1.0 | 90 | 0.4440 | 0.8502 |
|
67 |
+
| No log | 2.0 | 180 | 0.3793 | 0.8667 |
|
68 |
+
| No log | 3.0 | 270 | 0.3642 | 0.8696 |
|
69 |
+
| No log | 4.0 | 360 | 0.3664 | 0.8693 |
|
70 |
+
| No log | 5.0 | 450 | 0.3675 | 0.8689 |
|
71 |
|
72 |
|
73 |
### Framework versions
|