Lakoc
commited on
Commit
·
a28a819
1
Parent(s):
e2fcc00
bos fix
Browse files- tokenizer.json +6 -0
tokenizer.json
CHANGED
@@ -59,6 +59,12 @@
|
|
59 |
"post_processor": {
|
60 |
"type": "TemplateProcessing",
|
61 |
"single": [
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
{
|
63 |
"Sequence": {
|
64 |
"id": "A",
|
|
|
59 |
"post_processor": {
|
60 |
"type": "TemplateProcessing",
|
61 |
"single": [
|
62 |
+
{
|
63 |
+
"SpecialToken": {
|
64 |
+
"id": "([bos])",
|
65 |
+
"type_id": 0
|
66 |
+
}
|
67 |
+
},
|
68 |
{
|
69 |
"Sequence": {
|
70 |
"id": "A",
|