Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
| 3 |
tags:
|
| 4 |
- whisper
|
| 5 |
- speech-to-text
|
|
@@ -7,9 +10,11 @@ tags:
|
|
| 7 |
- quantized
|
| 8 |
- 8bit
|
| 9 |
- optimized
|
|
|
|
| 10 |
library_name: transformers
|
| 11 |
base_model:
|
| 12 |
-
|
|
|
|
| 13 |
---
|
| 14 |
|
| 15 |
# Unsloth Whisper Large V3 Turbo - Pruna 8bit Optimized
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
- multilingual
|
| 6 |
tags:
|
| 7 |
- whisper
|
| 8 |
- speech-to-text
|
|
|
|
| 10 |
- quantized
|
| 11 |
- 8bit
|
| 12 |
- optimized
|
| 13 |
+
- unsloth
|
| 14 |
library_name: transformers
|
| 15 |
base_model:
|
| 16 |
+
- unsloth/whisper-large-v3-turbo
|
| 17 |
+
pipeline_tag: automatic-speech-recognition
|
| 18 |
---
|
| 19 |
|
| 20 |
# Unsloth Whisper Large V3 Turbo - Pruna 8bit Optimized
|