waveletdeboshir commited on
Commit
5755469
1 Parent(s): a6822cb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -38,7 +38,7 @@ language:
38
  - da
39
  - hu
40
  - ta
41
- - no
42
  - th
43
  - ur
44
  - hr
@@ -108,6 +108,8 @@ language:
108
  - ba
109
  - jw
110
  - su
 
 
111
  ---
112
 
113
  # Whisper-large-v3-no-numbers
@@ -143,4 +145,4 @@ Model can be used as an original whisper:
143
  ['<|startoftranscript|><|en|><|transcribe|><|notimestamps|> I'm twenty seven years old. <|endoftext|>']
144
 
145
  ```
146
- The context tokens can be removed from the start of the transcription by setting `skip_special_tokens=True`.
 
38
  - da
39
  - hu
40
  - ta
41
+ - 'no'
42
  - th
43
  - ur
44
  - hr
 
108
  - ba
109
  - jw
110
  - su
111
+ base_model:
112
+ - openai/whisper-large-v3
113
  ---
114
 
115
  # Whisper-large-v3-no-numbers
 
145
  ['<|startoftranscript|><|en|><|transcribe|><|notimestamps|> I'm twenty seven years old. <|endoftext|>']
146
 
147
  ```
148
+ The context tokens can be removed from the start of the transcription by setting `skip_special_tokens=True`.