inflaton commited on
Commit
f098bb5
1 Parent(s): 0d13d5e

Training in progress, step 1000

Browse files
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1fdd942e6407bd8e4d66630bd2665213892db3f8b8e096b626b54fba0dfb1419
3
  size 498609724
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27f4bd6c713384ef6c330e4d9f3d6ed70e5bb9e915ae01b0c536ad0e30d5900e
3
  size 498609724
run-2/checkpoint-1000/config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "roberta-base",
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": 768,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 3072,
15
+ "layer_norm_eps": 1e-05,
16
+ "max_position_embeddings": 514,
17
+ "model_type": "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.41.2",
24
+ "type_vocab_size": 1,
25
+ "use_cache": true,
26
+ "vocab_size": 50265
27
+ }
run-2/checkpoint-1000/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-2/checkpoint-1000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27f4bd6c713384ef6c330e4d9f3d6ed70e5bb9e915ae01b0c536ad0e30d5900e
3
+ size 498609724
run-2/checkpoint-1000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72aff5d4f00de16e51ab37d1d38d313839283f0859a882d1b4fedb43a70232d5
3
+ size 997339386
run-2/checkpoint-1000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8bf7fa3e4e47c1a94527580ecc5e7d9d5c4bf2d1f82605f00e3683c2aab1daf8
3
+ size 14244
run-2/checkpoint-1000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ef823b151c0f9bae9e60bd520f140c821f5bfd8e4d39b05c90098459d3a9b89
3
+ size 1064
run-2/checkpoint-1000/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-2/checkpoint-1000/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-2/checkpoint-1000/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-2/checkpoint-1000/trainer_state.json ADDED
@@ -0,0 +1,95 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 5.347593582887701,
5
+ "eval_steps": 500,
6
+ "global_step": 1000,
7
+ "is_hyper_param_search": true,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 1.0,
13
+ "eval_accuracy": 0.6087831258773804,
14
+ "eval_loss": 0.6791656017303467,
15
+ "eval_runtime": 14.2003,
16
+ "eval_samples_per_second": 210.065,
17
+ "eval_steps_per_second": 13.169,
18
+ "step": 187
19
+ },
20
+ {
21
+ "epoch": 2.0,
22
+ "eval_accuracy": 0.6238685846328735,
23
+ "eval_loss": 0.628938615322113,
24
+ "eval_runtime": 13.6649,
25
+ "eval_samples_per_second": 218.297,
26
+ "eval_steps_per_second": 13.685,
27
+ "step": 374
28
+ },
29
+ {
30
+ "epoch": 2.6737967914438503,
31
+ "grad_norm": 6.880990028381348,
32
+ "learning_rate": 1.624850202538317e-06,
33
+ "loss": 0.6611,
34
+ "step": 500
35
+ },
36
+ {
37
+ "epoch": 3.0,
38
+ "eval_accuracy": 0.6315789222717285,
39
+ "eval_loss": 0.6185832619667053,
40
+ "eval_runtime": 16.7698,
41
+ "eval_samples_per_second": 177.88,
42
+ "eval_steps_per_second": 11.151,
43
+ "step": 561
44
+ },
45
+ {
46
+ "epoch": 4.0,
47
+ "eval_accuracy": 0.6366074681282043,
48
+ "eval_loss": 0.6134097576141357,
49
+ "eval_runtime": 18.0683,
50
+ "eval_samples_per_second": 165.096,
51
+ "eval_steps_per_second": 10.35,
52
+ "step": 748
53
+ },
54
+ {
55
+ "epoch": 5.0,
56
+ "eval_accuracy": 0.6406302452087402,
57
+ "eval_loss": 0.6063551306724548,
58
+ "eval_runtime": 13.3999,
59
+ "eval_samples_per_second": 222.614,
60
+ "eval_steps_per_second": 13.955,
61
+ "step": 935
62
+ },
63
+ {
64
+ "epoch": 5.347593582887701,
65
+ "grad_norm": 5.784094333648682,
66
+ "learning_rate": 1.0318391797141137e-06,
67
+ "loss": 0.611,
68
+ "step": 1000
69
+ }
70
+ ],
71
+ "logging_steps": 500,
72
+ "max_steps": 1870,
73
+ "num_input_tokens_seen": 0,
74
+ "num_train_epochs": 10,
75
+ "save_steps": 500,
76
+ "stateful_callbacks": {
77
+ "TrainerControl": {
78
+ "args": {
79
+ "should_epoch_stop": false,
80
+ "should_evaluate": false,
81
+ "should_log": false,
82
+ "should_save": true,
83
+ "should_training_stop": false
84
+ },
85
+ "attributes": {}
86
+ }
87
+ },
88
+ "total_flos": 3102926121226212.0,
89
+ "train_batch_size": 64,
90
+ "trial_name": null,
91
+ "trial_params": {
92
+ "learning_rate": 2.21786122536252e-06,
93
+ "per_device_train_batch_size": 64
94
+ }
95
+ }
run-2/checkpoint-1000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:688a4f0673592b957d4b22db69cc7a2dac63d0ed160802be872a1803d3816f89
3
+ size 5176
run-2/checkpoint-1000/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
runs/Jun06_00-29-21_Donghao-Win/events.out.tfevents.1717616366.Donghao-Win.17160.2 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:02f5a646895a54aab9b49fe98d02b1186f2dcd8ccf053302b37664226c965072
3
- size 6047
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fea6efd746929dfde34d8de836234eeae42921ce85cf8f8e0dc38462290d51a3
3
+ size 7227