FiveC commited on
Commit
3097ba0
·
verified ·
1 Parent(s): 46334f4

Training in progress, epoch 0, checkpoint

Browse files
last-checkpoint/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
last-checkpoint/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:533a1fcff8670c30efaa23c1be076b1d5340afaec166739ee9b809d991510639
3
+ size 1209927755
last-checkpoint/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbcf3a3f13e215815b7693e944a918928f7a3b03a38618d5564792012673e52c
3
+ size 647700299
last-checkpoint/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79c6d9c0320b45978c58f80575f066a636e621b61da460971046ab700393175e
3
+ size 14645
last-checkpoint/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb791a2e6ed026a65ee8f5b003e276d36a70eb9547c8946e86b432cc72953c05
3
+ size 1465
last-checkpoint/special_tokens_map.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "cls_token": {
10
+ "content": "<s>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "eos_token": {
17
+ "content": "</s>",
18
+ "lstrip": false,
19
+ "normalized": true,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "mask_token": {
24
+ "content": "<mask>",
25
+ "lstrip": true,
26
+ "normalized": true,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "pad_token": {
31
+ "content": "<pad>",
32
+ "lstrip": false,
33
+ "normalized": true,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ },
37
+ "sep_token": {
38
+ "content": "</s>",
39
+ "lstrip": false,
40
+ "normalized": true,
41
+ "rstrip": false,
42
+ "single_word": false
43
+ },
44
+ "unk_token": {
45
+ "content": "<unk>",
46
+ "lstrip": false,
47
+ "normalized": true,
48
+ "rstrip": false,
49
+ "single_word": false
50
+ }
51
+ }
last-checkpoint/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
last-checkpoint/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": true,
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": 16384,
52
+ "pad_token": "<pad>",
53
+ "sep_token": "</s>",
54
+ "tokenizer_class": "LEDTokenizer",
55
+ "trim_offsets": true,
56
+ "unk_token": "<unk>"
57
+ }
last-checkpoint/trainer_state.json ADDED
@@ -0,0 +1,102 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 13.574521383946667,
3
+ "best_model_checkpoint": "./routed_longformer_docmt/checkpoint-786",
4
+ "epoch": 0.9993642720915448,
5
+ "eval_steps": 500,
6
+ "global_step": 786,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.12714558169103624,
13
+ "grad_norm": 2.349264621734619,
14
+ "learning_rate": 2.875318066157761e-05,
15
+ "loss": 3.6286,
16
+ "step": 100
17
+ },
18
+ {
19
+ "epoch": 0.25429116338207247,
20
+ "grad_norm": 1.9311673641204834,
21
+ "learning_rate": 2.7480916030534352e-05,
22
+ "loss": 2.9688,
23
+ "step": 200
24
+ },
25
+ {
26
+ "epoch": 0.3814367450731087,
27
+ "grad_norm": 3.087153673171997,
28
+ "learning_rate": 2.6208651399491097e-05,
29
+ "loss": 2.7041,
30
+ "step": 300
31
+ },
32
+ {
33
+ "epoch": 0.5085823267641449,
34
+ "grad_norm": 1.7739580869674683,
35
+ "learning_rate": 2.494910941475827e-05,
36
+ "loss": 2.5374,
37
+ "step": 400
38
+ },
39
+ {
40
+ "epoch": 0.6357279084551812,
41
+ "grad_norm": 1.8503930568695068,
42
+ "learning_rate": 2.3676844783715012e-05,
43
+ "loss": 2.4237,
44
+ "step": 500
45
+ },
46
+ {
47
+ "epoch": 0.7628734901462174,
48
+ "grad_norm": 1.7974401712417603,
49
+ "learning_rate": 2.2417302798982186e-05,
50
+ "loss": 2.3547,
51
+ "step": 600
52
+ },
53
+ {
54
+ "epoch": 0.8900190718372537,
55
+ "grad_norm": 1.7522088289260864,
56
+ "learning_rate": 2.1157760814249364e-05,
57
+ "loss": 2.2865,
58
+ "step": 700
59
+ },
60
+ {
61
+ "epoch": 0.9993642720915448,
62
+ "eval_bleu": 13.574521383946667,
63
+ "eval_comet": 0.3645593269124563,
64
+ "eval_loss": 2.1787571907043457,
65
+ "eval_meteor": 0.2980500580872142,
66
+ "eval_runtime": 789.446,
67
+ "eval_samples_per_second": 1.771,
68
+ "eval_steps_per_second": 0.222,
69
+ "step": 786
70
+ }
71
+ ],
72
+ "logging_steps": 100,
73
+ "max_steps": 2358,
74
+ "num_input_tokens_seen": 0,
75
+ "num_train_epochs": 3,
76
+ "save_steps": 500,
77
+ "stateful_callbacks": {
78
+ "EarlyStoppingCallback": {
79
+ "args": {
80
+ "early_stopping_patience": 2,
81
+ "early_stopping_threshold": 0.0
82
+ },
83
+ "attributes": {
84
+ "early_stopping_patience_counter": 0
85
+ }
86
+ },
87
+ "TrainerControl": {
88
+ "args": {
89
+ "should_epoch_stop": false,
90
+ "should_evaluate": false,
91
+ "should_log": false,
92
+ "should_save": true,
93
+ "should_training_stop": false
94
+ },
95
+ "attributes": {}
96
+ }
97
+ },
98
+ "total_flos": 0.0,
99
+ "train_batch_size": 8,
100
+ "trial_name": null,
101
+ "trial_params": null
102
+ }
last-checkpoint/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d595be4c6bce79b196dc595b0358180d19909846f5bc0199fe97844197fe3e3d
3
+ size 5713
last-checkpoint/vocab.json ADDED
The diff for this file is too large to render. See raw diff