asahi417 commited on
Commit
713dcd1
1 Parent(s): f31ea3d

model update

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