Update config.json
Browse files- config.json +1 -0
config.json
CHANGED
|
@@ -42,6 +42,7 @@
|
|
| 42 |
"model_type": "bart",
|
| 43 |
"no_repeat_ngram_size": 3,
|
| 44 |
"normalize_before": false,
|
|
|
|
| 45 |
"num_beams": 4,
|
| 46 |
"num_hidden_layers": 6,
|
| 47 |
"output_past": true,
|
|
|
|
| 42 |
"model_type": "bart",
|
| 43 |
"no_repeat_ngram_size": 3,
|
| 44 |
"normalize_before": false,
|
| 45 |
+
"normalize_embedding": true,
|
| 46 |
"num_beams": 4,
|
| 47 |
"num_hidden_layers": 6,
|
| 48 |
"output_past": true,
|