End of training
Browse files- README.md +9 -5
- model.safetensors +1 -1
README.md
CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [Definite/klue-bert-mlm-bible](https://huggingface.co/Definite/klue-bert-mlm-bible) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Accuracy: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -43,14 +43,18 @@ The following hyperparameters were used during training:
|
|
43 |
- seed: 42
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
-
- num_epochs:
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
-
| No log | 1.0 | 313 | 0.
|
53 |
-
| 0.
|
|
|
|
|
|
|
|
|
54 |
|
55 |
|
56 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [Definite/klue-bert-mlm-bible](https://huggingface.co/Definite/klue-bert-mlm-bible) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.0816
|
21 |
+
- Accuracy: 0.988
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
43 |
- seed: 42
|
44 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
- lr_scheduler_type: linear
|
46 |
+
- num_epochs: 6
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
52 |
+
| No log | 1.0 | 313 | 0.1386 | 0.984 |
|
53 |
+
| 0.0203 | 2.0 | 626 | 0.0910 | 0.9853 |
|
54 |
+
| 0.0203 | 3.0 | 939 | 0.0745 | 0.989 |
|
55 |
+
| 0.0031 | 4.0 | 1252 | 0.0900 | 0.9877 |
|
56 |
+
| 0.0004 | 5.0 | 1565 | 0.0823 | 0.988 |
|
57 |
+
| 0.0004 | 6.0 | 1878 | 0.0816 | 0.988 |
|
58 |
|
59 |
|
60 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 442505216
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d03f5c0e51086c9f8ad8ce72a4dee9773fd080c4a58ccc7cccee585bad99f40f
|
3 |
size 442505216
|