asahi417 commited on
Commit
58f3f27
1 Parent(s): 9c390c1

Create trainer_config.json

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