Fix input encoding template
Browse files- tokenizer.json +5 -14
tokenizer.json
CHANGED
@@ -61,15 +61,15 @@
|
|
61 |
"id": "A",
|
62 |
"type_id": 0
|
63 |
}
|
64 |
-
}
|
|
|
|
|
65 |
{
|
66 |
"SpecialToken": {
|
67 |
-
"id": "
|
68 |
"type_id": 0
|
69 |
}
|
70 |
-
}
|
71 |
-
],
|
72 |
-
"pair": [
|
73 |
{
|
74 |
"Sequence": {
|
75 |
"id": "A",
|
@@ -84,15 +84,6 @@
|
|
84 |
}
|
85 |
],
|
86 |
"special_tokens": {
|
87 |
-
"</s>": {
|
88 |
-
"id": "</s>",
|
89 |
-
"ids": [
|
90 |
-
1
|
91 |
-
],
|
92 |
-
"tokens": [
|
93 |
-
"</s>"
|
94 |
-
]
|
95 |
-
},
|
96 |
"<s>": {
|
97 |
"id": "<s>",
|
98 |
"ids": [
|
|
|
61 |
"id": "A",
|
62 |
"type_id": 0
|
63 |
}
|
64 |
+
}
|
65 |
+
],
|
66 |
+
"pair": [
|
67 |
{
|
68 |
"SpecialToken": {
|
69 |
+
"id": "<s>",
|
70 |
"type_id": 0
|
71 |
}
|
72 |
+
},
|
|
|
|
|
73 |
{
|
74 |
"Sequence": {
|
75 |
"id": "A",
|
|
|
84 |
}
|
85 |
],
|
86 |
"special_tokens": {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
87 |
"<s>": {
|
88 |
"id": "<s>",
|
89 |
"ids": [
|