Upload processor
This commit is contained in:
parent
f06eab9bef
commit
1dff7eb67e
99913
merges.txt
99913
merges.txt
File diff suppressed because it is too large
Load Diff
|
@ -108,12 +108,5 @@
|
||||||
"<|notimestamps|>"
|
"<|notimestamps|>"
|
||||||
],
|
],
|
||||||
"bos_token": "<|endoftext|>",
|
"bos_token": "<|endoftext|>",
|
||||||
"eos_token": "<|endoftext|>",
|
"eos_token": "<|endoftext|>"
|
||||||
"unk_token": {
|
|
||||||
"content": "<|endoftext|>",
|
|
||||||
"lstrip": false,
|
|
||||||
"normalized": true,
|
|
||||||
"rstrip": false,
|
|
||||||
"single_word": false
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
},
|
},
|
||||||
"errors": "replace",
|
"errors": "replace",
|
||||||
"model_max_length": 1024,
|
"model_max_length": 1024,
|
||||||
"name_or_path": "ArthurZ/whisper-small.en",
|
"name_or_path": "/home/arthur_huggingface_co/whisper/_whisper/multi-hf",
|
||||||
"pad_token": null,
|
"pad_token": null,
|
||||||
"processor_class": "WhisperProcessor",
|
"processor_class": "WhisperProcessor",
|
||||||
"special_tokens_map_file": null,
|
"special_tokens_map_file": null,
|
||||||
|
|
99974
vocab.json
99974
vocab.json
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue