Yannis98 commited on
Commit
557d9af
verified
1 Parent(s): 8f566e9

End of training

Browse files
.gitattributes CHANGED
@@ -34,3 +34,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
  eval_nbest_predictions.json filter=lfs diff=lfs merge=lfs -text
 
 
 
 
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
  eval_nbest_predictions.json filter=lfs diff=lfs merge=lfs -text
37
+ all_results.json filter=lfs diff=lfs merge=lfs -text
38
+ full_predict_tr_results.json filter=lfs diff=lfs merge=lfs -text
39
+ predict_nbest_predictions.json filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -1,21 +1,22 @@
1
  ---
 
2
  license: apache-2.0
3
- base_model: albert/albert-xxlarge-v2
4
  tags:
5
  - generated_from_trainer
6
  datasets:
7
- - squad_v2
8
  model-index:
9
- - name: XXLarge_Albert
10
  results: []
11
  ---
12
 
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
  should probably proofread and complete it, then remove this comment. -->
15
 
16
- # XXLarge_Albert
17
 
18
- This model is a fine-tuned version of [albert/albert-xxlarge-v2](https://huggingface.co/albert/albert-xxlarge-v2) on the squad_v2 dataset.
19
 
20
  ## Model description
21
 
@@ -34,22 +35,17 @@ More information needed
34
  ### Training hyperparameters
35
 
36
  The following hyperparameters were used during training:
37
- - learning_rate: 3e-05
38
- - train_batch_size: 12
39
- - eval_batch_size: 8
40
  - seed: 42
41
- - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
43
- - lr_scheduler_warmup_ratio: 0.1
44
  - num_epochs: 2.0
45
 
46
- ### Training results
47
-
48
-
49
-
50
  ### Framework versions
51
 
52
- - Transformers 4.45.0.dev0
53
- - Pytorch 2.2.2+cu121
54
- - Datasets 2.19.2
55
- - Tokenizers 0.19.1
 
1
  ---
2
+ library_name: transformers
3
  license: apache-2.0
4
+ base_model: Yannis98/XXL-Albert-squadv2
5
  tags:
6
  - generated_from_trainer
7
  datasets:
8
+ - rajpurkar/squad_v2
9
  model-index:
10
+ - name: XXL-Albert-squadv2
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
+ # XXL-Albert-squadv2
18
 
19
+ This model is a fine-tuned version of [Yannis98/XXL-Albert-squadv2](https://huggingface.co/Yannis98/XXL-Albert-squadv2) on the rajpurkar/squad_v2 dataset.
20
 
21
  ## Model description
22
 
 
35
  ### Training hyperparameters
36
 
37
  The following hyperparameters were used during training:
38
+ - learning_rate: 5e-05
39
+ - train_batch_size: 32
40
+ - eval_batch_size: 512
41
  - seed: 42
42
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
43
  - lr_scheduler_type: linear
 
44
  - num_epochs: 2.0
45
 
 
 
 
 
46
  ### Framework versions
47
 
48
+ - Transformers 4.47.1
49
+ - Pytorch 2.5.1+cu124
50
+ - Datasets 2.21.0
51
+ - Tokenizers 0.21.0
all_results.json CHANGED
@@ -1,26 +1,3 @@
1
- {
2
- "epoch": 2.0,
3
- "eval_HasAns_exact": 84.26113360323886,
4
- "eval_HasAns_f1": 90.65827763075589,
5
- "eval_HasAns_total": 5928,
6
- "eval_NoAns_exact": 87.82169890664424,
7
- "eval_NoAns_f1": 87.82169890664424,
8
- "eval_NoAns_total": 5945,
9
- "eval_best_exact": 86.04396529941884,
10
- "eval_best_exact_thresh": 0.0,
11
- "eval_best_f1": 89.23795753348925,
12
- "eval_best_f1_thresh": 0.0,
13
- "eval_exact": 86.04396529941884,
14
- "eval_f1": 89.23795753348945,
15
- "eval_runtime": 1439.2108,
16
- "eval_samples": 12171,
17
- "eval_samples_per_second": 8.457,
18
- "eval_steps_per_second": 1.058,
19
- "eval_total": 11873,
20
- "total_flos": 1.2277795031512474e+17,
21
- "train_loss": 1.0133790219709247,
22
- "train_runtime": 87315.1804,
23
- "train_samples": 131958,
24
- "train_samples_per_second": 3.023,
25
- "train_steps_per_second": 0.252
26
- }
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73ee959ed73162412986828691253a3330e292cecbf0c74c7a9b4153d8cf166b
3
+ size 23490140
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "albert/albert-xxlarge-v2",
3
  "architectures": [
4
  "AlbertForQuestionAnswering"
5
  ],
@@ -28,7 +28,7 @@
28
  "pad_token_id": 0,
29
  "position_embedding_type": "absolute",
30
  "torch_dtype": "float32",
31
- "transformers_version": "4.45.0.dev0",
32
  "type_vocab_size": 2,
33
  "vocab_size": 30000
34
  }
 
1
  {
2
+ "_name_or_path": "Yannis98/XXL-Albert-squadv2",
3
  "architectures": [
4
  "AlbertForQuestionAnswering"
5
  ],
 
28
  "pad_token_id": 0,
29
  "position_embedding_type": "absolute",
30
  "torch_dtype": "float32",
31
+ "transformers_version": "4.47.1",
32
  "type_vocab_size": 2,
33
  "vocab_size": 30000
34
  }
eval_nbest_predictions.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:48398dd4307e1e43816fd7fd56807c5c4d32ebcf22024eef03880c99bde5f9fd
3
- size 56467143
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2dbfefa58da726f80c7f09162f63d79da572e740f1cb43af45e2c8612190540a
3
+ size 75943289
eval_null_odds.json CHANGED
The diff for this file is too large to render. See raw diff
 
eval_predictions.json CHANGED
The diff for this file is too large to render. See raw diff
 
eval_results.json CHANGED
@@ -1,5 +1,4 @@
1
  {
2
- "epoch": 2.0,
3
  "eval_HasAns_exact": 84.26113360323886,
4
  "eval_HasAns_f1": 90.65827763075589,
5
  "eval_HasAns_total": 5928,
@@ -12,9 +11,10 @@
12
  "eval_best_f1_thresh": 0.0,
13
  "eval_exact": 86.04396529941884,
14
  "eval_f1": 89.23795753348945,
15
- "eval_runtime": 1439.2108,
 
16
  "eval_samples": 12171,
17
- "eval_samples_per_second": 8.457,
18
- "eval_steps_per_second": 1.058,
19
  "eval_total": 11873
20
  }
 
1
  {
 
2
  "eval_HasAns_exact": 84.26113360323886,
3
  "eval_HasAns_f1": 90.65827763075589,
4
  "eval_HasAns_total": 5928,
 
11
  "eval_best_f1_thresh": 0.0,
12
  "eval_exact": 86.04396529941884,
13
  "eval_f1": 89.23795753348945,
14
+ "eval_model_preparation_time": 0.0008,
15
+ "eval_runtime": 664.4278,
16
  "eval_samples": 12171,
17
+ "eval_samples_per_second": 18.318,
18
+ "eval_steps_per_second": 0.036,
19
  "eval_total": 11873
20
  }
full_predict_tr_results.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95acd24386c013e334184e9e749d41c9c957dda820f1c44282431354601471a2
3
+ size 21570994
full_predict_val_results.json ADDED
The diff for this file is too large to render. See raw diff
 
predict_nbest_predictions.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2dbfefa58da726f80c7f09162f63d79da572e740f1cb43af45e2c8612190540a
3
+ size 75943289
predict_null_odds.json ADDED
The diff for this file is too large to render. See raw diff
 
predict_predictions.json ADDED
The diff for this file is too large to render. See raw diff
 
predict_tr_results.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "predict_samples_tr": 131958,
3
+ "test_HasAns_exact": 88.38760207783831,
4
+ "test_HasAns_f1": 95.34688428820678,
5
+ "test_HasAns_total": 86821,
6
+ "test_NoAns_exact": 98.59533771667662,
7
+ "test_NoAns_f1": 98.59533771667662,
8
+ "test_NoAns_total": 43498,
9
+ "test_best_exact": 91.79705184969191,
10
+ "test_best_exact_thresh": 0.0,
11
+ "test_best_f1": 96.43345821244162,
12
+ "test_best_f1_thresh": 0.0,
13
+ "test_exact": 91.79474980624468,
14
+ "test_f1": 96.43115616899117,
15
+ "test_model_preparation_time": 0.0008,
16
+ "test_runtime": 7283.2943,
17
+ "test_samples_per_second": 18.118,
18
+ "test_steps_per_second": 0.035,
19
+ "test_total": 130319
20
+ }
predict_val_results.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "predict_samples_val": 12171,
3
+ "test_HasAns_exact": 84.26113360323886,
4
+ "test_HasAns_f1": 90.65827763075589,
5
+ "test_HasAns_total": 5928,
6
+ "test_NoAns_exact": 87.82169890664424,
7
+ "test_NoAns_f1": 87.82169890664424,
8
+ "test_NoAns_total": 5945,
9
+ "test_best_exact": 86.04396529941884,
10
+ "test_best_exact_thresh": 0.0,
11
+ "test_best_f1": 89.23795753348925,
12
+ "test_best_f1_thresh": 0.0,
13
+ "test_exact": 86.04396529941884,
14
+ "test_f1": 89.23795753348945,
15
+ "test_model_preparation_time": 0.0008,
16
+ "test_runtime": 665.0866,
17
+ "test_samples_per_second": 18.3,
18
+ "test_steps_per_second": 0.036,
19
+ "test_total": 11873
20
+ }
runs/Feb11_13-24-54_xgpi7/events.out.tfevents.1739252278.xgpi7.27787.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0c3fda2e43affd87fcf06abe9f8b799a1bda01c8d5e399f519d44c57494b4a6
3
+ size 971
special_tokens_map.json CHANGED
@@ -1,7 +1,25 @@
1
  {
2
- "bos_token": "[CLS]",
3
- "cls_token": "[CLS]",
4
- "eos_token": "[SEP]",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  "mask_token": {
6
  "content": "[MASK]",
7
  "lstrip": true,
@@ -9,7 +27,25 @@
9
  "rstrip": false,
10
  "single_word": false
11
  },
12
- "pad_token": "<pad>",
13
- "sep_token": "[SEP]",
14
- "unk_token": "<unk>"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  }
 
1
  {
2
+ "bos_token": {
3
+ "content": "[CLS]",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "cls_token": {
10
+ "content": "[CLS]",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "eos_token": {
17
+ "content": "[SEP]",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
  "mask_token": {
24
  "content": "[MASK]",
25
  "lstrip": true,
 
27
  "rstrip": false,
28
  "single_word": false
29
  },
30
+ "pad_token": {
31
+ "content": "<pad>",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ },
37
+ "sep_token": {
38
+ "content": "[SEP]",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false
43
+ },
44
+ "unk_token": {
45
+ "content": "<unk>",
46
+ "lstrip": false,
47
+ "normalized": false,
48
+ "rstrip": false,
49
+ "single_word": false
50
+ }
51
  }
tokenizer.json CHANGED
@@ -1,7 +1,21 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
4
- "padding": null,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 0,
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 384,
6
+ "strategy": "OnlySecond",
7
+ "stride": 128
8
+ },
9
+ "padding": {
10
+ "strategy": {
11
+ "Fixed": 384
12
+ },
13
+ "direction": "Right",
14
+ "pad_to_multiple_of": null,
15
+ "pad_id": 0,
16
+ "pad_type_id": 0,
17
+ "pad_token": "<pad>"
18
+ },
19
  "added_tokens": [
20
  {
21
  "id": 0,
tokenizer_config.json CHANGED
@@ -46,6 +46,7 @@
46
  "cls_token": "[CLS]",
47
  "do_lower_case": true,
48
  "eos_token": "[SEP]",
 
49
  "keep_accents": false,
50
  "mask_token": "[MASK]",
51
  "model_max_length": 512,
 
46
  "cls_token": "[CLS]",
47
  "do_lower_case": true,
48
  "eos_token": "[SEP]",
49
+ "extra_special_tokens": {},
50
  "keep_accents": false,
51
  "mask_token": "[MASK]",
52
  "model_max_length": 512,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:873097dc6d1faf0b18613bd4006fd5ee1633ecc4b1762cead7de0247012ff145
3
- size 5304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e2041d4730bf26252e172fbca22eb69dfcf6cd9ae2b0f236d05df53c0d23427
3
+ size 5432