asahi417 commited on
Commit
7611895
1 Parent(s): aede7e1

Create trainer_config.json

Browse files
Files changed (1) hide show
  1. trainer_config.json +23 -0
trainer_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_path": "asahi417/qg_squad",
3
+ "dataset_name": "default",
4
+ "input_types": [
5
+ "paragraph_sentence",
6
+ ],
7
+ "output_types": [
8
+ "question",
9
+ ],
10
+ "prefix_types": [
11
+ "qg",
12
+ ],
13
+ "model": "t5-small",
14
+ "max_length": 512,
15
+ "max_length_output": 32,
16
+ "epoch": 7,
17
+ "batch": 64,
18
+ "lr": 0.0001,
19
+ "fp16": false,
20
+ "random_seed": 1,
21
+ "gradient_accumulation_steps": 4,
22
+ "label_smoothing": 0.15
23
+ }