haryoaw commited on
Commit
28d29bd
1 Parent(s): 200643c

Initial Commit

Browse files
Files changed (4) hide show
  1. README.md +127 -0
  2. config.json +28 -0
  3. pytorch_model.bin +3 -0
  4. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: xlm-roberta-base
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ - f1
9
+ model-index:
10
+ - name: scenario-TCR-XLMR-XCOPA_data-xcopa_all
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # scenario-TCR-XLMR-XCOPA_data-xcopa_all
18
+
19
+ This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the None dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.6932
22
+ - Accuracy: 0.4558
23
+ - F1: 0.4185
24
+
25
+ ## Model description
26
+
27
+ More information needed
28
+
29
+ ## Intended uses & limitations
30
+
31
+ More information needed
32
+
33
+ ## Training and evaluation data
34
+
35
+ More information needed
36
+
37
+ ## Training procedure
38
+
39
+ ### Training hyperparameters
40
+
41
+ The following hyperparameters were used during training:
42
+ - learning_rate: 5e-05
43
+ - train_batch_size: 32
44
+ - eval_batch_size: 32
45
+ - seed: 42
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: linear
48
+ - num_epochs: 500
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
53
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
54
+ | No log | 0.38 | 5 | 0.6932 | 0.49 | 0.4715 |
55
+ | No log | 0.77 | 10 | 0.6932 | 0.4925 | 0.4634 |
56
+ | No log | 1.15 | 15 | 0.6931 | 0.5033 | 0.4669 |
57
+ | No log | 1.54 | 20 | 0.6932 | 0.4683 | 0.4491 |
58
+ | No log | 1.92 | 25 | 0.6932 | 0.4883 | 0.4689 |
59
+ | No log | 2.31 | 30 | 0.6932 | 0.4808 | 0.4716 |
60
+ | No log | 2.69 | 35 | 0.6931 | 0.5058 | 0.4785 |
61
+ | No log | 3.08 | 40 | 0.6932 | 0.4867 | 0.4615 |
62
+ | No log | 3.46 | 45 | 0.6932 | 0.4533 | 0.4090 |
63
+ | No log | 3.85 | 50 | 0.6932 | 0.4592 | 0.4190 |
64
+ | No log | 4.23 | 55 | 0.6931 | 0.5167 | 0.4858 |
65
+ | No log | 4.62 | 60 | 0.6931 | 0.5133 | 0.4832 |
66
+ | No log | 5.0 | 65 | 0.6931 | 0.525 | 0.5128 |
67
+ | No log | 5.38 | 70 | 0.6931 | 0.5158 | 0.5072 |
68
+ | No log | 5.77 | 75 | 0.6931 | 0.5275 | 0.5158 |
69
+ | No log | 6.15 | 80 | 0.6931 | 0.5333 | 0.5302 |
70
+ | No log | 6.54 | 85 | 0.6931 | 0.5075 | 0.4883 |
71
+ | No log | 6.92 | 90 | 0.6931 | 0.5042 | 0.4893 |
72
+ | No log | 7.31 | 95 | 0.6930 | 0.5042 | 0.4979 |
73
+ | No log | 7.69 | 100 | 0.6932 | 0.4883 | 0.4623 |
74
+ | No log | 8.08 | 105 | 0.6932 | 0.4617 | 0.4159 |
75
+ | No log | 8.46 | 110 | 0.6932 | 0.4425 | 0.4085 |
76
+ | No log | 8.85 | 115 | 0.6931 | 0.4992 | 0.4705 |
77
+ | No log | 9.23 | 120 | 0.6931 | 0.4975 | 0.4668 |
78
+ | No log | 9.62 | 125 | 0.6931 | 0.4867 | 0.4510 |
79
+ | No log | 10.0 | 130 | 0.6931 | 0.4817 | 0.4456 |
80
+ | No log | 10.38 | 135 | 0.6931 | 0.4808 | 0.4442 |
81
+ | No log | 10.77 | 140 | 0.6932 | 0.49 | 0.4565 |
82
+ | No log | 11.15 | 145 | 0.6932 | 0.4908 | 0.4579 |
83
+ | No log | 11.54 | 150 | 0.6931 | 0.5067 | 0.4761 |
84
+ | No log | 11.92 | 155 | 0.6931 | 0.5083 | 0.4887 |
85
+ | No log | 12.31 | 160 | 0.6931 | 0.5217 | 0.4974 |
86
+ | No log | 12.69 | 165 | 0.6932 | 0.4967 | 0.4499 |
87
+ | No log | 13.08 | 170 | 0.6931 | 0.5158 | 0.4872 |
88
+ | No log | 13.46 | 175 | 0.6931 | 0.5225 | 0.5065 |
89
+ | No log | 13.85 | 180 | 0.6931 | 0.5475 | 0.5323 |
90
+ | No log | 14.23 | 185 | 0.6931 | 0.5383 | 0.5224 |
91
+ | No log | 14.62 | 190 | 0.6932 | 0.4925 | 0.4558 |
92
+ | No log | 15.0 | 195 | 0.6932 | 0.4783 | 0.4340 |
93
+ | No log | 15.38 | 200 | 0.6931 | 0.5267 | 0.5120 |
94
+ | No log | 15.77 | 205 | 0.6931 | 0.5158 | 0.4890 |
95
+ | No log | 16.15 | 210 | 0.6931 | 0.53 | 0.5179 |
96
+ | No log | 16.54 | 215 | 0.6932 | 0.48 | 0.4497 |
97
+ | No log | 16.92 | 220 | 0.6932 | 0.4558 | 0.4133 |
98
+ | No log | 17.31 | 225 | 0.6932 | 0.4742 | 0.4290 |
99
+ | No log | 17.69 | 230 | 0.6931 | 0.4967 | 0.4838 |
100
+ | No log | 18.08 | 235 | 0.6931 | 0.5325 | 0.5126 |
101
+ | No log | 18.46 | 240 | 0.6931 | 0.5242 | 0.5090 |
102
+ | No log | 18.85 | 245 | 0.6931 | 0.5242 | 0.5013 |
103
+ | No log | 19.23 | 250 | 0.6932 | 0.4683 | 0.4273 |
104
+ | No log | 19.62 | 255 | 0.6931 | 0.5158 | 0.4890 |
105
+ | No log | 20.0 | 260 | 0.6932 | 0.4533 | 0.4225 |
106
+ | No log | 20.38 | 265 | 0.6932 | 0.4658 | 0.4282 |
107
+ | No log | 20.77 | 270 | 0.6932 | 0.4667 | 0.4326 |
108
+ | No log | 21.15 | 275 | 0.6932 | 0.4725 | 0.4403 |
109
+ | No log | 21.54 | 280 | 0.6932 | 0.4667 | 0.4306 |
110
+ | No log | 21.92 | 285 | 0.6932 | 0.4658 | 0.4272 |
111
+ | No log | 22.31 | 290 | 0.6932 | 0.4625 | 0.4256 |
112
+ | No log | 22.69 | 295 | 0.6932 | 0.4617 | 0.4232 |
113
+ | No log | 23.08 | 300 | 0.6932 | 0.465 | 0.4247 |
114
+ | No log | 23.46 | 305 | 0.6932 | 0.455 | 0.4223 |
115
+ | No log | 23.85 | 310 | 0.6931 | 0.4558 | 0.4226 |
116
+ | No log | 24.23 | 315 | 0.6931 | 0.4875 | 0.4638 |
117
+ | No log | 24.62 | 320 | 0.6931 | 0.4642 | 0.4315 |
118
+ | No log | 25.0 | 325 | 0.6931 | 0.4508 | 0.4153 |
119
+ | No log | 25.38 | 330 | 0.6932 | 0.4558 | 0.4185 |
120
+
121
+
122
+ ### Framework versions
123
+
124
+ - Transformers 4.33.3
125
+ - Pytorch 2.1.1+cu121
126
+ - Datasets 2.14.5
127
+ - Tokenizers 0.13.3
config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "xlm-roberta-base",
3
+ "architectures": [
4
+ "XLMRobertaForMultipleChoice"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "eos_token_id": 2,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 3072,
15
+ "layer_norm_eps": 1e-05,
16
+ "max_position_embeddings": 514,
17
+ "model_type": "xlm-roberta",
18
+ "num_attention_heads": 12,
19
+ "num_hidden_layers": 12,
20
+ "output_past": true,
21
+ "pad_token_id": 1,
22
+ "position_embedding_type": "absolute",
23
+ "torch_dtype": "float32",
24
+ "transformers_version": "4.33.3",
25
+ "type_vocab_size": 1,
26
+ "use_cache": true,
27
+ "vocab_size": 250002
28
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d21c21ce62138c2f0da9bde0eee00ccc0d6f9d4a721d55393bd2ffea73ca1d4
3
+ size 1112247086
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6083eb6e57986f7a3df9b291431afa420c1afe0d59cf44de8b8415c89f54e04c
3
+ size 4600