初始化项目,由ModelHub XC社区提供模型
Model: bofenghuang/asr-wav2vec2-ctc-french Source: Original Platform
This commit is contained in:
14
tokenizer_config.json
Normal file
14
tokenizer_config.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"bos_token": "<s>",
|
||||
"do_lower_case": false,
|
||||
"eos_token": "</s>",
|
||||
"model_max_length": 1000000000000000019884624838656,
|
||||
"name_or_path": "outputs/big/wav2vec2-FR-7K-large-ft",
|
||||
"pad_token": "[PAD]",
|
||||
"processor_class": "Wav2Vec2ProcessorWithLM",
|
||||
"replace_word_delimiter_char": " ",
|
||||
"special_tokens_map_file": null,
|
||||
"tokenizer_class": "Wav2Vec2CTCTokenizer",
|
||||
"unk_token": "[UNK]",
|
||||
"word_delimiter_token": "|"
|
||||
}
|
||||
Reference in New Issue
Block a user