chihun-jang commited on
Commit
7b03846
1 Parent(s): e3d9638

End of training

Browse files
Files changed (4) hide show
  1. README.md +61 -0
  2. config.json +126 -0
  3. pytorch_model.bin +3 -0
  4. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: klue/roberta-small
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ model-index:
8
+ - name: subCut-2023-1129
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # subCut-2023-1129
16
+
17
+ This model is a fine-tuned version of [klue/roberta-small](https://huggingface.co/klue/roberta-small) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 1.9784
20
+ - Accuracy: 0.4293
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 5e-05
40
+ - train_batch_size: 8
41
+ - eval_batch_size: 8
42
+ - seed: 42
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - num_epochs: 3.0
46
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
50
+ |:-------------:|:-----:|:-----:|:---------------:|:--------:|
51
+ | 2.1672 | 1.0 | 15000 | 2.1644 | 0.3806 |
52
+ | 1.9714 | 2.0 | 30000 | 2.0339 | 0.4136 |
53
+ | 1.8502 | 3.0 | 45000 | 1.9784 | 0.4293 |
54
+
55
+
56
+ ### Framework versions
57
+
58
+ - Transformers 4.32.1
59
+ - Pytorch 2.0.1
60
+ - Datasets 2.14.4
61
+ - Tokenizers 0.13.3
config.json ADDED
@@ -0,0 +1,126 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "klue/roberta-small",
3
+ "architectures": [
4
+ "RobertaForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "eos_token_id": 2,
10
+ "gradient_checkpointing": false,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.1,
13
+ "hidden_size": 768,
14
+ "id2label": {
15
+ "0": "LABEL_0",
16
+ "1": "LABEL_1",
17
+ "2": "LABEL_2",
18
+ "3": "LABEL_3",
19
+ "4": "LABEL_4",
20
+ "5": "LABEL_5",
21
+ "6": "LABEL_6",
22
+ "7": "LABEL_7",
23
+ "8": "LABEL_8",
24
+ "9": "LABEL_9",
25
+ "10": "LABEL_10",
26
+ "11": "LABEL_11",
27
+ "12": "LABEL_12",
28
+ "13": "LABEL_13",
29
+ "14": "LABEL_14",
30
+ "15": "LABEL_15",
31
+ "16": "LABEL_16",
32
+ "17": "LABEL_17",
33
+ "18": "LABEL_18",
34
+ "19": "LABEL_19",
35
+ "20": "LABEL_20",
36
+ "21": "LABEL_21",
37
+ "22": "LABEL_22",
38
+ "23": "LABEL_23",
39
+ "24": "LABEL_24",
40
+ "25": "LABEL_25",
41
+ "26": "LABEL_26",
42
+ "27": "LABEL_27",
43
+ "28": "LABEL_28",
44
+ "29": "LABEL_29",
45
+ "30": "LABEL_30",
46
+ "31": "LABEL_31",
47
+ "32": "LABEL_32",
48
+ "33": "LABEL_33",
49
+ "34": "LABEL_34",
50
+ "35": "LABEL_35",
51
+ "36": "LABEL_36",
52
+ "37": "LABEL_37",
53
+ "38": "LABEL_38",
54
+ "39": "LABEL_39",
55
+ "40": "LABEL_40",
56
+ "41": "LABEL_41",
57
+ "42": "LABEL_42",
58
+ "43": "LABEL_43",
59
+ "44": "LABEL_44",
60
+ "45": "LABEL_45"
61
+ },
62
+ "initializer_range": 0.02,
63
+ "intermediate_size": 3072,
64
+ "label2id": {
65
+ "LABEL_0": 0,
66
+ "LABEL_1": 1,
67
+ "LABEL_10": 10,
68
+ "LABEL_11": 11,
69
+ "LABEL_12": 12,
70
+ "LABEL_13": 13,
71
+ "LABEL_14": 14,
72
+ "LABEL_15": 15,
73
+ "LABEL_16": 16,
74
+ "LABEL_17": 17,
75
+ "LABEL_18": 18,
76
+ "LABEL_19": 19,
77
+ "LABEL_2": 2,
78
+ "LABEL_20": 20,
79
+ "LABEL_21": 21,
80
+ "LABEL_22": 22,
81
+ "LABEL_23": 23,
82
+ "LABEL_24": 24,
83
+ "LABEL_25": 25,
84
+ "LABEL_26": 26,
85
+ "LABEL_27": 27,
86
+ "LABEL_28": 28,
87
+ "LABEL_29": 29,
88
+ "LABEL_3": 3,
89
+ "LABEL_30": 30,
90
+ "LABEL_31": 31,
91
+ "LABEL_32": 32,
92
+ "LABEL_33": 33,
93
+ "LABEL_34": 34,
94
+ "LABEL_35": 35,
95
+ "LABEL_36": 36,
96
+ "LABEL_37": 37,
97
+ "LABEL_38": 38,
98
+ "LABEL_39": 39,
99
+ "LABEL_4": 4,
100
+ "LABEL_40": 40,
101
+ "LABEL_41": 41,
102
+ "LABEL_42": 42,
103
+ "LABEL_43": 43,
104
+ "LABEL_44": 44,
105
+ "LABEL_45": 45,
106
+ "LABEL_5": 5,
107
+ "LABEL_6": 6,
108
+ "LABEL_7": 7,
109
+ "LABEL_8": 8,
110
+ "LABEL_9": 9
111
+ },
112
+ "layer_norm_eps": 1e-05,
113
+ "max_position_embeddings": 514,
114
+ "model_type": "roberta",
115
+ "num_attention_heads": 12,
116
+ "num_hidden_layers": 6,
117
+ "pad_token_id": 1,
118
+ "position_embedding_type": "absolute",
119
+ "problem_type": "single_label_classification",
120
+ "tokenizer_class": "BertTokenizer",
121
+ "torch_dtype": "float32",
122
+ "transformers_version": "4.32.1",
123
+ "type_vocab_size": 1,
124
+ "use_cache": true,
125
+ "vocab_size": 32000
126
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4f693c4b001df6c1c1c4411737d09645ba94896614806bf43582d709cbffb75
3
+ size 272539249
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c291a1e4b53044429a3cb206f26e890644a6e5c10d277307f55b3e827f93e0fb
3
+ size 4027