Upload processor

This commit is contained in:
Arthur Zucker 2022-09-27 07:12:05 +00:00 committed by huggingface-web
parent 2ff81621b1
commit f74ab995ce
2 changed files with 2 additions and 8 deletions

View File

@ -109,11 +109,5 @@
],
"bos_token": "<|endoftext|>",
"eos_token": "<|endoftext|>",
"unk_token": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
"unk_token": "<|endoftext|>"
}

View File

@ -19,7 +19,7 @@
},
"errors": "replace",
"model_max_length": 1024,
"name_or_path": "/home/arthur_huggingface_co/transformers/whisper-any.en",
"name_or_path": "/home/arthur_huggingface_co/whisper/_whisper/en-hf",
"pad_token": null,
"processor_class": "WhisperProcessor",
"special_tokens_map_file": null,