fix: add default special tokens
This commit is contained in:
parent
192936bf86
commit
ca32832c44
@ -5,5 +5,8 @@
|
|||||||
"tokenization_arcade100k.Arcade100kTokenizer",
|
"tokenization_arcade100k.Arcade100kTokenizer",
|
||||||
null
|
null
|
||||||
]
|
]
|
||||||
}
|
},
|
||||||
|
"bos_token": "<|endoftext|>",
|
||||||
|
"eos_token": "<|endoftext|>",
|
||||||
|
"pad_token": "<|endoftext|>"
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user