Automatic Speech Recognition
Transformers
Safetensors
Portuguese
whisper
contrastive-learning
synthetic-data-filtering
Inference Endpoints
yuriyvnv commited on
Commit
97a8f9d
·
verified ·
1 Parent(s): 3bcdda8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -61,7 +61,7 @@ It is recommended to evaluate the model's performance on diverse datasets to ide
61
 
62
  from transformers import pipeline
63
 
64
- model = pipeline("automatic-speech-recognition", model="my-north-ai/semantic_audio_filtering")
65
  result = model("path_to_audio_file.wav")
66
  print(result)
67
  ```
 
61
 
62
  from transformers import pipeline
63
 
64
+ model = pipeline("automatic-speech-recognition", model="my-north-ai/whisper-medium-pt")
65
  result = model("path_to_audio_file.wav")
66
  print(result)
67
  ```