oza75 commited on
Commit
0484c17
·
verified ·
1 Parent(s): 0e4678d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -20,8 +20,8 @@ model_checkpoint = "oza75/whisper-bambara-asr-005"
20
  #revision = "fb69a5750182933868397543366dbb63747cf40c" # this only translate in english
21
  #revision = "129f9e68ead6cc854e7754b737b93aa78e0e61e1" # support transcription and translation
22
  #revision = "cb8e351b35d6dc524066679d9646f4a947300b27"
23
- #revision = "5f143f6070b64412a44fea08e912e1b7312e9ae9" # this checkpoint support both task without overfitting
24
- revision = "8663419f1073547ac07139b53537aa72ca5d0a20"
25
  # language = "bambara"
26
  language = "icelandic" # we use icelandic as the model was trained to replace the icelandic with bambara.
27
 
 
20
  #revision = "fb69a5750182933868397543366dbb63747cf40c" # this only translate in english
21
  #revision = "129f9e68ead6cc854e7754b737b93aa78e0e61e1" # support transcription and translation
22
  #revision = "cb8e351b35d6dc524066679d9646f4a947300b27"
23
+ revision = "5f143f6070b64412a44fea08e912e1b7312e9ae9" # this checkpoint support both task without overfitting
24
+
25
  # language = "bambara"
26
  language = "icelandic" # we use icelandic as the model was trained to replace the icelandic with bambara.
27