xiaohua828
commited on
Commit
·
7773264
1
Parent(s):
5be5bc4
Upload tokenizer
Browse files- special_tokens_map.json +1 -0
- tokenizer_config.json +4 -0
- vocab.txt +0 -0
special_tokens_map.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{}
|
tokenizer_config.json
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_max_length": 1000000000000000019884624838656,
|
3 |
+
"tokenizer_class": "CustomTokenizer"
|
4 |
+
}
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|