baristikir
commited on
Upload ggml-large-v3-turbo.bin
Browse filesThis PR contains the new Whisper large-v3-turbo model as `ggml` converted version. Created with the [python script](https://github.com/ggerganov/whisper.cpp/blob/master/models/convert-pt-to-ggml.py) from original whisper.cpp repository.
Commands to recreate file:
```shell
curl -O https://openaipublic.azureedge.net/main/whisper/models/aff26ae408abcba5fbf8813c21e62b0941638c5f6eebfb145be0c9839262a19a/large-v3-turbo.pt
curl -O https://raw.githubusercontent.com/ggerganov/whisper.cpp/refs/heads/master/models/convert-pt-to-ggml.py
git clone https://github.com/openai/whisper.git
python convert-pt-to-ggml.py ./large-v3-turbo.pt ./whisper .
```
- ggml-large-v3-turbo.bin +3 -0
ggml-large-v3-turbo.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1fc70f774d38eb169993ac391eea357ef47c88757ef72ee5943879b7e8e2bc69
|
3 |
+
size 1624555275
|