CYONG commited on
Commit
7f632ab
1 Parent(s): a186fb1

Training in progress epoch 0

Browse files
Files changed (3) hide show
  1. README.md +4 -4
  2. tf_model.h5 +1 -1
  3. 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.0822
18
- - Validation Loss: 3.0480
19
- - Train Accuracy: 0.5430
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.0822 | 3.0480 | 0.5430 | 0 |
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:3630961fe8fb92c2dea3dc95b5412fa39f715be22fdf0e6afbaa5d104bce4ca7
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,