Update tokenizer_config.json
Browse files- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
@@ -119,6 +119,6 @@
|
|
119 |
"pad_token": "<|endoftext|>",
|
120 |
"processor_class": "WhisperProcessor",
|
121 |
"return_attention_mask": false,
|
122 |
-
"tokenizer_class": "
|
123 |
"unk_token": "<|endoftext|>"
|
124 |
}
|
|
|
119 |
"pad_token": "<|endoftext|>",
|
120 |
"processor_class": "WhisperProcessor",
|
121 |
"return_attention_mask": false,
|
122 |
+
"tokenizer_class": "GPT2Tokenizer",
|
123 |
"unk_token": "<|endoftext|>"
|
124 |
}
|