harkase commited on
Commit
c68aa70
·
verified ·
1 Parent(s): 55cf103

End of training

Browse files
Files changed (4) hide show
  1. README.md +30 -14
  2. config.json +33 -16
  3. model.safetensors +2 -2
  4. training_args.bin +1 -1
README.md CHANGED
@@ -19,9 +19,9 @@ should probably proofread and complete it, then remove this comment. -->
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.6564
23
- - Accuracy: 0.5676
24
- - F1: 0.6406
25
 
26
  ## Model description
27
 
@@ -40,25 +40,41 @@ More information needed
40
  ### Training hyperparameters
41
 
42
  The following hyperparameters were used during training:
43
- - learning_rate: 4e-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
- - num_epochs: 5
50
 
51
  ### Training results
52
 
53
- | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
54
- |:-------------:|:------:|:----:|:---------------:|:--------:|:------:|
55
- | 0.6612 | 0.0669 | 200 | 0.6585 | 0.4970 | 0.4306 |
56
- | 0.6569 | 0.1339 | 400 | 0.6563 | 0.4951 | 0.4099 |
57
- | 0.6547 | 0.2008 | 600 | 0.6564 | 0.5676 | 0.6406 |
58
- | 0.653 | 0.2677 | 800 | 0.6533 | 0.5289 | 0.5172 |
59
- | 0.6554 | 0.3347 | 1000 | 0.6524 | 0.5400 | 0.5435 |
60
- | 0.6558 | 0.4016 | 1200 | 0.6552 | 0.5416 | 0.4878 |
61
- | 0.6516 | 0.4685 | 1400 | 0.6549 | 0.5438 | 0.4847 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
62
 
63
 
64
  ### Framework versions
 
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: 2.5286
23
+ - Accuracy: 0.1898
24
+ - F1: 0.1547
25
 
26
  ## Model description
27
 
 
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
+ - num_epochs: 4
50
 
51
  ### Training results
52
 
53
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
54
+ |:-------------:|:------:|:-----:|:---------------:|:--------:|:------:|
55
+ | 2.6213 | 0.1673 | 500 | 2.6180 | 0.1142 | 0.0241 |
56
+ | 2.6412 | 0.3347 | 1000 | 2.6167 | 0.1318 | 0.0336 |
57
+ | 2.5861 | 0.5020 | 1500 | 2.6111 | 0.1320 | 0.0385 |
58
+ | 2.6183 | 0.6693 | 2000 | 2.6133 | 0.1222 | 0.0461 |
59
+ | 2.5954 | 0.8367 | 2500 | 2.5958 | 0.1411 | 0.0607 |
60
+ | 2.5828 | 1.0040 | 3000 | 2.5822 | 0.1479 | 0.0703 |
61
+ | 2.5803 | 1.1714 | 3500 | 2.5685 | 0.1553 | 0.0826 |
62
+ | 2.5615 | 1.3387 | 4000 | 2.5566 | 0.1645 | 0.0977 |
63
+ | 2.5463 | 1.5060 | 4500 | 2.5531 | 0.1687 | 0.1111 |
64
+ | 2.5511 | 1.6734 | 5000 | 2.5446 | 0.1679 | 0.1170 |
65
+ | 2.5242 | 1.8407 | 5500 | 2.5342 | 0.1726 | 0.1215 |
66
+ | 2.5191 | 2.0080 | 6000 | 2.5246 | 0.1825 | 0.1384 |
67
+ | 2.4866 | 2.1754 | 6500 | 2.5306 | 0.1834 | 0.1428 |
68
+ | 2.5005 | 2.3427 | 7000 | 2.5325 | 0.1803 | 0.1399 |
69
+ | 2.5131 | 2.5100 | 7500 | 2.5195 | 0.1877 | 0.1473 |
70
+ | 2.4918 | 2.6774 | 8000 | 2.5204 | 0.1876 | 0.1489 |
71
+ | 2.4755 | 2.8447 | 8500 | 2.5218 | 0.1877 | 0.1568 |
72
+ | 2.4223 | 3.0120 | 9000 | 2.5286 | 0.1898 | 0.1547 |
73
+ | 2.4297 | 3.1794 | 9500 | 2.5364 | 0.1874 | 0.1599 |
74
+ | 2.4213 | 3.3467 | 10000 | 2.5432 | 0.1866 | 0.1584 |
75
+ | 2.4619 | 3.5141 | 10500 | 2.5393 | 0.1879 | 0.1585 |
76
+ | 2.4383 | 3.6814 | 11000 | 2.5424 | 0.1849 | 0.1590 |
77
+ | 2.4368 | 3.8487 | 11500 | 2.5414 | 0.1866 | 0.1599 |
78
 
79
 
80
  ### Framework versions
config.json CHANGED
@@ -3,30 +3,48 @@
3
  "ElectraForSequenceClassification"
4
  ],
5
  "attention_probs_dropout_prob": 0.1,
6
- "axis_names": [
7
- "IE",
8
- "SN",
9
- "TF",
10
- "JP"
11
- ],
12
  "classifier_dropout": null,
13
  "embedding_size": 768,
14
  "hidden_act": "gelu",
15
  "hidden_dropout_prob": 0.1,
16
  "hidden_size": 768,
17
  "id2label": {
18
- "0": "IE",
19
- "1": "SN",
20
- "2": "TF",
21
- "3": "JP"
 
 
 
 
 
 
 
 
 
 
 
 
22
  },
23
  "initializer_range": 0.02,
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,
@@ -35,12 +53,11 @@
35
  "num_hidden_layers": 12,
36
  "pad_token_id": 0,
37
  "position_embedding_type": "absolute",
38
- "problem_type": "multi_label_classification",
39
  "summary_activation": "gelu",
40
  "summary_last_dropout": 0.1,
41
  "summary_type": "first",
42
  "summary_use_proj": true,
43
- "task_type": "multilabel_4axis",
44
  "torch_dtype": "float32",
45
  "transformers_version": "4.55.2",
46
  "type_vocab_size": 2,
 
3
  "ElectraForSequenceClassification"
4
  ],
5
  "attention_probs_dropout_prob": 0.1,
 
 
 
 
 
 
6
  "classifier_dropout": null,
7
  "embedding_size": 768,
8
  "hidden_act": "gelu",
9
  "hidden_dropout_prob": 0.1,
10
  "hidden_size": 768,
11
  "id2label": {
12
+ "0": "enfj",
13
+ "1": "enfp",
14
+ "2": "entj",
15
+ "3": "entp",
16
+ "4": "esfj",
17
+ "5": "esfp",
18
+ "6": "estj",
19
+ "7": "estp",
20
+ "8": "infj",
21
+ "9": "infp",
22
+ "10": "intj",
23
+ "11": "intp",
24
+ "12": "isfj",
25
+ "13": "isfp",
26
+ "14": "istj",
27
+ "15": "istp"
28
  },
29
  "initializer_range": 0.02,
30
  "intermediate_size": 3072,
31
  "label2id": {
32
+ "enfj": 0,
33
+ "enfp": 1,
34
+ "entj": 2,
35
+ "entp": 3,
36
+ "esfj": 4,
37
+ "esfp": 5,
38
+ "estj": 6,
39
+ "estp": 7,
40
+ "infj": 8,
41
+ "infp": 9,
42
+ "intj": 10,
43
+ "intp": 11,
44
+ "isfj": 12,
45
+ "isfp": 13,
46
+ "istj": 14,
47
+ "istp": 15
48
  },
49
  "layer_norm_eps": 1e-12,
50
  "max_position_embeddings": 512,
 
53
  "num_hidden_layers": 12,
54
  "pad_token_id": 0,
55
  "position_embedding_type": "absolute",
56
+ "problem_type": "single_label_classification",
57
  "summary_activation": "gelu",
58
  "summary_last_dropout": 0.1,
59
  "summary_type": "first",
60
  "summary_use_proj": true,
 
61
  "torch_dtype": "float32",
62
  "transformers_version": "4.55.2",
63
  "type_vocab_size": 2,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7eac4d6bde09291ae691e27527969fba10a06eb4b13409899a89a41711444e5a
3
- size 451721824
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abdac44a84793448c9d631c70eb5524bbf060e53252826af4449b3356f55a29f
3
+ size 451758736
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5bf668bbab69941c0ced64b8a84b99b1af55159f6b0ee1a0bac514355441169b
3
  size 5713
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9912277088bd43b0b741b48b2a53ac2c354bdb06d0d2003e35416bf20e33283f
3
  size 5713