Commit
·
de75241
1
Parent(s):
005aebd
Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
@@ -25,5 +25,6 @@
|
|
25 |
},
|
26 |
"tokenizer_class": "BertTokenizer",
|
27 |
"vocab_size": 21130,
|
28 |
-
"latent_dim": 256
|
|
|
29 |
}
|
|
|
25 |
},
|
26 |
"tokenizer_class": "BertTokenizer",
|
27 |
"vocab_size": 21130,
|
28 |
+
"latent_dim": 256,
|
29 |
+
"pad_token_id": 0,
|
30 |
}
|