johngiorgi
commited on
Commit
•
3998370
1
Parent(s):
b0ce863
Add trigram block (#4)
Browse files- Add trigram block (3fcb128b7c816041848ca9ef77c808ab7f58f022)
- config.json +1 -0
config.json
CHANGED
@@ -74,6 +74,7 @@
|
|
74 |
"normalize_before": false,
|
75 |
"normalize_embedding": true,
|
76 |
"num_beams": 5,
|
|
|
77 |
"num_hidden_layers": 12,
|
78 |
"output_past": false,
|
79 |
"pad_token_id": 1,
|
|
|
74 |
"normalize_before": false,
|
75 |
"normalize_embedding": true,
|
76 |
"num_beams": 5,
|
77 |
+
"no_repeat_ngram_size": 3,
|
78 |
"num_hidden_layers": 12,
|
79 |
"output_past": false,
|
80 |
"pad_token_id": 1,
|