jonatasgrosman commited on
Commit
907a582
1 Parent(s): 6c23e25

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -47,7 +47,7 @@ model-index:
47
  value: 3.450427960057061
48
  ---
49
 
50
- # Whisper Large Portuguese
51
 
52
  This model is a fine-tuned version of [openai/whisper-large-v2](https://huggingface.co/openai/whisper-large-v2) on Spanish using the train split of [Common Voice 11](https://huggingface.co/datasets/mozilla-foundation/common_voice_11_0).
53
 
@@ -64,7 +64,7 @@ transcriber = pipeline(
64
 
65
  transcriber.model.config.forced_decoder_ids = (
66
  transcriber.tokenizer.get_decoder_prompt_ids(
67
- language="es"
68
  task="transcribe"
69
  )
70
  )
47
  value: 3.450427960057061
48
  ---
49
 
50
+ # Whisper Large Spanish
51
 
52
  This model is a fine-tuned version of [openai/whisper-large-v2](https://huggingface.co/openai/whisper-large-v2) on Spanish using the train split of [Common Voice 11](https://huggingface.co/datasets/mozilla-foundation/common_voice_11_0).
53
 
64
 
65
  transcriber.model.config.forced_decoder_ids = (
66
  transcriber.tokenizer.get_decoder_prompt_ids(
67
+ language="es",
68
  task="transcribe"
69
  )
70
  )