Skip to content

Commit

Permalink
Updated RecommendedSpeechRecognitionModel
Browse files Browse the repository at this point in the history
  • Loading branch information
Kardbord committed Mar 31, 2022
1 parent c7000b8 commit 5999f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion speech_recognition.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"encoding/json"
)

const RecommendedSpeechRecongnitionModelEnglish = "facebook/wav2vec2-base-960h"
const RecommendedSpeechRecongnitionModelEnglish = "facebook/wav2vec2-large-960h-lv60-self"

type SpeechRecognitionResponse struct {
// The string that was recognized within the audio file.
Expand Down

0 comments on commit 5999f7b

Please sign in to comment.