File size: 408 Bytes
58f3f27
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "dataset_path": "asahi417/qg_squad",
  "dataset_name": "default",
  "input_types": [
    "sentence_answer",
  ],
  "output_types": [
    "question"
  ],
  "prefix_types": null,
  "model": "facebook/bart-base",
  "max_length": 128,
  "max_length_output": 32,
  "epoch": 3,
  "batch": 64,
  "lr": 0.0001,
  "fp16": false,
  "random_seed": 1,
  "gradient_accumulation_steps": 2,
  "label_smoothing": 0.15
}