benderrodriguez commited on
Commit
c440887
·
verified ·
1 Parent(s): e227276

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -3
README.md CHANGED
@@ -1,3 +1,13 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model:
4
+ - openai/whisper-large-v3
5
+ ---
6
+
7
+ This is the ggml version of the [ivrit-ai/whisper-large-v3](https://huggingface.co/ivrit-ai/whisper-large-v3) model.
8
+ All model details are provided there.
9
+
10
+ This version of the model is compatible with ggml based whisper inference engines:
11
+
12
+ - [Whisper.cpp](https://github.com/ggerganov/whisper.cpp)
13
+ - [Vibe](https://github.com/thewh1teagle/vibe)