<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Accuracy Archives - Good Shepherd News - Fastest Growing Religious, Free Speech &amp; Political Content</title>
	<atom:link href="https://goodshepherdmedia.net/tag/accuracy/feed/" rel="self" type="application/rss+xml" />
	<link>https://goodshepherdmedia.net/tag/accuracy/</link>
	<description>Christian, Political, ‎‏‏‎Social &#38; Legal Free Speech News &#124; Ⓒ2024 Good News Media LLC &#124; Shepherd for the Herd! God 1st Programming</description>
	<lastBuildDate>Sat, 28 Jan 2023 10:26:20 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.1</generator>

<image>
	<url>https://goodshepherdmedia.net/wp-content/uploads/2023/08/Good-Shepherd-News-Logo-150x150.png</url>
	<title>Accuracy Archives - Good Shepherd News - Fastest Growing Religious, Free Speech &amp; Political Content</title>
	<link>https://goodshepherdmedia.net/tag/accuracy/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Whisper AI Approaches Human Level Robustness and Accuracy On English</title>
		<link>https://goodshepherdmedia.net/whisper-ai-approaches-human-level-robustness-and-accuracy-on-english/</link>
		
		<dc:creator><![CDATA[The Truth News]]></dc:creator>
		<pubDate>Fri, 30 Dec 2022 10:18:29 +0000</pubDate>
				<category><![CDATA[Science & Engineering]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Top Stories]]></category>
		<category><![CDATA[Zee Truthful News]]></category>
		<category><![CDATA[🤖 AI Artificial Intelligence]]></category>
		<category><![CDATA[🤖Open AI]]></category>
		<category><![CDATA[🤖🗣️Whisper]]></category>
		<category><![CDATA[Accuracy]]></category>
		<category><![CDATA[Human Level Robustness]]></category>
		<category><![CDATA[Open AI]]></category>
		<category><![CDATA[Open AI's Whisper]]></category>
		<category><![CDATA[Whisper AI]]></category>
		<guid isPermaLink="false">https://goodshepherdmedia.net/?p=10208</guid>

					<description><![CDATA[Introducing Whisper Open AI&#8217;s Whisper Whisper AI Approaches Human Level Robustness and Accuracy On English We’ve trained and are open-sourcing a neural net called Whisper that approaches human level robustness and accuracy on English speech recognition. Whisper is an automatic speech recognition (ASR) system trained on 680,000 hours of multilingual and multitask supervised data collected from [&#8230;]]]></description>
										<content:encoded><![CDATA[<p style="text-align: center;">
<div class="row">
<div class="col-12 col-md-9 col-lg-8 col-xl-6 offset-xl-3">
<h1 class="
   balance-text

   mb-0.75
  " style="text-align: center;">Introducing Whisper Open AI&#8217;s Whisper</h1>
<blockquote>
<p style="text-align: center;"><em>Whisper AI Approaches Human Level Robustness and Accuracy On English</em></p>
</blockquote>
</div>
</div>
<div class="row">
<div class="col-12 col-md-9 col-lg-8 col-xl-6 order-xl-1">
<div class="post-excerpt content no-col js-excerpt-container js-widow">
<p style="text-align: center;">We’ve trained and are open-sourcing a neural net called Whisper that approaches human level robustness and accuracy on English speech recognition.</p>
<p>Whisper is an automatic speech recognition (ASR) system trained on 680,000 hours of multilingual and multitask supervised data collected from the web. We show that the use of such a large and diverse dataset leads to improved robustness to accents, background noise and technical language. Moreover, it enables transcription in multiple languages, as well as translation from those languages into English. We are open-sourcing models and inference code to serve as a foundation for building useful applications and for further research on robust speech processing.</p>
<div class="d-none d-md-block wide my-1.5">
<div class="mx-xl-auto"><img decoding="async" class="w-100" src="https://cdn.openai.com/whisper/asr-summary-of-model-architecture-desktop.svg" /></div>
</div>
<p>The Whisper architecture is a simple end-to-end approach, implemented as an encoder-decoder Transformer. Input audio is split into 30-second chunks, converted into a log-Mel spectrogram, and then passed into an encoder. A decoder is trained to predict the corresponding text caption, intermixed with special tokens that direct the single model to perform tasks such as language identification, phrase-level timestamps, multilingual speech transcription, and to-English speech translation.</p>
<div class="d-none d-lg-block wide my-2">
<div class="mx-xl-auto"><img decoding="async" class="w-100" src="https://cdn.openai.com/whisper/draft-20220919a/asr-details-desktop.svg" /></div>
</div>
<p>Other existing approaches frequently use smaller, more closely paired audio-text training datasets,<span class="js-rfref" data-id="simply-mix"><sup class="reference-ref">1</sup></span><span class="js-rfref" data-id="the-peoples-speech"><sup class="reference-ref grouped">2</sup></span><span class="js-rfref" data-id="gigaspeech"><sup class="reference-ref grouped">3</sup></span> or use broad but unsupervised audio pretraining.<span class="js-rfref" data-id="self-supervised-learning"><sup class="reference-ref">4</sup></span><span class="js-rfref" data-id="unsupervised-speech-recognition"><sup class="reference-ref grouped">5</sup></span><span class="js-rfref" data-id="the-frontier"><sup class="reference-ref grouped">6</sup></span> Because Whisper was trained on a large and diverse dataset and was not fine-tuned to any specific one, it does not beat models that specialize in LibriSpeech performance, a famously competitive benchmark in speech recognition. However, when we measure Whisper’s zero-shot performance across many diverse datasets we find it is much more robust and makes 50% fewer errors than those models.</p>
<p>About a third of Whisper’s audio dataset is non-English, and it is alternately given the task of transcribing in the original language or translating to English. We find this approach is particularly effective at learning speech to text translation and outperforms the supervised SOTA on CoVoST2 to English translation zero-shot.</p>
<div class="d-none d-lg-block wide my-2">
<div class="mx-xl-auto"><img decoding="async" class="w-100" src="https://cdn.openai.com/whisper/draft-20220920a/asr-training-data-desktop.svg" /></div>
</div>
<p>We hope Whisper’s high accuracy and ease of use will allow developers to add voice interfaces to a much wider set of applications. Check out the paper, model card, and code to learn more details and to try out Whisper.</p>
</div>
</div>
</div>
<p><a href="https://openai.com/blog/whisper/" target="_blank" rel="noopener">source</a></p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
