Upload tokenizer
This commit is contained in:
parent
a08dc56d11
commit
8e72aa6038
|
@ -108,5 +108,12 @@
|
|||
"<|notimestamps|>"
|
||||
],
|
||||
"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",
|
||||
"model_max_length": 1024,
|
||||
"name_or_path": "/home/arthur_huggingface_co/whisper/_whisper/multi-hf",
|
||||
"name_or_path": "openai/whisper-tiny",
|
||||
"pad_token": null,
|
||||
"processor_class": "WhisperProcessor",
|
||||
"special_tokens_map_file": null,
|
||||
|
|
Loading…
Reference in New Issue