Events2Join

Whisper returning English for native language transcription


Whisper returning English for native language transcription : r/OpenAI

Can anyone tell why whisper is returning the transcription in English and not in the original language (Hindi)?

Open AI Whisper is returning the transcription in English instead of ...

Is there a setting that can be changed? mel = whisper.log_mel_spectrogram(audio).to(model.device) options = whisper.DecodingOptions(language = ' ...

Whisper is translating my audios for some reason - API

... transcription. I'm a native Spanish speaker so my English pronunciation may have caused the AI to think that I'm speaking another language.

Whisper transcription translates to random language (Malay) - API

We're encountering a very odd problem: A whisper transcription (English speech) is translated (accurately) to Malay.

Keeping multiple language transcription #49 - openai whisper - GitHub

I have an audio where 2 people are speaking 2 different languages - French and English - and I would like to get the raw transcription of this audio in the ...

Assessment of Whisper AI as a Tagalog Language Transcription Tool

An interesting collection of errors pertains to Whisper's tendency to return English translations instead of Tagalog transcriptions. I argue ...

Role Play Language Learning with OpenAI's Whisper - RIIS LLC

The learner speaks a phrase in their target language. · Whisper transcribes and translates this input to English. · ChatGPT generates an ...

Using ChatGPT and OpenAI's Whisper to transcribe and translate ...

Tonight, using AI, I transcribed and translated an old, digitized audio tape into a bilingual SRT for almost literally pennies. The recording is ...

How to Use OpenAI's Whisper to Transcribe in Just 3 Lines of Code

In addition, Whisper enables transcription in multiple languages and translation from those languages into English. ... This method returns the ...

Language detection with Whisper - Models - Hugging Face Forums

The original whisper model supports dynamically detecting the language of input text, either by default as part of its model.transcribe() ...

Open AI - Whisper Translation Tool - A language learners' forum

... English process directly without first transcribing into the native language and then translating the transcription. However, there are some ...

OpenAI Whisper: How to Transcribe Your Audio to Text, for Free ...

Whisper takes an audio or audiovisual file as input and returns a transcription of the audio as output. This transcription can be saved as a plain text file, or ...

How to set language in Whisper pipeline for audio transcription?

I want to use speech transcription with openai/whisper-medium model using pipeline But I need to get the specified language in the output I ...

Exploring French podcast transcription with OpenAI Whisper

... returned transcript might not be in the expected language (it could be in English or another language based on the version). This limitation ...

Running Open AI Whisper on Azure - Developer Support

Whisper not only transcribes multiple languages but also translates them into English. We are making the models and inference code open source ...

Can I train Whisper in my language ? #276 - GitHub

on Oct 8, 2022. Original comment in English - Translate to English. I tried using Whisper for my native language Gujarati but result was not good. I am new to ...

Whisper Lesson 1 – OpenAI Speech to Text - Finxter Academy

Then we simply print and return the result for a basic test. Looks really simple right? First, let's try and transcribe a high-quality English audio file, as a ...

Automatic Speech Recognition Using OpenAI Whisper without a GPU

The idea is to take a piece of recorded audio and transcribe it into written words in the same language, or first translate it to another ...

OpenAI's Whisper is another case study in Colonisation - Papa Reo

Whisper was able to transcribe te reo Māori and English in this utterance where the speaker code switches between the two languages. Our initial ...

WhisperTranscriber - Deepset

If you don't specify the language, WhisperTranscriber automatically detects it. By default, the transcribe() method returns the transcription for the entire ...