Jason Wu commited on
Commit
2910196
1 Parent(s): 9e65b78
config.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "allenai/unifiedqa-t5-3b",
3
+ "architectures": [
4
+ "T5ForConditionalGeneration"
5
+ ],
6
+ "d_ff": 16384,
7
+ "d_kv": 128,
8
+ "d_model": 1024,
9
+ "decoder_start_token_id": 0,
10
+ "dropout_rate": 0.1,
11
+ "early_stopping": true,
12
+ "eos_token_id": 1,
13
+ "feed_forward_proj": "relu",
14
+ "initializer_factor": 1.0,
15
+ "is_encoder_decoder": true,
16
+ "layer_norm_epsilon": 1e-06,
17
+ "length_penalty": 2.0,
18
+ "max_length": 200,
19
+ "min_length": 30,
20
+ "model_type": "t5",
21
+ "n_positions": 512,
22
+ "no_repeat_ngram_size": 3,
23
+ "num_beams": 4,
24
+ "num_decoder_layers": 24,
25
+ "num_heads": 32,
26
+ "num_layers": 24,
27
+ "output_past": true,
28
+ "pad_token_id": 0,
29
+ "prefix": "summarize: ",
30
+ "relative_attention_num_buckets": 32,
31
+ "task_specific_params": {
32
+ "summarization": {
33
+ "early_stopping": true,
34
+ "length_penalty": 2.0,
35
+ "max_length": 200,
36
+ "min_length": 30,
37
+ "no_repeat_ngram_size": 3,
38
+ "num_beams": 4,
39
+ "prefix": "summarize: "
40
+ },
41
+ "translation_en_to_de": {
42
+ "early_stopping": true,
43
+ "max_length": 300,
44
+ "num_beams": 4,
45
+ "prefix": "translate English to German: "
46
+ },
47
+ "translation_en_to_fr": {
48
+ "early_stopping": true,
49
+ "max_length": 300,
50
+ "num_beams": 4,
51
+ "prefix": "translate English to French: "
52
+ },
53
+ "translation_en_to_ro": {
54
+ "early_stopping": true,
55
+ "max_length": 300,
56
+ "num_beams": 4,
57
+ "prefix": "translate English to Romanian: "
58
+ }
59
+ },
60
+ "transformers_version": "4.5.1",
61
+ "use_cache": true,
62
+ "vocab_size": 32128
63
+ }
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
1
+ {"eos_token": "</s>", "unk_token": "<unk>", "pad_token": "<pad>", "additional_special_tokens": ["<extra_id_0>", "<extra_id_1>", "<extra_id_2>", "<extra_id_3>", "<extra_id_4>", "<extra_id_5>", "<extra_id_6>", "<extra_id_7>", "<extra_id_8>", "<extra_id_9>", "<extra_id_10>", "<extra_id_11>", "<extra_id_12>", "<extra_id_13>", "<extra_id_14>", "<extra_id_15>", "<extra_id_16>", "<extra_id_17>", "<extra_id_18>", "<extra_id_19>", "<extra_id_20>", "<extra_id_21>", "<extra_id_22>", "<extra_id_23>", "<extra_id_24>", "<extra_id_25>", "<extra_id_26>", "<extra_id_27>", "<extra_id_28>", "<extra_id_29>", "<extra_id_30>", "<extra_id_31>", "<extra_id_32>", "<extra_id_33>", "<extra_id_34>", "<extra_id_35>", "<extra_id_36>", "<extra_id_37>", "<extra_id_38>", "<extra_id_39>", "<extra_id_40>", "<extra_id_41>", "<extra_id_42>", "<extra_id_43>", "<extra_id_44>", "<extra_id_45>", "<extra_id_46>", "<extra_id_47>", "<extra_id_48>", "<extra_id_49>", "<extra_id_50>", "<extra_id_51>", "<extra_id_52>", "<extra_id_53>", "<extra_id_54>", "<extra_id_55>", "<extra_id_56>", "<extra_id_57>", "<extra_id_58>", "<extra_id_59>", "<extra_id_60>", "<extra_id_61>", "<extra_id_62>", "<extra_id_63>", "<extra_id_64>", "<extra_id_65>", "<extra_id_66>", "<extra_id_67>", "<extra_id_68>", "<extra_id_69>", "<extra_id_70>", "<extra_id_71>", "<extra_id_72>", "<extra_id_73>", "<extra_id_74>", "<extra_id_75>", "<extra_id_76>", "<extra_id_77>", "<extra_id_78>", "<extra_id_79>", "<extra_id_80>", "<extra_id_81>", "<extra_id_82>", "<extra_id_83>", "<extra_id_84>", "<extra_id_85>", "<extra_id_86>", "<extra_id_87>", "<extra_id_88>", "<extra_id_89>", "<extra_id_90>", "<extra_id_91>", "<extra_id_92>", "<extra_id_93>", "<extra_id_94>", "<extra_id_95>", "<extra_id_96>", "<extra_id_97>", "<extra_id_98>", "<extra_id_99>"]}
spiece.model ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d60acb128cf7b7f2536e8f38a5b18a05535c9e14c7a355904270e15b0945ea86
3
+ size 791656
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
1
+ {"eos_token": "</s>", "unk_token": "<unk>", "pad_token": "<pad>", "extra_ids": 100, "additional_special_tokens": ["<extra_id_0>", "<extra_id_1>", "<extra_id_2>", "<extra_id_3>", "<extra_id_4>", "<extra_id_5>", "<extra_id_6>", "<extra_id_7>", "<extra_id_8>", "<extra_id_9>", "<extra_id_10>", "<extra_id_11>", "<extra_id_12>", "<extra_id_13>", "<extra_id_14>", "<extra_id_15>", "<extra_id_16>", "<extra_id_17>", "<extra_id_18>", "<extra_id_19>", "<extra_id_20>", "<extra_id_21>", "<extra_id_22>", "<extra_id_23>", "<extra_id_24>", "<extra_id_25>", "<extra_id_26>", "<extra_id_27>", "<extra_id_28>", "<extra_id_29>", "<extra_id_30>", "<extra_id_31>", "<extra_id_32>", "<extra_id_33>", "<extra_id_34>", "<extra_id_35>", "<extra_id_36>", "<extra_id_37>", "<extra_id_38>", "<extra_id_39>", "<extra_id_40>", "<extra_id_41>", "<extra_id_42>", "<extra_id_43>", "<extra_id_44>", "<extra_id_45>", "<extra_id_46>", "<extra_id_47>", "<extra_id_48>", "<extra_id_49>", "<extra_id_50>", "<extra_id_51>", "<extra_id_52>", "<extra_id_53>", "<extra_id_54>", "<extra_id_55>", "<extra_id_56>", "<extra_id_57>", "<extra_id_58>", "<extra_id_59>", "<extra_id_60>", "<extra_id_61>", "<extra_id_62>", "<extra_id_63>", "<extra_id_64>", "<extra_id_65>", "<extra_id_66>", "<extra_id_67>", "<extra_id_68>", "<extra_id_69>", "<extra_id_70>", "<extra_id_71>", "<extra_id_72>", "<extra_id_73>", "<extra_id_74>", "<extra_id_75>", "<extra_id_76>", "<extra_id_77>", "<extra_id_78>", "<extra_id_79>", "<extra_id_80>", "<extra_id_81>", "<extra_id_82>", "<extra_id_83>", "<extra_id_84>", "<extra_id_85>", "<extra_id_86>", "<extra_id_87>", "<extra_id_88>", "<extra_id_89>", "<extra_id_90>", "<extra_id_91>", "<extra_id_92>", "<extra_id_93>", "<extra_id_94>", "<extra_id_95>", "<extra_id_96>", "<extra_id_97>", "<extra_id_98>", "<extra_id_99>"], "model_max_length": 512, "special_tokens_map_file": "/root/.cache/huggingface/transformers/3304cbbeec57957a9522ba9f9d7db8250ad8bf845be03c8ca19fc379ad0de1c2.c94798918c92ded6aeef2d2f0e666d2cc4145eca1aa6e1336fde07f2e13e2f46", "name_or_path": "allenai/unifiedqa-t5-3b"}
trainer_state.json ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 5.0,
5
+ "global_step": 17055,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 1.47,
12
+ "learning_rate": 3e-05,
13
+ "loss": 0.4752,
14
+ "step": 5000
15
+ },
16
+ {
17
+ "epoch": 1.47,
18
+ "eval_gen_len": 34.6,
19
+ "eval_loss": 0.53515625,
20
+ "eval_rouge1": 18.7991,
21
+ "eval_rouge2": 11.6667,
22
+ "eval_rougeL": 18.5494,
23
+ "eval_rougeLsum": 18.6653,
24
+ "eval_runtime": 2021.8236,
25
+ "eval_samples_per_second": 1.688,
26
+ "step": 5000
27
+ },
28
+ {
29
+ "epoch": 2.93,
30
+ "learning_rate": 3e-05,
31
+ "loss": 0.2688,
32
+ "step": 10000
33
+ },
34
+ {
35
+ "epoch": 2.93,
36
+ "eval_gen_len": 33.6,
37
+ "eval_loss": 0.61572265625,
38
+ "eval_rouge1": 20.5977,
39
+ "eval_rouge2": 12.9504,
40
+ "eval_rougeL": 20.3605,
41
+ "eval_rougeLsum": 20.4447,
42
+ "eval_runtime": 1913.6134,
43
+ "eval_samples_per_second": 1.784,
44
+ "step": 10000
45
+ },
46
+ {
47
+ "epoch": 4.4,
48
+ "learning_rate": 3e-05,
49
+ "loss": 0.1309,
50
+ "step": 15000
51
+ },
52
+ {
53
+ "epoch": 4.4,
54
+ "eval_gen_len": 33.2,
55
+ "eval_loss": 0.89453125,
56
+ "eval_rouge1": 21.4721,
57
+ "eval_rouge2": 13.2325,
58
+ "eval_rougeL": 21.2104,
59
+ "eval_rougeLsum": 21.2775,
60
+ "eval_runtime": 1900.2716,
61
+ "eval_samples_per_second": 1.796,
62
+ "step": 15000
63
+ },
64
+ {
65
+ "epoch": 5.0,
66
+ "step": 17055,
67
+ "total_flos": 1.095854652102017e+18,
68
+ "train_runtime": 101377.3904,
69
+ "train_samples_per_second": 0.168
70
+ }
71
+ ],
72
+ "max_steps": 17055,
73
+ "num_train_epochs": 5,
74
+ "total_flos": 1.095854652102017e+18,
75
+ "trial_name": null,
76
+ "trial_params": null
77
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3f650a6e606a39f25d67d5dc888f02708e7b3ddf2fa9b3c994c48a5f74346fd
3
+ size 2607