zinc75 commited on
Commit
e3f3945
1 Parent(s): e6839c5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -66,7 +66,7 @@ The model can be used directly using the [HuggingSound](https://github.com/jonat
66
  ```python
67
  from huggingsound import SpeechRecognitionModel
68
 
69
- model = SpeechRecognitionModel("jonatasgrosman/wav2vec2-large-xlsr-53-french")
70
  audio_paths = ["/path/to/file.mp3", "/path/to/another_file.wav"]
71
 
72
  transcriptions = model.transcribe(audio_paths)
 
66
  ```python
67
  from huggingsound import SpeechRecognitionModel
68
 
69
+ model = SpeechRecognitionModel("Cnam-LMSSC/wav2vec2-french-phonemizer")
70
  audio_paths = ["/path/to/file.mp3", "/path/to/another_file.wav"]
71
 
72
  transcriptions = model.transcribe(audio_paths)