Spaces:
Paused
Paused
Create tokenizer.json
Browse files- tokenizer.json +12 -0
tokenizer.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"truncation": {
|
3 |
+
"strategy": "LongestFirst",
|
4 |
+
"max_length": 512,
|
5 |
+
"stride": 0
|
6 |
+
},
|
7 |
+
"padding": "max_length",
|
8 |
+
"do_lower_case": false,
|
9 |
+
"add_prefix_space": false,
|
10 |
+
"use_fast": true,
|
11 |
+
"model_max_length": 512
|
12 |
+
}
|