Skip to content

Commit

Permalink
πŸ†™ Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
kadirnar committed May 6, 2024
1 parent 4a46ee9 commit ff92112
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion benckmarks.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ This evaluation was performed on the Mozilla-Foundation/Common-Voice-17-0 datase
| distil-whisper/distil-large-v3 | 120.48 |
| distil-whisper/distil-large-v3 + Bnb | 120.14 |


Bnb: https://github.com/TimDettmers/bitsandbytes

Dataset: https://huggingface.co/datasets/mozilla-foundation/common_voice_17_0
Expand Down
5 changes: 2 additions & 3 deletions whisperplus/__init__.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
from whisper.pipelines.whisper_autocaption import WhisperAutoCaptionPipeline

from whisperplus.pipelines.autollm_chatbot import AutoLLMChatWithVideo
from whisperplus.pipelines.long_text_summarization import LongTextSummarizationPipeline
from whisperplus.pipelines.summarization import TextSummarizationPipeline
from whisperplus.pipelines.text2speech import TextToSpeechPipeline
from whisperplus.pipelines.whisper import SpeechToTextPipeline
from whisperplus.pipelines.whisper_autocaption import WhisperAutoCaptionPipeline
from whisperplus.pipelines.whisper_diarize import ASRDiarizationPipeline
from whisperplus.utils.download_utils import download_and_convert_to_mp3
from whisperplus.utils.text_utils import format_speech_to_dialogue

__version__ = '0.3.1'
__version__ = '0.3.3'
__author__ = 'kadirnar'
__license__ = 'Apache License 2.0'

0 comments on commit ff92112

Please sign in to comment.