Upload tokenizer
Browse files- special_tokens_map.json +1 -0
- tokenizer.json +0 -0
- tokenizer_config.json +6 -0
special_tokens_map.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_max_length": 1000000000000000019884624838656,
|
3 |
+
"name_or_path": "varta/t5-base",
|
4 |
+
"special_tokens_map_file": "/home/sumanth/.cache/huggingface/hub/models--varta--t5-base/snapshots/4e276a3c9e7689b03dadc443b048464f034db144/special_tokens_map.json",
|
5 |
+
"tokenizer_class": "PreTrainedTokenizerFast"
|
6 |
+
}
|