Create tokenizer_config.json
Browse files- tokenizer_config.json +7 -0
tokenizer_config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"vocab_size": 42,
|
3 |
+
"special_tokens": ["<banana>", "<potato>", "<squirrel>"],
|
4 |
+
"unk_token": "<huh?>",
|
5 |
+
"bos_token": "<go!>",
|
6 |
+
"eos_token": "<whew>"
|
7 |
+
}
|