Training in progress epoch 0
Browse files- README.md +5 -19
- 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 [skt/kogpt2-base-v2](https://huggingface.co/skt/kogpt2-base-v2) 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,28 +35,14 @@ 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
|
42 |
|
43 |
| Train Loss | Validation Loss | Epoch |
|
44 |
|:----------:|:---------------:|:-----:|
|
45 |
-
|
|
46 |
-
| 1.7468 | 1.6093 | 1 |
|
47 |
-
| 1.3809 | 1.3738 | 2 |
|
48 |
-
| 1.1486 | 1.4108 | 3 |
|
49 |
-
| 0.9985 | 1.3539 | 4 |
|
50 |
-
| 0.8685 | 1.4534 | 5 |
|
51 |
-
| 0.7873 | 1.4854 | 6 |
|
52 |
-
| 0.7021 | 1.5091 | 7 |
|
53 |
-
| 0.6443 | 1.5531 | 8 |
|
54 |
-
| 0.6021 | 1.6022 | 9 |
|
55 |
-
| 0.5328 | 1.6028 | 10 |
|
56 |
-
| 0.4563 | 1.4180 | 11 |
|
57 |
-
| 0.3806 | 1.6496 | 12 |
|
58 |
-
| 0.3180 | 1.8589 | 13 |
|
59 |
-
| 0.2604 | 1.7970 | 14 |
|
60 |
|
61 |
|
62 |
### Framework versions
|
|
|
14 |
|
15 |
This model is a fine-tuned version of [skt/kogpt2-base-v2](https://huggingface.co/skt/kogpt2-base-v2) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- Train Loss: 2.7142
|
18 |
+
- Validation Loss: 1.8683
|
19 |
+
- Epoch: 0
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
35 |
### Training hyperparameters
|
36 |
|
37 |
The following hyperparameters were used during training:
|
38 |
+
- optimizer: {'name': 'Adam', 'learning_rate': 5e-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
|
42 |
|
43 |
| Train Loss | Validation Loss | Epoch |
|
44 |
|:----------:|:---------------:|:-----:|
|
45 |
+
| 2.7142 | 1.8683 | 0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
|
47 |
|
48 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 658153136
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f11a6a5bdf24a589cec9ca2b2c1ec0943316ac4ddcf2585d3f34d06cd5670cd1
|
3 |
size 658153136
|