Training in progress epoch 0
Browse files- README.md +4 -4
- tf_model.h5 +1 -1
- tokenizer_config.json +1 -0
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 [monologg/koelectra-small-finetuned-sentiment](https://huggingface.co/monologg/koelectra-small-finetuned-sentiment) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Train Loss: 3.
|
18 |
-
- Validation Loss: 3.
|
19 |
-
- Train Accuracy: 0.
|
20 |
- Epoch: 0
|
21 |
|
22 |
## Model description
|
@@ -43,7 +43,7 @@ The following hyperparameters were used during training:
|
|
43 |
|
44 |
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
45 |
|:----------:|:---------------:|:--------------:|:-----:|
|
46 |
-
| 3.
|
47 |
|
48 |
|
49 |
### Framework versions
|
|
|
14 |
|
15 |
This model is a fine-tuned version of [monologg/koelectra-small-finetuned-sentiment](https://huggingface.co/monologg/koelectra-small-finetuned-sentiment) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- Train Loss: 3.0855
|
18 |
+
- Validation Loss: 3.0577
|
19 |
+
- Train Accuracy: 0.5960
|
20 |
- Epoch: 0
|
21 |
|
22 |
## Model description
|
|
|
43 |
|
44 |
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
45 |
|:----------:|:---------------:|:--------------:|:-----:|
|
46 |
+
| 3.0855 | 3.0577 | 0.5960 | 0 |
|
47 |
|
48 |
|
49 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 55349584
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:918c3f48c33ab46ed9021023d1a40b072ba410ab54449705bfa2e1f31b5f5568
|
3 |
size 55349584
|
tokenizer_config.json
CHANGED
@@ -3,6 +3,7 @@
|
|
3 |
"cls_token": "[CLS]",
|
4 |
"do_basic_tokenize": true,
|
5 |
"do_lower_case": false,
|
|
|
6 |
"mask_token": "[MASK]",
|
7 |
"max_len": 512,
|
8 |
"model_max_length": 512,
|
|
|
3 |
"cls_token": "[CLS]",
|
4 |
"do_basic_tokenize": true,
|
5 |
"do_lower_case": false,
|
6 |
+
"from_pt": true,
|
7 |
"mask_token": "[MASK]",
|
8 |
"max_len": 512,
|
9 |
"model_max_length": 512,
|