system HF staff commited on
Commit
e68ac31
1 Parent(s): 5f9b7db

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -1
config.json CHANGED
@@ -36,6 +36,7 @@
36
  "length_penalty": 0.8,
37
  "max_length": 256,
38
  "max_position_embeddings": 1024,
 
39
  "model_type": "pegasus",
40
  "normalize_before": true,
41
  "normalize_embedding": false,
@@ -45,4 +46,4 @@
45
  "scale_embedding": true,
46
  "static_position_embeddings": true,
47
  "vocab_size": 96103
48
- }
36
  "length_penalty": 0.8,
37
  "max_length": 256,
38
  "max_position_embeddings": 1024,
39
+ "min_length": 32,
40
  "model_type": "pegasus",
41
  "normalize_before": true,
42
  "normalize_embedding": false,
46
  "scale_embedding": true,
47
  "static_position_embeddings": true,
48
  "vocab_size": 96103
49
+ }