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

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
- "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
- }
 
1
+ {"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}