End of training
Browse files- README.md +18 -18
- config.json +2 -2
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -8,20 +8,20 @@ metrics:
|
|
| 8 |
- accuracy
|
| 9 |
- f1
|
| 10 |
model-index:
|
| 11 |
-
- name:
|
| 12 |
results: []
|
| 13 |
---
|
| 14 |
|
| 15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 16 |
should probably proofread and complete it, then remove this comment. -->
|
| 17 |
|
| 18 |
-
#
|
| 19 |
|
| 20 |
This model is a fine-tuned version of [monologg/koelectra-base-v3-discriminator](https://huggingface.co/monologg/koelectra-base-v3-discriminator) on the None dataset.
|
| 21 |
It achieves the following results on the evaluation set:
|
| 22 |
-
- Loss: 0.
|
| 23 |
-
- Accuracy: 0.
|
| 24 |
-
- F1: 0.
|
| 25 |
|
| 26 |
## Model description
|
| 27 |
|
|
@@ -33,35 +33,35 @@ More information needed
|
|
| 33 |
|
| 34 |
## Training and evaluation data
|
| 35 |
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
- refine [answer, a_mbti]
|
| 39 |
-
- concat both refiend data
|
| 40 |
-
- Training and evaluation data split 8:2 ratio
|
| 41 |
## Training procedure
|
| 42 |
|
| 43 |
### Training hyperparameters
|
| 44 |
|
| 45 |
The following hyperparameters were used during training:
|
| 46 |
-
- learning_rate:
|
| 47 |
- train_batch_size: 32
|
| 48 |
- eval_batch_size: 32
|
| 49 |
- seed: 42
|
| 50 |
- optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 51 |
- lr_scheduler_type: linear
|
|
|
|
| 52 |
- num_epochs: 5
|
| 53 |
|
| 54 |
### Training results
|
| 55 |
|
| 56 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
| 57 |
|:-------------:|:------:|:----:|:---------------:|:--------:|:------:|
|
| 58 |
-
| 0.
|
| 59 |
-
| 0.
|
| 60 |
-
| 0.
|
| 61 |
-
| 0.
|
| 62 |
-
| 0.
|
| 63 |
-
| 0.
|
| 64 |
-
| 0.
|
|
|
|
|
|
|
| 65 |
|
| 66 |
|
| 67 |
### Framework versions
|
|
|
|
| 8 |
- accuracy
|
| 9 |
- f1
|
| 10 |
model-index:
|
| 11 |
+
- name: mbti_4axis_koelectra
|
| 12 |
results: []
|
| 13 |
---
|
| 14 |
|
| 15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 16 |
should probably proofread and complete it, then remove this comment. -->
|
| 17 |
|
| 18 |
+
# mbti_4axis_koelectra
|
| 19 |
|
| 20 |
This model is a fine-tuned version of [monologg/koelectra-base-v3-discriminator](https://huggingface.co/monologg/koelectra-base-v3-discriminator) on the None dataset.
|
| 21 |
It achieves the following results on the evaluation set:
|
| 22 |
+
- Loss: 0.6614
|
| 23 |
+
- Accuracy: 0.6027
|
| 24 |
+
- F1: 0.6878
|
| 25 |
|
| 26 |
## Model description
|
| 27 |
|
|
|
|
| 33 |
|
| 34 |
## Training and evaluation data
|
| 35 |
|
| 36 |
+
More information needed
|
| 37 |
+
|
|
|
|
|
|
|
|
|
|
| 38 |
## Training procedure
|
| 39 |
|
| 40 |
### Training hyperparameters
|
| 41 |
|
| 42 |
The following hyperparameters were used during training:
|
| 43 |
+
- learning_rate: 3e-05
|
| 44 |
- train_batch_size: 32
|
| 45 |
- eval_batch_size: 32
|
| 46 |
- seed: 42
|
| 47 |
- optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 48 |
- lr_scheduler_type: linear
|
| 49 |
+
- lr_scheduler_warmup_ratio: 0.1
|
| 50 |
- num_epochs: 5
|
| 51 |
|
| 52 |
### Training results
|
| 53 |
|
| 54 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
| 55 |
|:-------------:|:------:|:----:|:---------------:|:--------:|:------:|
|
| 56 |
+
| 0.6586 | 0.3347 | 1000 | 0.6545 | 0.5338 | 0.5518 |
|
| 57 |
+
| 0.6605 | 0.6693 | 2000 | 0.6594 | 0.5354 | 0.5261 |
|
| 58 |
+
| 0.6615 | 1.0040 | 3000 | 0.6617 | 0.5166 | 0.3746 |
|
| 59 |
+
| 0.663 | 1.3387 | 4000 | 0.6614 | 0.5308 | 0.6315 |
|
| 60 |
+
| 0.6615 | 1.6734 | 5000 | 0.6617 | 0.5227 | 0.6865 |
|
| 61 |
+
| 0.6592 | 2.0080 | 6000 | 0.6614 | 0.6027 | 0.6878 |
|
| 62 |
+
| 0.6484 | 2.3427 | 7000 | 0.6488 | 0.5657 | 0.5889 |
|
| 63 |
+
| 0.666 | 2.6774 | 8000 | 0.6614 | 0.4390 | 0.4533 |
|
| 64 |
+
| 0.6466 | 3.0120 | 9000 | 0.6483 | 0.5402 | 0.5783 |
|
| 65 |
|
| 66 |
|
| 67 |
### Framework versions
|
config.json
CHANGED
|
@@ -24,9 +24,9 @@
|
|
| 24 |
"intermediate_size": 3072,
|
| 25 |
"label2id": {
|
| 26 |
"IE": 0,
|
|
|
|
| 27 |
"SN": 1,
|
| 28 |
-
"TF": 2
|
| 29 |
-
"JP": 3
|
| 30 |
},
|
| 31 |
"layer_norm_eps": 1e-12,
|
| 32 |
"max_position_embeddings": 512,
|
|
|
|
| 24 |
"intermediate_size": 3072,
|
| 25 |
"label2id": {
|
| 26 |
"IE": 0,
|
| 27 |
+
"JP": 3,
|
| 28 |
"SN": 1,
|
| 29 |
+
"TF": 2
|
|
|
|
| 30 |
},
|
| 31 |
"layer_norm_eps": 1e-12,
|
| 32 |
"max_position_embeddings": 512,
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 451721824
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec5137cf34017c6a6b4a7763268336cfb16a75e3e001458fca6fd1eb7c153e0f
|
| 3 |
size 451721824
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5713
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a98d146f2c9d42d9028a38e621b0eb0e5b6e3c9018c9b564631c824594d3573a
|
| 3 |
size 5713
|