tmpfix(tokenizer_config): force GPT2TokenizerFast
This commit is contained in:
parent
78f86b80f0
commit
8879812ccc
@ -38,6 +38,6 @@
|
|||||||
"bos_token": "<|endoftext|>",
|
"bos_token": "<|endoftext|>",
|
||||||
"clean_up_tokenization_spaces": true,
|
"clean_up_tokenization_spaces": true,
|
||||||
"eos_token": "<|endoftext|>",
|
"eos_token": "<|endoftext|>",
|
||||||
"tokenizer_class": "GPT2Tokenizer",
|
"tokenizer_class": "GPT2TokenizerFast",
|
||||||
"unk_token": "<|endoftext|>"
|
"unk_token": "<|endoftext|>"
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user