End of training
Browse files- README.md +29 -4
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -14,9 +14,9 @@ probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
This model is a fine-tuned version of [madatnlp/sk-kogptv2-kormath-causal](https://huggingface.co/madatnlp/sk-kogptv2-kormath-causal) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Train Loss:
|
18 |
-
- Validation Loss: 1.
|
19 |
-
- Epoch:
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -35,7 +35,7 @@ More information needed
|
|
35 |
### Training hyperparameters
|
36 |
|
37 |
The following hyperparameters were used during training:
|
38 |
-
- optimizer: {'name': 'Adam', 'learning_rate':
|
39 |
- training_precision: float32
|
40 |
|
41 |
### Training results
|
@@ -43,6 +43,31 @@ The following hyperparameters were used during training:
|
|
43 |
| Train Loss | Validation Loss | Epoch |
|
44 |
|:----------:|:---------------:|:-----:|
|
45 |
| 2.0777 | 1.5042 | 0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
|
47 |
|
48 |
### Framework versions
|
|
|
14 |
|
15 |
This model is a fine-tuned version of [madatnlp/sk-kogptv2-kormath-causal](https://huggingface.co/madatnlp/sk-kogptv2-kormath-causal) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- Train Loss: 0.4912
|
18 |
+
- Validation Loss: 1.1109
|
19 |
+
- Epoch: 25
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
35 |
### Training hyperparameters
|
36 |
|
37 |
The following hyperparameters were used during training:
|
38 |
+
- optimizer: {'name': 'Adam', 'learning_rate': 5.3799995e-05, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-07, 'amsgrad': False}
|
39 |
- training_precision: float32
|
40 |
|
41 |
### Training results
|
|
|
43 |
| Train Loss | Validation Loss | Epoch |
|
44 |
|:----------:|:---------------:|:-----:|
|
45 |
| 2.0777 | 1.5042 | 0 |
|
46 |
+
| 1.4350 | 1.1904 | 1 |
|
47 |
+
| 1.3248 | 1.2871 | 2 |
|
48 |
+
| 1.1661 | 1.4441 | 3 |
|
49 |
+
| 1.0920 | 1.0973 | 4 |
|
50 |
+
| 1.0431 | 1.3860 | 5 |
|
51 |
+
| 0.9541 | 1.2228 | 6 |
|
52 |
+
| 0.9315 | 1.0385 | 7 |
|
53 |
+
| 0.8875 | 1.2156 | 8 |
|
54 |
+
| 0.8838 | 1.0195 | 9 |
|
55 |
+
| 0.8029 | 1.1956 | 10 |
|
56 |
+
| 0.7533 | 1.1139 | 11 |
|
57 |
+
| 0.7526 | 1.4868 | 12 |
|
58 |
+
| 0.6986 | 1.1045 | 13 |
|
59 |
+
| 0.6999 | 1.1083 | 14 |
|
60 |
+
| 0.6462 | 1.0082 | 15 |
|
61 |
+
| 0.6325 | 1.0643 | 16 |
|
62 |
+
| 0.6350 | 1.0729 | 17 |
|
63 |
+
| 0.6373 | 1.0455 | 18 |
|
64 |
+
| 0.5922 | 1.2834 | 19 |
|
65 |
+
| 0.5606 | 1.1031 | 20 |
|
66 |
+
| 0.5241 | 1.3085 | 21 |
|
67 |
+
| 0.5394 | 1.2911 | 22 |
|
68 |
+
| 0.5486 | 1.2407 | 23 |
|
69 |
+
| 0.5239 | 1.2075 | 24 |
|
70 |
+
| 0.4912 | 1.1109 | 25 |
|
71 |
|
72 |
|
73 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 500847720
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d4ad61a1e1ca20ebf23f8d79558dd6e0b97f6a9d72a01b084d02c132761b5a10
|
3 |
size 500847720
|