Palak Goenka commited on
Commit
3a6c89f
1 Parent(s): 3856351
README.md ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ datasets:
5
+ - squad
6
+ model-index:
7
+ - name: eval
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # eval
15
+
16
+ This model is a fine-tuned version of [xlm-roberta-large_squad](https://huggingface.co/xlm-roberta-large_squad) on the squad dataset.
17
+
18
+ ## Model description
19
+
20
+ More information needed
21
+
22
+ ## Intended uses & limitations
23
+
24
+ More information needed
25
+
26
+ ## Training and evaluation data
27
+
28
+ More information needed
29
+
30
+ ## Training procedure
31
+
32
+ ### Training hyperparameters
33
+
34
+ The following hyperparameters were used during training:
35
+ - learning_rate: 3e-05
36
+ - train_batch_size: 12
37
+ - eval_batch_size: 32
38
+ - seed: 42
39
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
40
+ - lr_scheduler_type: linear
41
+ - num_epochs: 0.67
42
+
43
+ ### Framework versions
44
+
45
+ - Transformers 4.14.1
46
+ - Pytorch 1.9.0
47
+ - Datasets 1.16.1
48
+ - Tokenizers 0.10.3
all_results.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "eval_exact_match": 85.96026490066225,
3
+ "eval_f1": 92.25000664341768,
4
+ "eval_samples": 10918
5
+ }
config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "xlm-roberta-large",
3
+ "architectures": [
4
+ "XLMRobertaForQuestionAnswering"
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": 1024,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 4096,
15
+ "layer_norm_eps": 1e-05,
16
+ "max_position_embeddings": 514,
17
+ "model_type": "xlm-roberta",
18
+ "num_attention_heads": 16,
19
+ "num_hidden_layers": 24,
20
+ "output_past": true,
21
+ "pad_token_id": 1,
22
+ "position_embedding_type": "absolute",
23
+ "torch_dtype": "float32",
24
+ "transformers_version": "4.14.1",
25
+ "type_vocab_size": 1,
26
+ "use_cache": true,
27
+ "vocab_size": 250002
28
+ }
eval_results.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "eval_exact_match": 85.96026490066225,
3
+ "eval_f1": 92.25000664341768,
4
+ "eval_samples": 10918
5
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68836353857e2c3c0ded8c18afe5a43d18535aa2b9dfca793cab232b4dc9b84a
3
+ size 2235534897
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"bos_token": "<s>", "eos_token": "</s>", "unk_token": "<unk>", "sep_token": "</s>", "pad_token": "<pad>", "cls_token": "<s>", "mask_token": {"content": "<mask>", "single_word": false, "lstrip": true, "rstrip": false, "normalized": false}}
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"bos_token": "<s>", "eos_token": "</s>", "sep_token": "</s>", "cls_token": "<s>", "unk_token": "<unk>", "pad_token": "<pad>", "mask_token": {"content": "<mask>", "single_word": false, "lstrip": true, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "xlm-roberta-large", "tokenizer_class": "XLMRobertaTokenizer"}
trainer_state.json ADDED
@@ -0,0 +1,136 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.3392259274139549,
5
+ "global_step": 10000,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 0.07,
12
+ "learning_rate": 2.8995580554439533e-05,
13
+ "loss": 1.7911,
14
+ "step": 500
15
+ },
16
+ {
17
+ "epoch": 0.13,
18
+ "learning_rate": 2.799116110887907e-05,
19
+ "loss": 1.1202,
20
+ "step": 1000
21
+ },
22
+ {
23
+ "epoch": 0.2,
24
+ "learning_rate": 2.69867416633186e-05,
25
+ "loss": 1.071,
26
+ "step": 1500
27
+ },
28
+ {
29
+ "epoch": 0.27,
30
+ "learning_rate": 2.5982322217758134e-05,
31
+ "loss": 1.0396,
32
+ "step": 2000
33
+ },
34
+ {
35
+ "epoch": 0.33,
36
+ "learning_rate": 2.497790277219767e-05,
37
+ "loss": 0.9828,
38
+ "step": 2500
39
+ },
40
+ {
41
+ "epoch": 0.4,
42
+ "learning_rate": 2.3973483326637206e-05,
43
+ "loss": 0.9747,
44
+ "step": 3000
45
+ },
46
+ {
47
+ "epoch": 0.47,
48
+ "learning_rate": 2.296906388107674e-05,
49
+ "loss": 0.9792,
50
+ "step": 3500
51
+ },
52
+ {
53
+ "epoch": 0.54,
54
+ "learning_rate": 2.1964644435516274e-05,
55
+ "loss": 0.9584,
56
+ "step": 4000
57
+ },
58
+ {
59
+ "epoch": 0.6,
60
+ "learning_rate": 2.0960224989955807e-05,
61
+ "loss": 0.9178,
62
+ "step": 4500
63
+ },
64
+ {
65
+ "epoch": 0.67,
66
+ "learning_rate": 1.995580554439534e-05,
67
+ "loss": 0.9288,
68
+ "step": 5000
69
+ },
70
+ {
71
+ "epoch": 0.74,
72
+ "learning_rate": 1.8951386098834875e-05,
73
+ "loss": 0.9089,
74
+ "step": 5500
75
+ },
76
+ {
77
+ "epoch": 0.8,
78
+ "learning_rate": 1.7946966653274408e-05,
79
+ "loss": 0.883,
80
+ "step": 6000
81
+ },
82
+ {
83
+ "epoch": 0.87,
84
+ "learning_rate": 1.694254720771394e-05,
85
+ "loss": 0.8601,
86
+ "step": 6500
87
+ },
88
+ {
89
+ "epoch": 0.94,
90
+ "learning_rate": 1.5938127762153476e-05,
91
+ "loss": 0.847,
92
+ "step": 7000
93
+ },
94
+ {
95
+ "epoch": 1.0,
96
+ "learning_rate": 1.493370831659301e-05,
97
+ "loss": 0.831,
98
+ "step": 7500
99
+ },
100
+ {
101
+ "epoch": 1.07,
102
+ "learning_rate": 1.3929288871032543e-05,
103
+ "loss": 0.6511,
104
+ "step": 8000
105
+ },
106
+ {
107
+ "epoch": 1.14,
108
+ "learning_rate": 1.2924869425472077e-05,
109
+ "loss": 0.6223,
110
+ "step": 8500
111
+ },
112
+ {
113
+ "epoch": 1.21,
114
+ "learning_rate": 1.1920449979911611e-05,
115
+ "loss": 0.6363,
116
+ "step": 9000
117
+ },
118
+ {
119
+ "epoch": 1.27,
120
+ "learning_rate": 1.0916030534351145e-05,
121
+ "loss": 0.6226,
122
+ "step": 9500
123
+ },
124
+ {
125
+ "epoch": 1.34,
126
+ "learning_rate": 9.91161108879068e-06,
127
+ "loss": 0.6203,
128
+ "step": 10000
129
+ }
130
+ ],
131
+ "max_steps": 14934,
132
+ "num_train_epochs": 2,
133
+ "total_flos": 8.357875357981133e+16,
134
+ "trial_name": null,
135
+ "trial_params": null
136
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ccdcefa60f2e955b04838abfd9a8dcd0a0a549398bc3f694aa2f80f4094c16f2
3
+ size 2927