Madan490 commited on
Commit
a1ac2ed
1 Parent(s): c5f5266

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -3
config.json CHANGED
@@ -41,9 +41,9 @@
41
  "LABEL_2": 2
42
  },
43
  "length_penalty": 2.0,
44
- "max_length": 142,
45
  "max_position_embeddings": 1024,
46
- "min_length": 56,
47
  "model_type": "bart",
48
  "no_repeat_ngram_size": 3,
49
  "normalize_before": false,
@@ -58,7 +58,7 @@
58
  "early_stopping": true,
59
  "length_penalty": 2.0,
60
  "max_length": 218,
61
- "min_length": 56,
62
  "no_repeat_ngram_size": 3,
63
  "num_beams": 4
64
  }
 
41
  "LABEL_2": 2
42
  },
43
  "length_penalty": 2.0,
44
+ "max_length": 218,
45
  "max_position_embeddings": 1024,
46
+ "min_length": 100,
47
  "model_type": "bart",
48
  "no_repeat_ngram_size": 3,
49
  "normalize_before": false,
 
58
  "early_stopping": true,
59
  "length_penalty": 2.0,
60
  "max_length": 218,
61
+ "min_length": 100,
62
  "no_repeat_ngram_size": 3,
63
  "num_beams": 4
64
  }