shahules786
commited on
Commit
•
0d72af9
1
Parent(s):
eb832ca
Upload tokenizer.json with huggingface_hub
Browse files- tokenizer.json +17 -3
tokenizer.json
CHANGED
@@ -1,7 +1,21 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
"added_tokens": [
|
6 |
{
|
7 |
"id": 0,
|
@@ -950,7 +964,7 @@
|
|
950 |
},
|
951 |
{
|
952 |
"id": 32102,
|
953 |
-
"content": "<|
|
954 |
"single_word": false,
|
955 |
"lstrip": false,
|
956 |
"rstrip": false,
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
+
"truncation": {
|
4 |
+
"direction": "Left",
|
5 |
+
"max_length": 512,
|
6 |
+
"strategy": "LongestFirst",
|
7 |
+
"stride": 0
|
8 |
+
},
|
9 |
+
"padding": {
|
10 |
+
"strategy": {
|
11 |
+
"Fixed": 512
|
12 |
+
},
|
13 |
+
"direction": "Right",
|
14 |
+
"pad_to_multiple_of": null,
|
15 |
+
"pad_id": 0,
|
16 |
+
"pad_type_id": 0,
|
17 |
+
"pad_token": "<pad>"
|
18 |
+
},
|
19 |
"added_tokens": [
|
20 |
{
|
21 |
"id": 0,
|
|
|
964 |
},
|
965 |
{
|
966 |
"id": 32102,
|
967 |
+
"content": "<|assistant|>",
|
968 |
"single_word": false,
|
969 |
"lstrip": false,
|
970 |
"rstrip": false,
|