matt
commited on
Commit
•
8ddebc5
1
Parent(s):
ff9ec2f
Add pad_token_id
Browse files- config.json +1 -0
config.json
CHANGED
@@ -24,6 +24,7 @@
|
|
24 |
"model_type": "hyenadna",
|
25 |
"n_layer": 8,
|
26 |
"num_inner_mlps": 2,
|
|
|
27 |
"pad_vocab_size_multiple": 8,
|
28 |
"short_filter_order": 3,
|
29 |
"tie_word_embeddings": false,
|
|
|
24 |
"model_type": "hyenadna",
|
25 |
"n_layer": 8,
|
26 |
"num_inner_mlps": 2,
|
27 |
+
"pad_token_id": 4,
|
28 |
"pad_vocab_size_multiple": 8,
|
29 |
"short_filter_order": 3,
|
30 |
"tie_word_embeddings": false,
|