Upload tokenizer
Browse files- special_tokens_map.json +1 -0
- tokenizer_config.json +1 -0
special_tokens_map.json
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
{
|
|
|
2 |
"pad_token": "<pad>"
|
3 |
}
|
|
|
1 |
{
|
2 |
+
"eos_token": "<pad>",
|
3 |
"pad_token": "<pad>"
|
4 |
}
|
tokenizer_config.json
CHANGED
@@ -10,6 +10,7 @@
|
|
10 |
}
|
11 |
},
|
12 |
"clean_up_tokenization_spaces": false,
|
|
|
13 |
"extra_special_tokens": {},
|
14 |
"model_max_length": 1000000000000000019884624838656,
|
15 |
"pad_token": "<pad>",
|
|
|
10 |
}
|
11 |
},
|
12 |
"clean_up_tokenization_spaces": false,
|
13 |
+
"eos_token": "<pad>",
|
14 |
"extra_special_tokens": {},
|
15 |
"model_max_length": 1000000000000000019884624838656,
|
16 |
"pad_token": "<pad>",
|