PSW commited on
Commit
e8cb1aa
1 Parent(s): a885c12

Update config.json

Browse files

changed max_length 2000->1024

Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -45,7 +45,7 @@
45
  "LABEL_2": 2
46
  },
47
  "length_penalty": 0.5,
48
- "max_length": 2000,
49
  "max_position_embeddings": 1024,
50
  "min_length": 10,
51
  "model_type": "bart",
 
45
  "LABEL_2": 2
46
  },
47
  "length_penalty": 0.5,
48
+ "max_length": 1024,
49
  "max_position_embeddings": 1024,
50
  "min_length": 10,
51
  "model_type": "bart",