haryoaw commited on
Commit
5b04521
1 Parent(s): 3b8fdad

Initial Commit

Browse files
Files changed (4) hide show
  1. README.md +106 -0
  2. config.json +27 -0
  3. pytorch_model.bin +3 -0
  4. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: facebook/xlm-v-base
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ - f1
9
+ model-index:
10
+ - name: scenario-TCR-XLMV-XCOPA-5_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-XLMV-XCOPA-5_data-xcopa_all
18
+
19
+ This model is a fine-tuned version of [facebook/xlm-v-base](https://huggingface.co/facebook/xlm-v-base) on the None dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.6931
22
+ - Accuracy: 0.5125
23
+ - F1: 0.4891
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: 214
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.6925 | 0.5333 | 0.5246 |
55
+ | No log | 0.77 | 10 | 0.6931 | 0.4867 | 0.4680 |
56
+ | No log | 1.15 | 15 | 0.6932 | 0.475 | 0.4483 |
57
+ | No log | 1.54 | 20 | 0.6932 | 0.4658 | 0.4241 |
58
+ | No log | 1.92 | 25 | 0.6932 | 0.4975 | 0.4724 |
59
+ | No log | 2.31 | 30 | 0.6931 | 0.5175 | 0.4970 |
60
+ | No log | 2.69 | 35 | 0.6931 | 0.5142 | 0.4987 |
61
+ | No log | 3.08 | 40 | 0.6931 | 0.5167 | 0.5026 |
62
+ | No log | 3.46 | 45 | 0.6931 | 0.53 | 0.5146 |
63
+ | No log | 3.85 | 50 | 0.6931 | 0.5492 | 0.5292 |
64
+ | No log | 4.23 | 55 | 0.6931 | 0.5517 | 0.5394 |
65
+ | No log | 4.62 | 60 | 0.6931 | 0.5508 | 0.5357 |
66
+ | No log | 5.0 | 65 | 0.6931 | 0.5533 | 0.5387 |
67
+ | No log | 5.38 | 70 | 0.6930 | 0.5592 | 0.5428 |
68
+ | No log | 5.77 | 75 | 0.6930 | 0.5608 | 0.5453 |
69
+ | No log | 6.15 | 80 | 0.6931 | 0.54 | 0.5258 |
70
+ | No log | 6.54 | 85 | 0.6933 | 0.4958 | 0.4860 |
71
+ | No log | 6.92 | 90 | 0.6931 | 0.5308 | 0.4987 |
72
+ | No log | 7.31 | 95 | 0.6931 | 0.53 | 0.5130 |
73
+ | No log | 7.69 | 100 | 0.6931 | 0.5292 | 0.5074 |
74
+ | No log | 8.08 | 105 | 0.6931 | 0.5358 | 0.5101 |
75
+ | No log | 8.46 | 110 | 0.6931 | 0.5225 | 0.4943 |
76
+ | No log | 8.85 | 115 | 0.6925 | 0.5575 | 0.5354 |
77
+ | No log | 9.23 | 120 | 0.6931 | 0.5417 | 0.5250 |
78
+ | No log | 9.62 | 125 | 0.6931 | 0.5133 | 0.4804 |
79
+ | No log | 10.0 | 130 | 0.6931 | 0.5358 | 0.5004 |
80
+ | No log | 10.38 | 135 | 0.6931 | 0.5425 | 0.5163 |
81
+ | No log | 10.77 | 140 | 0.6931 | 0.5433 | 0.5142 |
82
+ | No log | 11.15 | 145 | 0.6931 | 0.5425 | 0.5103 |
83
+ | No log | 11.54 | 150 | 0.6931 | 0.5467 | 0.5099 |
84
+ | No log | 11.92 | 155 | 0.6931 | 0.5358 | 0.4986 |
85
+ | No log | 12.31 | 160 | 0.6931 | 0.5275 | 0.4841 |
86
+ | No log | 12.69 | 165 | 0.6931 | 0.5192 | 0.4825 |
87
+ | No log | 13.08 | 170 | 0.6931 | 0.5283 | 0.4910 |
88
+ | No log | 13.46 | 175 | 0.6930 | 0.5508 | 0.5131 |
89
+ | No log | 13.85 | 180 | 0.6930 | 0.5542 | 0.5303 |
90
+ | No log | 14.23 | 185 | 0.6932 | 0.4908 | 0.4664 |
91
+ | No log | 14.62 | 190 | 0.6931 | 0.5075 | 0.4802 |
92
+ | No log | 15.0 | 195 | 0.6932 | 0.5083 | 0.4806 |
93
+ | No log | 15.38 | 200 | 0.6932 | 0.4625 | 0.4377 |
94
+ | No log | 15.77 | 205 | 0.6932 | 0.48 | 0.4694 |
95
+ | No log | 16.15 | 210 | 0.6932 | 0.49 | 0.4742 |
96
+ | No log | 16.54 | 215 | 0.6931 | 0.5333 | 0.5130 |
97
+ | No log | 16.92 | 220 | 0.6931 | 0.5217 | 0.4884 |
98
+ | No log | 17.31 | 225 | 0.6931 | 0.5125 | 0.4891 |
99
+
100
+
101
+ ### Framework versions
102
+
103
+ - Transformers 4.33.3
104
+ - Pytorch 2.1.1+cu121
105
+ - Datasets 2.14.5
106
+ - Tokenizers 0.13.3
config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/xlm-v-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
+ "pad_token_id": 1,
21
+ "position_embedding_type": "absolute",
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.33.3",
24
+ "type_vocab_size": 1,
25
+ "use_cache": true,
26
+ "vocab_size": 901629
27
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:def49a0b879c805c2de4946cc0a0790ad02ce0f0b8b360c02c042041473477b3
3
+ size 3114045230
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c31fa43270c627f0e973610c4619cac317aba45abc2c8ca512e8d4c407011f6
3
+ size 4536