https://github.com/openai/whisper/commit/4179ed2475cc84cba66868b516232ef1b74dacdf Skip to content Toggle navigation Sign up * Product + Actions Automate any workflow + Packages Host and manage packages + Security Find and fix vulnerabilities + Codespaces Instant dev environments + Copilot Write better code with AI + Code review Manage code changes + Issues Plan and track work + Discussions Collaborate outside of code + Explore + All features + Documentation + GitHub Skills + Blog * Solutions + For + Enterprise + Teams + Startups + Education + By Solution + CI/CD & Automation + DevOps + DevSecOps + Case Studies + Customer Stories + Resources * Open Source + GitHub Sponsors Fund open source developers + The ReadME Project GitHub community articles + Repositories + Topics + Trending + Collections * Pricing [ ] * # In this repository All GitHub | Jump to | * No suggested jump to results * # In this repository All GitHub | Jump to | * # In this organization All GitHub | Jump to | * # In this repository All GitHub | Jump to | Sign in Sign up {{ message }} openai / whisper Public * Notifications * Fork 1.4k * Star 17.3k * Code * Pull requests 5 * Discussions * Actions * Security * Insights More * Code * Pull requests * Discussions * Actions * Security * Insights Permalink This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository. Browse files add large-v2 model - The "large-v2" model is trained for more epochs with regularization and shows improved performance compared to the previous large. - It has the same architecture as the original large model. - When `load_model("large")` is called, the "large-v2" model will be loaded. - We will soon update the paper regarding this new model. * Loading branch information @jongwook jongwook committed Dec 5, 2022 1 parent ec1b34b commit 4179ed2475cc84cba66868b516232ef1b74dacdf Showing 1 changed file with 3 additions and 1 deletion. Split Unified There are no files selected for viewing 4 whisper/__init__.py [*] Show comments View file Edit file Delete file This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters Show hidden characters Original Diff file line Diff line change line number number @@ -23,7 +23,9 @@ "small": "https://openaipublic.azureedge.net/main/whisper/models / 9ecf779972d90ba49c06d968637d720dd632c55bbf19d441fb42bf17a411e794 /small.pt", "medium.en": "https://openaipublic.azureedge.net/main/whisper/ models/ d7440d1dc186f76616474e0ff0b3b6b879abc9d1a4926b7adfa41db2d497ab4f /medium.en.pt", "medium": "https://openaipublic.azureedge.net/main/whisper/ models/ 345ae4da62f9b3d59415adc60127b97c714f32e89e936602e85993674d08dcb1 /medium.pt", "large": "https://openaipublic.azureedge.net/main/whisper/models / e4b87e7e0bf463eb8e6956e646f1e277e901512310def2c24bf0e11bd3c28e9a /large.pt", "large-v1": "https://openaipublic.azureedge.net/main/whisper/ models/ e4b87e7e0bf463eb8e6956e646f1e277e901512310def2c24bf0e11bd3c28e9a /large-v1.pt", "large-v2": "https://openaipublic.azureedge.net/main/whisper/ models/ 81f7c96c852ee8fc832187b0132e569d6c3065a3252ed18e56effd0b6a73e524 /large-v2.pt", "large": "https://openaipublic.azureedge.net/main/whisper/models / 81f7c96c852ee8fc832187b0132e569d6c3065a3252ed18e56effd0b6a73e524 /large-v2.pt", } Toggle all file notes Toggle all file annotations 0 comments on commit 4179ed2 Please sign in to comment. Footer (c) 2022 GitHub, Inc. Footer navigation * Terms * Privacy * Security * Status * Docs * Contact GitHub * Pricing * API * Training * Blog * About You can't perform that action at this time. You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.