hubert_model / tokenizer_config.json
wooki's picture
Upload tokenizer
193ffe1
raw
history blame
429 Bytes
{
"bos_token": "<s>",
"do_lower_case": false,
"eos_token": "</s>",
"max_length": 128,
"model_max_length": 1000000000000000019884624838656,
"name_or_path": "/home/datacrush/바탕화면/wooki/hubert_impl/hubert_model/",
"pad_token": "[PAD]",
"replace_word_delimiter_char": " ",
"special_tokens_map_file": null,
"tokenizer_class": "Wav2Vec2CTCTokenizer",
"unk_token": "[UNK]",
"word_delimiter_token": ","
}