tmpfix(tokenizer_config): force GPT2TokenizerFast

This commit is contained in:
Jonathan Tow 2024-06-05 19:45:00 +00:00 committed by system
parent 78f86b80f0
commit 8879812ccc
No known key found for this signature in database
GPG Key ID: 6A528E38E0733467

@ -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|>"
} }