manohar03 commited on
Commit
0eb5c0f
·
verified ·
1 Parent(s): fddb622

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -1,6 +1,5 @@
1
  ---
2
  license: apache-2.0
3
- base_model: openai/whisper-large-v3-turbo
4
  tags:
5
  - whisper
6
  - speech-to-text
@@ -9,6 +8,8 @@ tags:
9
  - 8bit
10
  - optimized
11
  library_name: transformers
 
 
12
  ---
13
 
14
  # Unsloth Whisper Large V3 Turbo - Pruna 8bit Optimized
@@ -76,4 +77,4 @@ result = smashed_model.inference(audio_input)
76
 
77
  ## Base Model
78
 
79
- This model is based on `unsloth/whisper-large-v3-turbo`, which itself is optimized from `openai/whisper-large-v3-turbo`. It retains all the capabilities of both base models while providing additional Pruna performance improvements.
 
1
  ---
2
  license: apache-2.0
 
3
  tags:
4
  - whisper
5
  - speech-to-text
 
8
  - 8bit
9
  - optimized
10
  library_name: transformers
11
+ base_model:
12
+ - unsloth/whisper-large-v3-turbo
13
  ---
14
 
15
  # Unsloth Whisper Large V3 Turbo - Pruna 8bit Optimized
 
77
 
78
  ## Base Model
79
 
80
+ This model is based on `unsloth/whisper-large-v3-turbo`, which itself is optimized from `openai/whisper-large-v3-turbo`. It retains all the capabilities of both base models while providing additional Pruna performance improvements.