Commit
·
e7d6aaa
1
Parent(s):
5a600b8
End of training
Browse files- README.md +5 -5
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -16,8 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [klue/roberta-small](https://huggingface.co/klue/roberta-small) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss:
|
20 |
-
- Accuracy: 0.
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -48,9 +48,9 @@ The following hyperparameters were used during training:
|
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
50 |
|:-------------:|:-----:|:-----:|:---------------:|:--------:|
|
51 |
-
| 1.
|
52 |
-
| 0.
|
53 |
-
| 0.
|
54 |
|
55 |
|
56 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [klue/roberta-small](https://huggingface.co/klue/roberta-small) on the None dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 1.0021
|
20 |
+
- Accuracy: 0.6429
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
48 |
|
49 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
50 |
|:-------------:|:-----:|:-----:|:---------------:|:--------:|
|
51 |
+
| 1.0292 | 1.0 | 5000 | 1.0362 | 0.6326 |
|
52 |
+
| 0.9881 | 2.0 | 10000 | 1.0196 | 0.6321 |
|
53 |
+
| 0.9058 | 3.0 | 15000 | 1.0021 | 0.6429 |
|
54 |
|
55 |
|
56 |
### Framework versions
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 272422385
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b13681ae5765687779c2482528ec7cf01be0f4b38ffc18e01aa61a839fd40312
|
3 |
size 272422385
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4027
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c3dafb5aacf3b4de73b85411c8244e5322bbcdfdc66f095693ab1f72fee56c49
|
3 |
size 4027
|