inflaton commited on
Commit
fa5b37a
1 Parent(s): f93978e

Training in progress, step 2500

Browse files
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:16ec8dc66ea54f180bcf234e8a0979b133f24d3c5c2c2dbd39e7e8b064ec1d4d
3
  size 1421491284
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6b80422f68572e593065b86636cd54e58faa94ae3b31afd6b8369d426a5524f
3
  size 1421491284
run-3/checkpoint-2000/config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "roberta-large",
3
+ "architectures": [
4
+ "RobertaForMultipleChoice"
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": "roberta",
18
+ "num_attention_heads": 16,
19
+ "num_hidden_layers": 24,
20
+ "pad_token_id": 1,
21
+ "position_embedding_type": "absolute",
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.40.1",
24
+ "type_vocab_size": 1,
25
+ "use_cache": true,
26
+ "vocab_size": 50265
27
+ }
run-3/checkpoint-2000/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-3/checkpoint-2000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96944ce2f840d20c43acc1766e8af212043242bf7890d85a312b25fdebb94eac
3
+ size 1421491284
run-3/checkpoint-2000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f6b688fc45c3923cfb073d2a4114a29a87ac0d19fab25899268fca39ccbc83b
3
+ size 2843215085
run-3/checkpoint-2000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb6237e1ef254b1fd14aba10e52b971261fdf8522a14c6170e94249188cfef1e
3
+ size 14244
run-3/checkpoint-2000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6898d19380180bdd605c12a661b57df7d8f5510e1ca16f2b526b9c44e1f731a
3
+ size 1064
run-3/checkpoint-2000/special_tokens_map.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<s>",
3
+ "cls_token": "<s>",
4
+ "eos_token": "</s>",
5
+ "mask_token": {
6
+ "content": "<mask>",
7
+ "lstrip": true,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false
11
+ },
12
+ "pad_token": "<pad>",
13
+ "sep_token": "</s>",
14
+ "unk_token": "<unk>"
15
+ }
run-3/checkpoint-2000/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-3/checkpoint-2000/tokenizer_config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": "<s>",
6
+ "lstrip": false,
7
+ "normalized": true,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "1": {
13
+ "content": "<pad>",
14
+ "lstrip": false,
15
+ "normalized": true,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "2": {
21
+ "content": "</s>",
22
+ "lstrip": false,
23
+ "normalized": true,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ },
28
+ "3": {
29
+ "content": "<unk>",
30
+ "lstrip": false,
31
+ "normalized": true,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ },
36
+ "50264": {
37
+ "content": "<mask>",
38
+ "lstrip": true,
39
+ "normalized": false,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": true
43
+ }
44
+ },
45
+ "bos_token": "<s>",
46
+ "clean_up_tokenization_spaces": true,
47
+ "cls_token": "<s>",
48
+ "eos_token": "</s>",
49
+ "errors": "replace",
50
+ "mask_token": "<mask>",
51
+ "model_max_length": 512,
52
+ "pad_token": "<pad>",
53
+ "sep_token": "</s>",
54
+ "tokenizer_class": "RobertaTokenizer",
55
+ "trim_offsets": true,
56
+ "unk_token": "<unk>"
57
+ }
run-3/checkpoint-2000/trainer_state.json ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 2.680965147453083,
5
+ "eval_steps": 500,
6
+ "global_step": 2000,
7
+ "is_hyper_param_search": true,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.6702412868632708,
13
+ "grad_norm": 21.11298370361328,
14
+ "learning_rate": 7.3094294083621386e-06,
15
+ "loss": 0.5946,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 1.0,
20
+ "eval_accuracy": 0.7713711261749268,
21
+ "eval_loss": 0.4571286737918854,
22
+ "eval_runtime": 8.9295,
23
+ "eval_samples_per_second": 334.061,
24
+ "eval_steps_per_second": 20.942,
25
+ "step": 746
26
+ },
27
+ {
28
+ "epoch": 1.3404825737265416,
29
+ "grad_norm": 29.37565803527832,
30
+ "learning_rate": 6.784326720979801e-06,
31
+ "loss": 0.4626,
32
+ "step": 1000
33
+ },
34
+ {
35
+ "epoch": 2.0,
36
+ "eval_accuracy": 0.7948374152183533,
37
+ "eval_loss": 0.42729610204696655,
38
+ "eval_runtime": 8.9768,
39
+ "eval_samples_per_second": 332.301,
40
+ "eval_steps_per_second": 20.831,
41
+ "step": 1492
42
+ },
43
+ {
44
+ "epoch": 2.0107238605898123,
45
+ "grad_norm": 14.413555145263672,
46
+ "learning_rate": 6.2592240335974636e-06,
47
+ "loss": 0.4072,
48
+ "step": 1500
49
+ },
50
+ {
51
+ "epoch": 2.680965147453083,
52
+ "grad_norm": 29.383678436279297,
53
+ "learning_rate": 5.734121346215126e-06,
54
+ "loss": 0.271,
55
+ "step": 2000
56
+ }
57
+ ],
58
+ "logging_steps": 500,
59
+ "max_steps": 7460,
60
+ "num_input_tokens_seen": 0,
61
+ "num_train_epochs": 10,
62
+ "save_steps": 500,
63
+ "total_flos": 4826860301289780.0,
64
+ "train_batch_size": 16,
65
+ "trial_name": null,
66
+ "trial_params": {
67
+ "learning_rate": 7.834532095744476e-06,
68
+ "per_device_train_batch_size": 16
69
+ }
70
+ }
run-3/checkpoint-2000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa2f9f37c7726a45700c6b9fea6814a536354b2056a30500c9b5dc834f2644fb
3
+ size 5048
run-3/checkpoint-2000/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
run-3/checkpoint-2500/config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "roberta-large",
3
+ "architectures": [
4
+ "RobertaForMultipleChoice"
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": "roberta",
18
+ "num_attention_heads": 16,
19
+ "num_hidden_layers": 24,
20
+ "pad_token_id": 1,
21
+ "position_embedding_type": "absolute",
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.40.1",
24
+ "type_vocab_size": 1,
25
+ "use_cache": true,
26
+ "vocab_size": 50265
27
+ }
run-3/checkpoint-2500/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-3/checkpoint-2500/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6b80422f68572e593065b86636cd54e58faa94ae3b31afd6b8369d426a5524f
3
+ size 1421491284
run-3/checkpoint-2500/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:548ecb6c2a6bc67aafa5ce64c290f2ccc604bb0d14482ff2d8ab1928491f8bba
3
+ size 2843215085
run-3/checkpoint-2500/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd84628968b5b51812ca42cf618a73fa73d5a09b44784c9febeca272d0b90e76
3
+ size 14244
run-3/checkpoint-2500/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c72838029ddc1721b0e8e491d51567a0edf7e1e386d92670275e151dd92968a
3
+ size 1064
run-3/checkpoint-2500/special_tokens_map.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<s>",
3
+ "cls_token": "<s>",
4
+ "eos_token": "</s>",
5
+ "mask_token": {
6
+ "content": "<mask>",
7
+ "lstrip": true,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false
11
+ },
12
+ "pad_token": "<pad>",
13
+ "sep_token": "</s>",
14
+ "unk_token": "<unk>"
15
+ }
run-3/checkpoint-2500/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-3/checkpoint-2500/tokenizer_config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": "<s>",
6
+ "lstrip": false,
7
+ "normalized": true,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "1": {
13
+ "content": "<pad>",
14
+ "lstrip": false,
15
+ "normalized": true,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "2": {
21
+ "content": "</s>",
22
+ "lstrip": false,
23
+ "normalized": true,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ },
28
+ "3": {
29
+ "content": "<unk>",
30
+ "lstrip": false,
31
+ "normalized": true,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ },
36
+ "50264": {
37
+ "content": "<mask>",
38
+ "lstrip": true,
39
+ "normalized": false,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": true
43
+ }
44
+ },
45
+ "bos_token": "<s>",
46
+ "clean_up_tokenization_spaces": true,
47
+ "cls_token": "<s>",
48
+ "eos_token": "</s>",
49
+ "errors": "replace",
50
+ "mask_token": "<mask>",
51
+ "model_max_length": 512,
52
+ "pad_token": "<pad>",
53
+ "sep_token": "</s>",
54
+ "tokenizer_class": "RobertaTokenizer",
55
+ "trim_offsets": true,
56
+ "unk_token": "<unk>"
57
+ }
run-3/checkpoint-2500/trainer_state.json ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 3.351206434316354,
5
+ "eval_steps": 500,
6
+ "global_step": 2500,
7
+ "is_hyper_param_search": true,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.6702412868632708,
13
+ "grad_norm": 21.11298370361328,
14
+ "learning_rate": 7.3094294083621386e-06,
15
+ "loss": 0.5946,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 1.0,
20
+ "eval_accuracy": 0.7713711261749268,
21
+ "eval_loss": 0.4571286737918854,
22
+ "eval_runtime": 8.9295,
23
+ "eval_samples_per_second": 334.061,
24
+ "eval_steps_per_second": 20.942,
25
+ "step": 746
26
+ },
27
+ {
28
+ "epoch": 1.3404825737265416,
29
+ "grad_norm": 29.37565803527832,
30
+ "learning_rate": 6.784326720979801e-06,
31
+ "loss": 0.4626,
32
+ "step": 1000
33
+ },
34
+ {
35
+ "epoch": 2.0,
36
+ "eval_accuracy": 0.7948374152183533,
37
+ "eval_loss": 0.42729610204696655,
38
+ "eval_runtime": 8.9768,
39
+ "eval_samples_per_second": 332.301,
40
+ "eval_steps_per_second": 20.831,
41
+ "step": 1492
42
+ },
43
+ {
44
+ "epoch": 2.0107238605898123,
45
+ "grad_norm": 14.413555145263672,
46
+ "learning_rate": 6.2592240335974636e-06,
47
+ "loss": 0.4072,
48
+ "step": 1500
49
+ },
50
+ {
51
+ "epoch": 2.680965147453083,
52
+ "grad_norm": 29.383678436279297,
53
+ "learning_rate": 5.734121346215126e-06,
54
+ "loss": 0.271,
55
+ "step": 2000
56
+ },
57
+ {
58
+ "epoch": 3.0,
59
+ "eval_accuracy": 0.8012068271636963,
60
+ "eval_loss": 0.5310697555541992,
61
+ "eval_runtime": 8.9237,
62
+ "eval_samples_per_second": 334.277,
63
+ "eval_steps_per_second": 20.955,
64
+ "step": 2238
65
+ },
66
+ {
67
+ "epoch": 3.351206434316354,
68
+ "grad_norm": 63.45195007324219,
69
+ "learning_rate": 5.2090186588327885e-06,
70
+ "loss": 0.218,
71
+ "step": 2500
72
+ }
73
+ ],
74
+ "logging_steps": 500,
75
+ "max_steps": 7460,
76
+ "num_input_tokens_seen": 0,
77
+ "num_train_epochs": 10,
78
+ "save_steps": 500,
79
+ "total_flos": 6025356388618668.0,
80
+ "train_batch_size": 16,
81
+ "trial_name": null,
82
+ "trial_params": {
83
+ "learning_rate": 7.834532095744476e-06,
84
+ "per_device_train_batch_size": 16
85
+ }
86
+ }
run-3/checkpoint-2500/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa2f9f37c7726a45700c6b9fea6814a536354b2056a30500c9b5dc834f2644fb
3
+ size 5048
run-3/checkpoint-2500/vocab.json ADDED
The diff for this file is too large to render. See raw diff