CoolFace
Modelpublic

hf-tiny-model-private/tiny-random-Wav2Vec2ConformerForPreTraining

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes6downloads
tokenizer_config.json16 linesDownload Raw Back to root
1{2  "bos_token": "<s>",3  "clean_up_tokenization_spaces": true,4  "do_lower_case": false,5  "do_normalize": true,6  "eos_token": "</s>",7  "model_max_length": 9223372036854775807,8  "pad_token": "<pad>",9  "replace_word_delimiter_char": " ",10  "return_attention_mask": false,11  "special_tokens_map_file": "/home/runner/.cache/huggingface/hub/models--facebook--wav2vec2-base-960h/snapshots/22aad52d435eb6dbaf354bdad9b0da84ce7d6156/special_tokens_map.json",12  "tokenizer_class": "Wav2Vec2CTCTokenizer",13  "unk_token": "<unk>",14  "word_delimiter_token": "|"15}16