kleinay commited on
Commit
eb965bb
1 Parent(s): 46a2ea1
Files changed (2) hide show
  1. config.json +121 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,121 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/home/nlp/kleinay/tmp/t5-tst-summarization/qanom/qanom/linearization/permutate_sample_num_of_qas",
3
+ "append_verb_form": true,
4
+ "architectures": [
5
+ "T5ForConditionalGeneration"
6
+ ],
7
+ "d_ff": 2048,
8
+ "d_kv": 64,
9
+ "d_model": 512,
10
+ "debug_mode": false,
11
+ "decoder_start_token_id": 0,
12
+ "description": "qanom baseline with output_linearization=permutate_sample_num_of_qas, with best hyperparamters for 'by_answer_order' (30ep, accum=8) ",
13
+ "dir_switch": "qanom/linearization/permutate_sample_num_of_qas",
14
+ "do_eval_on": "validation",
15
+ "dropout_rate": 0.15,
16
+ "eos_token_id": 1,
17
+ "eval_steps": 500,
18
+ "evaluation_strategy": "steps",
19
+ "feed_forward_proj": "relu",
20
+ "fp16": true,
21
+ "gradient_accumulation_steps": 8,
22
+ "initializer_factor": 1.0,
23
+ "is_encoder_decoder": true,
24
+ "layer_norm_epsilon": 1e-06,
25
+ "learning_rate": 0.001,
26
+ "load_best_model_at_end": true,
27
+ "logging_steps": 500,
28
+ "logging_strategy": "steps",
29
+ "metric_for_best_model": "eval_loss",
30
+ "model_type": "t5",
31
+ "n_positions": 512,
32
+ "num_beams": 3,
33
+ "num_decoder_layers": 6,
34
+ "num_heads": 8,
35
+ "num_layers": 6,
36
+ "output_past": true,
37
+ "overwrite_output_dir": true,
38
+ "pad_token_id": 0,
39
+ "per_device_eval_batch_size": 12,
40
+ "per_device_train_batch_size": 12,
41
+ "predicate_marker_type": "generic",
42
+ "predict_with_generate": true,
43
+ "preprocess_input_func": "input_predicate_marker",
44
+ "preprocess_output_func": "permutate_sample_num_of_qas",
45
+ "preprocessing_kwargs": {
46
+ "append_verb_form": true,
47
+ "debug_mode": false,
48
+ "description": "qanom baseline with output_linearization=permutate_sample_num_of_qas, with best hyperparamters for 'by_answer_order' (30ep, accum=8) ",
49
+ "dir_switch": "qanom/linearization/permutate_sample_num_of_qas",
50
+ "do_eval_on": "validation",
51
+ "dropout_rate": 0.15,
52
+ "eval_steps": 500,
53
+ "evaluation_strategy": "steps",
54
+ "fp16": true,
55
+ "gradient_accumulation_steps": 8,
56
+ "learning_rate": 0.001,
57
+ "load_best_model_at_end": true,
58
+ "logging_steps": 500,
59
+ "logging_strategy": "steps",
60
+ "metric_for_best_model": "eval_loss",
61
+ "model_type": "t5",
62
+ "num_beams": 3,
63
+ "overwrite_output_dir": true,
64
+ "per_device_eval_batch_size": 12,
65
+ "per_device_train_batch_size": 12,
66
+ "predicate_marker_type": "generic",
67
+ "predict_with_generate": true,
68
+ "preprocess_input_func": "input_predicate_marker",
69
+ "preprocess_output_func": "permutate_sample_num_of_qas",
70
+ "qanom_joint_factor": 1,
71
+ "save_steps": 500,
72
+ "save_strategy": "steps",
73
+ "seed": 44,
74
+ "source_prefix": "parse: ",
75
+ "train_dataset": "qanom",
76
+ "train_epochs": 30,
77
+ "use_bilateral_predicate_marker": true
78
+ },
79
+ "qanom_joint_factor": 1,
80
+ "relative_attention_num_buckets": 32,
81
+ "save_steps": 500,
82
+ "save_strategy": "steps",
83
+ "seed": 44,
84
+ "source_prefix": "parse: ",
85
+ "task_specific_params": {
86
+ "summarization": {
87
+ "early_stopping": true,
88
+ "length_penalty": 2.0,
89
+ "max_length": 200,
90
+ "min_length": 30,
91
+ "no_repeat_ngram_size": 3,
92
+ "num_beams": 4,
93
+ "prefix": "summarize: "
94
+ },
95
+ "translation_en_to_de": {
96
+ "early_stopping": true,
97
+ "max_length": 300,
98
+ "num_beams": 4,
99
+ "prefix": "translate English to German: "
100
+ },
101
+ "translation_en_to_fr": {
102
+ "early_stopping": true,
103
+ "max_length": 300,
104
+ "num_beams": 4,
105
+ "prefix": "translate English to French: "
106
+ },
107
+ "translation_en_to_ro": {
108
+ "early_stopping": true,
109
+ "max_length": 300,
110
+ "num_beams": 4,
111
+ "prefix": "translate English to Romanian: "
112
+ }
113
+ },
114
+ "torch_dtype": "float32",
115
+ "train_dataset": "qanom",
116
+ "train_epochs": 30,
117
+ "transformers_version": "4.17.0",
118
+ "use_bilateral_predicate_marker": true,
119
+ "use_cache": true,
120
+ "vocab_size": 32101
121
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d678c64d632d4100093eadbce91f9f5dbc9b630c623a0515837cfef9969a0830
3
+ size 242028475