End of training
Browse files
README.md
CHANGED
@@ -17,9 +17,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [klue/roberta-large](https://huggingface.co/klue/roberta-large) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Accuracy: 0.
|
22 |
-
- F1: 0.
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -44,15 +44,17 @@ The following hyperparameters were used during training:
|
|
44 |
- seed: 42
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
-
- num_epochs:
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
-
| Training Loss | Epoch | Step
|
52 |
-
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
|
|
|
|
56 |
|
57 |
|
58 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [klue/roberta-large](https://huggingface.co/klue/roberta-large) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.9351
|
21 |
+
- Accuracy: 0.7338
|
22 |
+
- F1: 0.7309
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
44 |
- seed: 42
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
+
- num_epochs: 5
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
52 |
+
|:-------------:|:-----:|:-----:|:---------------:|:--------:|:------:|
|
53 |
+
| 0.739 | 1.0 | 2554 | 0.7268 | 0.7310 | 0.7196 |
|
54 |
+
| 0.6171 | 2.0 | 5108 | 0.6995 | 0.7425 | 0.7354 |
|
55 |
+
| 0.493 | 3.0 | 7662 | 0.7367 | 0.7409 | 0.7371 |
|
56 |
+
| 0.362 | 4.0 | 10216 | 0.8168 | 0.7418 | 0.7365 |
|
57 |
+
| 0.2622 | 5.0 | 12770 | 0.9351 | 0.7338 | 0.7309 |
|
58 |
|
59 |
|
60 |
### Framework versions
|