LingweiMeng commited on
Commit
65765ee
·
verified ·
1 Parent(s): 754157f

Update tokenizer_config.json

Browse files
Files changed (1) hide show
  1. 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": "WhisperTokenizer",
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
  }