Commit
·
42d9515
1
Parent(s):
026c7c2
fix tokenizer
Browse files- tokenizer.json +2 -7
tokenizer.json
CHANGED
@@ -1,11 +1,6 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
4 |
-
"direction": "Right",
|
5 |
-
"max_length": 512,
|
6 |
-
"strategy": "LongestFirst",
|
7 |
-
"stride": 0
|
8 |
-
},
|
9 |
"padding": {
|
10 |
"strategy": "BatchLongest",
|
11 |
"direction": "Left",
|
@@ -410572,4 +410567,4 @@
|
|
410572 |
"éĶ ¦"
|
410573 |
]
|
410574 |
}
|
410575 |
-
}
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
+
"truncation": null,
|
|
|
|
|
|
|
|
|
|
|
4 |
"padding": {
|
5 |
"strategy": "BatchLongest",
|
6 |
"direction": "Left",
|
|
|
410567 |
"éĶ ¦"
|
410568 |
]
|
410569 |
}
|
410570 |
+
}
|