Training in progress epoch 0
Browse files- README.md +5 -10
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -13,9 +13,9 @@ probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
This model is a fine-tuned version of [klue/roberta-large](https://huggingface.co/klue/roberta-large) on an unknown dataset.
|
15 |
It achieves the following results on the evaluation set:
|
16 |
-
- Train Loss: 1.
|
17 |
-
- Validation Loss: 1.
|
18 |
-
- Epoch:
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -34,19 +34,14 @@ More information needed
|
|
34 |
### Training hyperparameters
|
35 |
|
36 |
The following hyperparameters were used during training:
|
37 |
-
- optimizer: {'name': '
|
38 |
- training_precision: float32
|
39 |
|
40 |
### Training results
|
41 |
|
42 |
| Train Loss | Validation Loss | Epoch |
|
43 |
|:----------:|:---------------:|:-----:|
|
44 |
-
|
|
45 |
-
| 1.8910 | 1.7162 | 1 |
|
46 |
-
| 1.7534 | 1.6938 | 2 |
|
47 |
-
| 1.7447 | 1.7163 | 3 |
|
48 |
-
| 1.7345 | 1.7373 | 4 |
|
49 |
-
| 1.7500 | 1.7085 | 5 |
|
50 |
|
51 |
|
52 |
### Framework versions
|
|
|
13 |
|
14 |
This model is a fine-tuned version of [klue/roberta-large](https://huggingface.co/klue/roberta-large) on an unknown dataset.
|
15 |
It achieves the following results on the evaluation set:
|
16 |
+
- Train Loss: 1.7479
|
17 |
+
- Validation Loss: 1.5215
|
18 |
+
- Epoch: 0
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
34 |
### Training hyperparameters
|
35 |
|
36 |
The following hyperparameters were used during training:
|
37 |
+
- optimizer: {'name': 'SGD', 'learning_rate': 0.01, 'decay': 0.0, 'momentum': 0.9, 'nesterov': False}
|
38 |
- training_precision: float32
|
39 |
|
40 |
### Training results
|
41 |
|
42 |
| Train Loss | Validation Loss | Epoch |
|
43 |
|:----------:|:---------------:|:-----:|
|
44 |
+
| 1.7479 | 1.5215 | 0 |
|
|
|
|
|
|
|
|
|
|
|
45 |
|
46 |
|
47 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1347211928
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:366b136e3417d0bd30c59a0e6f08b555952ce528d14084f494c98aac59c345e0
|
3 |
size 1347211928
|