ming030890
commited on
Commit
•
d4d07fd
1
Parent(s):
5fea977
Upload tokenizer
Browse files- tokenizer.json +0 -0
- tokenizer_config.json +1 -5
tokenizer.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
CHANGED
@@ -42,12 +42,8 @@
|
|
42 |
}
|
43 |
},
|
44 |
"clean_up_tokenization_spaces": true,
|
45 |
-
"max_length": 512,
|
46 |
"model_max_length": 512,
|
47 |
"pad_token": "<pad>",
|
48 |
-
"stride": 0,
|
49 |
"tokenizer_class": "PreTrainedTokenizerFast",
|
50 |
-
"truncation": true
|
51 |
-
"truncation_side": "right",
|
52 |
-
"truncation_strategy": "longest_first"
|
53 |
}
|
|
|
42 |
}
|
43 |
},
|
44 |
"clean_up_tokenization_spaces": true,
|
|
|
45 |
"model_max_length": 512,
|
46 |
"pad_token": "<pad>",
|
|
|
47 |
"tokenizer_class": "PreTrainedTokenizerFast",
|
48 |
+
"truncation": true
|
|
|
|
|
49 |
}
|