Upload processor
This commit is contained in:
parent
57d207fdeb
commit
7e2743d4d1
1742
normalizer.json
Normal file
1742
normalizer.json
Normal file
File diff suppressed because it is too large
Load Diff
@ -122,6 +122,13 @@
|
||||
"rstrip": false,
|
||||
"single_word": false
|
||||
},
|
||||
"pad_token": {
|
||||
"content": "<|endoftext|>",
|
||||
"lstrip": false,
|
||||
"normalized": false,
|
||||
"rstrip": false,
|
||||
"single_word": false
|
||||
},
|
||||
"unk_token": {
|
||||
"content": "<|endoftext|>",
|
||||
"lstrip": false,
|
||||
|
@ -12984,12 +12984,13 @@
|
||||
"<|notimestamps|>"
|
||||
],
|
||||
"bos_token": "<|endoftext|>",
|
||||
"clean_up_tokenization_spaces": false,
|
||||
"clean_up_tokenization_spaces": true,
|
||||
"eos_token": "<|endoftext|>",
|
||||
"errors": "replace",
|
||||
"model_max_length": 1000000000000000019884624838656,
|
||||
"pad_token": null,
|
||||
"pad_token": "<|endoftext|>",
|
||||
"processor_class": "WhisperProcessor",
|
||||
"tokenizer_class": "WhisperTokenizer",
|
||||
"trust_remote_code": false,
|
||||
"unk_token": "<|endoftext|>"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user