chihun-jang commited on
Commit
aaa42e5
1 Parent(s): 57fcc53

End of training

Browse files
Files changed (4) hide show
  1. README.md +68 -0
  2. config.json +52 -0
  3. pytorch_model.bin +3 -0
  4. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: klue/roberta-small
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ model-index:
8
+ - name: mainCut-label9
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
+ # mainCut-label9
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.1075
20
+ - Accuracy: 0.6309
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: 32
41
+ - eval_batch_size: 32
42
+ - seed: 42
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - num_epochs: 4
46
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
50
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
51
+ | 1.2286 | 0.4 | 500 | 1.2054 | 0.5685 |
52
+ | 1.2387 | 0.8 | 1000 | 1.1320 | 0.6062 |
53
+ | 0.9892 | 1.2 | 1500 | 1.1341 | 0.6169 |
54
+ | 1.1259 | 1.6 | 2000 | 1.1117 | 0.6202 |
55
+ | 0.9904 | 2.0 | 2500 | 1.0929 | 0.6262 |
56
+ | 1.0053 | 2.4 | 3000 | 1.1021 | 0.6243 |
57
+ | 0.9492 | 2.8 | 3500 | 1.0982 | 0.6251 |
58
+ | 0.9811 | 3.2 | 4000 | 1.1167 | 0.6238 |
59
+ | 0.9258 | 3.6 | 4500 | 1.1068 | 0.6341 |
60
+ | 0.8481 | 4.0 | 5000 | 1.1075 | 0.6309 |
61
+
62
+
63
+ ### Framework versions
64
+
65
+ - Transformers 4.32.1
66
+ - Pytorch 2.0.1
67
+ - Datasets 2.14.4
68
+ - Tokenizers 0.13.3
config.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ },
25
+ "initializer_range": 0.02,
26
+ "intermediate_size": 3072,
27
+ "label2id": {
28
+ "LABEL_0": 0,
29
+ "LABEL_1": 1,
30
+ "LABEL_2": 2,
31
+ "LABEL_3": 3,
32
+ "LABEL_4": 4,
33
+ "LABEL_5": 5,
34
+ "LABEL_6": 6,
35
+ "LABEL_7": 7,
36
+ "LABEL_8": 8
37
+ },
38
+ "layer_norm_eps": 1e-05,
39
+ "max_position_embeddings": 514,
40
+ "model_type": "roberta",
41
+ "num_attention_heads": 12,
42
+ "num_hidden_layers": 6,
43
+ "pad_token_id": 1,
44
+ "position_embedding_type": "absolute",
45
+ "problem_type": "single_label_classification",
46
+ "tokenizer_class": "BertTokenizer",
47
+ "torch_dtype": "float32",
48
+ "transformers_version": "4.32.1",
49
+ "type_vocab_size": 1,
50
+ "use_cache": true,
51
+ "vocab_size": 32000
52
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e37224a773c982465ab154de047dadfe99c2ccd7f4db8cb369d1ac0cfc9ade74
3
+ size 272425457
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc662baf166efa56b7a5ae96ab249fa63434350f82299e407be59b02b512454e
3
+ size 4027