Update `return_mask` param
This commit is contained in:
parent
ea73aed9c1
commit
27a139f678
|
@ -16251,6 +16251,6 @@
|
|||
"padding_side": "right",
|
||||
"padding_value": 0.0,
|
||||
"processor_class": "WhisperProcessor",
|
||||
"return_attention_mask": true,
|
||||
"return_attention_mask": false,
|
||||
"sampling_rate": 16000
|
||||
}
|
||||
|
|
|
@ -19,9 +19,10 @@
|
|||
},
|
||||
"errors": "replace",
|
||||
"model_max_length": 1024,
|
||||
"name_or_path": "openai/whisper-large",
|
||||
"name_or_path": "openai/whisper-tiny",
|
||||
"pad_token": null,
|
||||
"processor_class": "WhisperProcessor",
|
||||
"return_attention_mask": false,
|
||||
"special_tokens_map_file": null,
|
||||
"tokenizer_class": "WhisperTokenizer",
|
||||
"unk_token": {
|
||||
|
|
Loading…
Reference in New Issue