Commit
·
e32c98b
1
Parent(s):
bd34c99
Upload tokenizer
Browse files- tokenizer.json +1 -29
tokenizer.json
CHANGED
@@ -51,12 +51,6 @@
|
|
51 |
"post_processor": {
|
52 |
"type": "TemplateProcessing",
|
53 |
"single": [
|
54 |
-
{
|
55 |
-
"SpecialToken": {
|
56 |
-
"id": "<s>",
|
57 |
-
"type_id": 0
|
58 |
-
}
|
59 |
-
},
|
60 |
{
|
61 |
"Sequence": {
|
62 |
"id": "A",
|
@@ -65,24 +59,12 @@
|
|
65 |
}
|
66 |
],
|
67 |
"pair": [
|
68 |
-
{
|
69 |
-
"SpecialToken": {
|
70 |
-
"id": "<s>",
|
71 |
-
"type_id": 0
|
72 |
-
}
|
73 |
-
},
|
74 |
{
|
75 |
"Sequence": {
|
76 |
"id": "A",
|
77 |
"type_id": 0
|
78 |
}
|
79 |
},
|
80 |
-
{
|
81 |
-
"SpecialToken": {
|
82 |
-
"id": "<s>",
|
83 |
-
"type_id": 1
|
84 |
-
}
|
85 |
-
},
|
86 |
{
|
87 |
"Sequence": {
|
88 |
"id": "B",
|
@@ -90,17 +72,7 @@
|
|
90 |
}
|
91 |
}
|
92 |
],
|
93 |
-
"special_tokens": {
|
94 |
-
"<s>": {
|
95 |
-
"id": "<s>",
|
96 |
-
"ids": [
|
97 |
-
1
|
98 |
-
],
|
99 |
-
"tokens": [
|
100 |
-
"<s>"
|
101 |
-
]
|
102 |
-
}
|
103 |
-
}
|
104 |
},
|
105 |
"decoder": {
|
106 |
"type": "Sequence",
|
|
|
51 |
"post_processor": {
|
52 |
"type": "TemplateProcessing",
|
53 |
"single": [
|
|
|
|
|
|
|
|
|
|
|
|
|
54 |
{
|
55 |
"Sequence": {
|
56 |
"id": "A",
|
|
|
59 |
}
|
60 |
],
|
61 |
"pair": [
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
{
|
63 |
"Sequence": {
|
64 |
"id": "A",
|
65 |
"type_id": 0
|
66 |
}
|
67 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
68 |
{
|
69 |
"Sequence": {
|
70 |
"id": "B",
|
|
|
72 |
}
|
73 |
}
|
74 |
],
|
75 |
+
"special_tokens": {}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
76 |
},
|
77 |
"decoder": {
|
78 |
"type": "Sequence",
|