Update README.md
Browse files
README.md
CHANGED
|
@@ -2,5 +2,12 @@
|
|
| 2 |
license: apache-2.0
|
| 3 |
base_model:
|
| 4 |
- openai/whisper-large-v3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
---
|
| 6 |
Created using whisper.cpp's convert-h5-to-ggml.py script with use-f32 flag. Using jaxlib and flax_model.msgpack weights from openai/whisper-large-v3
|
|
|
|
| 2 |
license: apache-2.0
|
| 3 |
base_model:
|
| 4 |
- openai/whisper-large-v3
|
| 5 |
+
tags:
|
| 6 |
+
- GGUF
|
| 7 |
+
- GGML
|
| 8 |
+
- whisper
|
| 9 |
+
- whisper large
|
| 10 |
+
- whisper.cpp
|
| 11 |
+
- fp32
|
| 12 |
---
|
| 13 |
Created using whisper.cpp's convert-h5-to-ggml.py script with use-f32 flag. Using jaxlib and flax_model.msgpack weights from openai/whisper-large-v3
|