Jining Yu commited on
Commit
2fddb91
·
1 Parent(s): 0aae5c4

add models

Browse files
all_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 9.99,
3
+ "train_loss": 0.7044082641601562,
4
+ "train_runtime": 1156.1087,
5
+ "train_samples": 7000,
6
+ "train_samples_per_second": 60.548,
7
+ "train_steps_per_second": 0.467
8
+ }
combined_args.json ADDED
@@ -0,0 +1,159 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "use_picard": false,
3
+ "launch_picard": false,
4
+ "picard_host": "localhost",
5
+ "picard_port": 9090,
6
+ "picard_mode": "parse_with_guards",
7
+ "picard_schedule": "incremental",
8
+ "picard_max_tokens_to_check": 2,
9
+ "model_name_or_path": "t5-small",
10
+ "config_name": null,
11
+ "tokenizer_name": null,
12
+ "cache_dir": "~/picard/transformers_cache",
13
+ "use_fast_tokenizer": true,
14
+ "model_revision": "main",
15
+ "use_auth_token": false,
16
+ "dataset": "spider",
17
+ "dataset_paths": {
18
+ "spider": "./seq2seq/datasets/spider",
19
+ "cosql": "./seq2seq/datasets/cosql",
20
+ "spider_realistic": "./seq2seq/datasets/spider_realistic",
21
+ "spider_syn": "./seq2seq/datasets/spider_syn",
22
+ "spider_dk": "./seq2seq/datasets/spider_dk"
23
+ },
24
+ "metric_config": "both",
25
+ "metric_paths": {
26
+ "spider": "./seq2seq/metrics/spider",
27
+ "spider_realistic": "./seq2seq/metrics/spider",
28
+ "cosql": "./seq2seq/metrics/cosql",
29
+ "spider_syn": "./seq2seq/metrics/spider",
30
+ "spider_dk": "./seq2seq/metrics/spider"
31
+ },
32
+ "test_suite_db_dir": null,
33
+ "data_config_file": null,
34
+ "test_sections": null,
35
+ "overwrite_cache": false,
36
+ "preprocessing_num_workers": null,
37
+ "max_source_length": 512,
38
+ "max_target_length": 512,
39
+ "val_max_target_length": 512,
40
+ "val_max_time": null,
41
+ "max_train_samples": null,
42
+ "max_val_samples": null,
43
+ "num_beams": 1,
44
+ "num_beam_groups": 1,
45
+ "diversity_penalty": null,
46
+ "num_return_sequences": null,
47
+ "ignore_pad_token_for_loss": true,
48
+ "source_prefix": "",
49
+ "schema_serialization_type": "peteshaw",
50
+ "schema_serialization_randomized": false,
51
+ "schema_serialization_with_db_id": true,
52
+ "schema_serialization_with_db_content": true,
53
+ "normalize_query": true,
54
+ "target_with_db_id": true,
55
+ "output_dir": "/home/jining/picard/train",
56
+ "overwrite_output_dir": true,
57
+ "do_train": true,
58
+ "do_eval": true,
59
+ "do_predict": false,
60
+ "evaluation_strategy": "steps",
61
+ "prediction_loss_only": false,
62
+ "per_device_train_batch_size": 8,
63
+ "per_device_eval_batch_size": 8,
64
+ "per_gpu_train_batch_size": "None",
65
+ "per_gpu_eval_batch_size": "None",
66
+ "gradient_accumulation_steps": 8,
67
+ "eval_accumulation_steps": "None",
68
+ "eval_delay": 0,
69
+ "learning_rate": 0.0001,
70
+ "weight_decay": 0.0,
71
+ "adam_beta1": 0.9,
72
+ "adam_beta2": 0.999,
73
+ "adam_epsilon": 1e-08,
74
+ "max_grad_norm": 1.0,
75
+ "num_train_epochs": 10,
76
+ "max_steps": -1,
77
+ "lr_scheduler_type": "constant",
78
+ "warmup_ratio": 0.0,
79
+ "warmup_steps": 0,
80
+ "log_level": -1,
81
+ "log_level_replica": -1,
82
+ "log_on_each_node": true,
83
+ "logging_dir": "/home/jining/picard/train/runs/Jul26_15-25-41_icu-gpu-4.sl.cloud9.ibm.com",
84
+ "logging_strategy": "steps",
85
+ "logging_first_step": false,
86
+ "logging_steps": 40000,
87
+ "logging_nan_inf_filter": true,
88
+ "save_strategy": "steps",
89
+ "save_steps": 64000,
90
+ "save_total_limit": 128,
91
+ "save_on_each_node": false,
92
+ "no_cuda": false,
93
+ "seed": 1,
94
+ "data_seed": "None",
95
+ "jit_mode_eval": false,
96
+ "use_ipex": false,
97
+ "bf16": false,
98
+ "fp16": false,
99
+ "fp16_opt_level": "O1",
100
+ "half_precision_backend": "auto",
101
+ "bf16_full_eval": false,
102
+ "fp16_full_eval": false,
103
+ "tf32": "None",
104
+ "xpu_backend": "None",
105
+ "tpu_num_cores": "None",
106
+ "tpu_metrics_debug": false,
107
+ "debug": "[]",
108
+ "dataloader_drop_last": false,
109
+ "eval_steps": 64000,
110
+ "dataloader_num_workers": 0,
111
+ "past_index": -1,
112
+ "run_name": "t5-spider",
113
+ "disable_tqdm": false,
114
+ "remove_unused_columns": true,
115
+ "label_names": "None",
116
+ "load_best_model_at_end": false,
117
+ "metric_for_best_model": "exact_match",
118
+ "greater_is_better": true,
119
+ "ignore_data_skip": false,
120
+ "sharded_ddp": "[]",
121
+ "fsdp": "[]",
122
+ "fsdp_min_num_params": 0,
123
+ "deepspeed": "None",
124
+ "label_smoothing_factor": 0.0,
125
+ "optim": "adafactor",
126
+ "adafactor": true,
127
+ "group_by_length": false,
128
+ "length_column_name": "length",
129
+ "report_to": "['tensorboard']",
130
+ "ddp_find_unused_parameters": "None",
131
+ "ddp_bucket_cap_mb": "None",
132
+ "dataloader_pin_memory": true,
133
+ "skip_memory_metrics": true,
134
+ "use_legacy_prediction_loop": false,
135
+ "push_to_hub": false,
136
+ "resume_from_checkpoint": "None",
137
+ "hub_model_id": "None",
138
+ "hub_strategy": "every_save",
139
+ "hub_token": "<HUB_TOKEN>",
140
+ "hub_private_repo": false,
141
+ "gradient_checkpointing": false,
142
+ "include_inputs_for_metrics": false,
143
+ "fp16_backend": "auto",
144
+ "push_to_hub_model_id": "None",
145
+ "push_to_hub_organization": "None",
146
+ "push_to_hub_token": "<PUSH_TO_HUB_TOKEN>",
147
+ "_n_gpu": 2,
148
+ "mp_parameters": "",
149
+ "auto_find_batch_size": false,
150
+ "full_determinism": false,
151
+ "torchdynamo": "None",
152
+ "ray_scope": "last",
153
+ "sortish_sampler": false,
154
+ "predict_with_generate": true,
155
+ "generation_max_length": "None",
156
+ "generation_num_beams": "None",
157
+ "train_batch_size": 16,
158
+ "eval_batch_size": 16
159
+ }
config.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "t5-small",
3
+ "architectures": [
4
+ "T5ForConditionalGeneration"
5
+ ],
6
+ "d_ff": 2048,
7
+ "d_kv": 64,
8
+ "d_model": 512,
9
+ "decoder_start_token_id": 0,
10
+ "dense_act_fn": "relu",
11
+ "diversity_penalty": null,
12
+ "dropout_rate": 0.1,
13
+ "eos_token_id": 1,
14
+ "feed_forward_proj": "relu",
15
+ "initializer_factor": 1.0,
16
+ "is_encoder_decoder": true,
17
+ "is_gated_act": false,
18
+ "layer_norm_epsilon": 1e-06,
19
+ "max_length": 512,
20
+ "model_type": "t5",
21
+ "n_positions": 512,
22
+ "num_decoder_layers": 6,
23
+ "num_heads": 8,
24
+ "num_layers": 6,
25
+ "output_past": true,
26
+ "pad_token_id": 0,
27
+ "relative_attention_max_distance": 128,
28
+ "relative_attention_num_buckets": 32,
29
+ "task_specific_params": {
30
+ "summarization": {
31
+ "early_stopping": true,
32
+ "length_penalty": 2.0,
33
+ "max_length": 200,
34
+ "min_length": 30,
35
+ "no_repeat_ngram_size": 3,
36
+ "num_beams": 4,
37
+ "prefix": "summarize: "
38
+ },
39
+ "translation_en_to_de": {
40
+ "early_stopping": true,
41
+ "max_length": 300,
42
+ "num_beams": 4,
43
+ "prefix": "translate English to German: "
44
+ },
45
+ "translation_en_to_fr": {
46
+ "early_stopping": true,
47
+ "max_length": 300,
48
+ "num_beams": 4,
49
+ "prefix": "translate English to French: "
50
+ },
51
+ "translation_en_to_ro": {
52
+ "early_stopping": true,
53
+ "max_length": 300,
54
+ "num_beams": 4,
55
+ "prefix": "translate English to Romanian: "
56
+ }
57
+ },
58
+ "torch_dtype": "float32",
59
+ "transformers_version": "4.21.0.dev0",
60
+ "use_cache": true,
61
+ "vocab_size": 32102
62
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c03c0de0e61859d0e96f8b186009786f696cb0b631992aac9ca0fea478879109
3
+ size 242017019
runs/Jul26_15-25-41_icu-gpu-4.sl.cloud9.ibm.com/1658850513.2023797/events.out.tfevents.1658850513.icu-gpu-4.sl.cloud9.ibm.com.73577.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55eb73fa711215dd6adc69dec14820b50edad80b266a2dcaec837ac6343bd861
3
+ size 5594
runs/Jul26_15-25-41_icu-gpu-4.sl.cloud9.ibm.com/events.out.tfevents.1658850513.icu-gpu-4.sl.cloud9.ibm.com.73577.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d783bdcee78167fafad4b3e0c4e7eb2f5f1fa4178d800da9f3850f2b5277aef
3
+ size 4969
special_tokens_map.json ADDED
@@ -0,0 +1,107 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<extra_id_0>",
4
+ "<extra_id_1>",
5
+ "<extra_id_2>",
6
+ "<extra_id_3>",
7
+ "<extra_id_4>",
8
+ "<extra_id_5>",
9
+ "<extra_id_6>",
10
+ "<extra_id_7>",
11
+ "<extra_id_8>",
12
+ "<extra_id_9>",
13
+ "<extra_id_10>",
14
+ "<extra_id_11>",
15
+ "<extra_id_12>",
16
+ "<extra_id_13>",
17
+ "<extra_id_14>",
18
+ "<extra_id_15>",
19
+ "<extra_id_16>",
20
+ "<extra_id_17>",
21
+ "<extra_id_18>",
22
+ "<extra_id_19>",
23
+ "<extra_id_20>",
24
+ "<extra_id_21>",
25
+ "<extra_id_22>",
26
+ "<extra_id_23>",
27
+ "<extra_id_24>",
28
+ "<extra_id_25>",
29
+ "<extra_id_26>",
30
+ "<extra_id_27>",
31
+ "<extra_id_28>",
32
+ "<extra_id_29>",
33
+ "<extra_id_30>",
34
+ "<extra_id_31>",
35
+ "<extra_id_32>",
36
+ "<extra_id_33>",
37
+ "<extra_id_34>",
38
+ "<extra_id_35>",
39
+ "<extra_id_36>",
40
+ "<extra_id_37>",
41
+ "<extra_id_38>",
42
+ "<extra_id_39>",
43
+ "<extra_id_40>",
44
+ "<extra_id_41>",
45
+ "<extra_id_42>",
46
+ "<extra_id_43>",
47
+ "<extra_id_44>",
48
+ "<extra_id_45>",
49
+ "<extra_id_46>",
50
+ "<extra_id_47>",
51
+ "<extra_id_48>",
52
+ "<extra_id_49>",
53
+ "<extra_id_50>",
54
+ "<extra_id_51>",
55
+ "<extra_id_52>",
56
+ "<extra_id_53>",
57
+ "<extra_id_54>",
58
+ "<extra_id_55>",
59
+ "<extra_id_56>",
60
+ "<extra_id_57>",
61
+ "<extra_id_58>",
62
+ "<extra_id_59>",
63
+ "<extra_id_60>",
64
+ "<extra_id_61>",
65
+ "<extra_id_62>",
66
+ "<extra_id_63>",
67
+ "<extra_id_64>",
68
+ "<extra_id_65>",
69
+ "<extra_id_66>",
70
+ "<extra_id_67>",
71
+ "<extra_id_68>",
72
+ "<extra_id_69>",
73
+ "<extra_id_70>",
74
+ "<extra_id_71>",
75
+ "<extra_id_72>",
76
+ "<extra_id_73>",
77
+ "<extra_id_74>",
78
+ "<extra_id_75>",
79
+ "<extra_id_76>",
80
+ "<extra_id_77>",
81
+ "<extra_id_78>",
82
+ "<extra_id_79>",
83
+ "<extra_id_80>",
84
+ "<extra_id_81>",
85
+ "<extra_id_82>",
86
+ "<extra_id_83>",
87
+ "<extra_id_84>",
88
+ "<extra_id_85>",
89
+ "<extra_id_86>",
90
+ "<extra_id_87>",
91
+ "<extra_id_88>",
92
+ "<extra_id_89>",
93
+ "<extra_id_90>",
94
+ "<extra_id_91>",
95
+ "<extra_id_92>",
96
+ "<extra_id_93>",
97
+ "<extra_id_94>",
98
+ "<extra_id_95>",
99
+ "<extra_id_96>",
100
+ "<extra_id_97>",
101
+ "<extra_id_98>",
102
+ "<extra_id_99>"
103
+ ],
104
+ "eos_token": "</s>",
105
+ "pad_token": "<pad>",
106
+ "unk_token": "<unk>"
107
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<extra_id_0>",
4
+ "<extra_id_1>",
5
+ "<extra_id_2>",
6
+ "<extra_id_3>",
7
+ "<extra_id_4>",
8
+ "<extra_id_5>",
9
+ "<extra_id_6>",
10
+ "<extra_id_7>",
11
+ "<extra_id_8>",
12
+ "<extra_id_9>",
13
+ "<extra_id_10>",
14
+ "<extra_id_11>",
15
+ "<extra_id_12>",
16
+ "<extra_id_13>",
17
+ "<extra_id_14>",
18
+ "<extra_id_15>",
19
+ "<extra_id_16>",
20
+ "<extra_id_17>",
21
+ "<extra_id_18>",
22
+ "<extra_id_19>",
23
+ "<extra_id_20>",
24
+ "<extra_id_21>",
25
+ "<extra_id_22>",
26
+ "<extra_id_23>",
27
+ "<extra_id_24>",
28
+ "<extra_id_25>",
29
+ "<extra_id_26>",
30
+ "<extra_id_27>",
31
+ "<extra_id_28>",
32
+ "<extra_id_29>",
33
+ "<extra_id_30>",
34
+ "<extra_id_31>",
35
+ "<extra_id_32>",
36
+ "<extra_id_33>",
37
+ "<extra_id_34>",
38
+ "<extra_id_35>",
39
+ "<extra_id_36>",
40
+ "<extra_id_37>",
41
+ "<extra_id_38>",
42
+ "<extra_id_39>",
43
+ "<extra_id_40>",
44
+ "<extra_id_41>",
45
+ "<extra_id_42>",
46
+ "<extra_id_43>",
47
+ "<extra_id_44>",
48
+ "<extra_id_45>",
49
+ "<extra_id_46>",
50
+ "<extra_id_47>",
51
+ "<extra_id_48>",
52
+ "<extra_id_49>",
53
+ "<extra_id_50>",
54
+ "<extra_id_51>",
55
+ "<extra_id_52>",
56
+ "<extra_id_53>",
57
+ "<extra_id_54>",
58
+ "<extra_id_55>",
59
+ "<extra_id_56>",
60
+ "<extra_id_57>",
61
+ "<extra_id_58>",
62
+ "<extra_id_59>",
63
+ "<extra_id_60>",
64
+ "<extra_id_61>",
65
+ "<extra_id_62>",
66
+ "<extra_id_63>",
67
+ "<extra_id_64>",
68
+ "<extra_id_65>",
69
+ "<extra_id_66>",
70
+ "<extra_id_67>",
71
+ "<extra_id_68>",
72
+ "<extra_id_69>",
73
+ "<extra_id_70>",
74
+ "<extra_id_71>",
75
+ "<extra_id_72>",
76
+ "<extra_id_73>",
77
+ "<extra_id_74>",
78
+ "<extra_id_75>",
79
+ "<extra_id_76>",
80
+ "<extra_id_77>",
81
+ "<extra_id_78>",
82
+ "<extra_id_79>",
83
+ "<extra_id_80>",
84
+ "<extra_id_81>",
85
+ "<extra_id_82>",
86
+ "<extra_id_83>",
87
+ "<extra_id_84>",
88
+ "<extra_id_85>",
89
+ "<extra_id_86>",
90
+ "<extra_id_87>",
91
+ "<extra_id_88>",
92
+ "<extra_id_89>",
93
+ "<extra_id_90>",
94
+ "<extra_id_91>",
95
+ "<extra_id_92>",
96
+ "<extra_id_93>",
97
+ "<extra_id_94>",
98
+ "<extra_id_95>",
99
+ "<extra_id_96>",
100
+ "<extra_id_97>",
101
+ "<extra_id_98>",
102
+ "<extra_id_99>"
103
+ ],
104
+ "eos_token": "</s>",
105
+ "extra_ids": 100,
106
+ "model_max_length": 512,
107
+ "name_or_path": "t5-small",
108
+ "pad_token": "<pad>",
109
+ "special_tokens_map_file": null,
110
+ "tokenizer_class": "T5Tokenizer",
111
+ "unk_token": "<unk>"
112
+ }
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 9.99,
3
+ "train_loss": 0.7044082641601562,
4
+ "train_runtime": 1156.1087,
5
+ "train_samples": 7000,
6
+ "train_samples_per_second": 60.548,
7
+ "train_steps_per_second": 0.467
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 9.986301369863014,
5
+ "global_step": 540,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 9.99,
12
+ "step": 540,
13
+ "total_flos": 8562456167448576.0,
14
+ "train_loss": 0.7044082641601562,
15
+ "train_runtime": 1156.1087,
16
+ "train_samples_per_second": 60.548,
17
+ "train_steps_per_second": 0.467
18
+ }
19
+ ],
20
+ "max_steps": 540,
21
+ "num_train_epochs": 10,
22
+ "total_flos": 8562456167448576.0,
23
+ "trial_name": null,
24
+ "trial_params": null
25
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d448c3e680e65210ff4b47433a53e4edf5a5eef9fb1a631ba91481fb25e578a
3
+ size 3439