twdragon commited on
Commit
2e1f61f
·
verified ·
1 Parent(s): 4bf88d4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -1,3 +1,16 @@
1
  ---
2
  license: mit
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ pipeline_tag: automatic-speech-recognition
4
  ---
5
+
6
+ # OPENVINO Model Decoders for @ggerganov's whisper.cpp ASR
7
+
8
+ This repository extends the [existing one](https://huggingface.co/Intel/whisper.cpp-openvino-models) providing a limited variety of models by Intel.
9
+
10
+ The repository contains:
11
+ - Pretrained model files in GGML format as the base format to load in [whisper.cpp](https://github.com/ggerganov/whisper.cpp)
12
+ - OPENVINO decoder binary files converted with original OpenAI's [Whisper](https://github.com/openai/whisper) pipeline
13
+ - OPENVINO handler files in XML format
14
+
15
+ The conversion was made with original OPENVINO 2024.0.2.20231213 and modified [Whisper](https://github.com/openai/whisper) installation compatible with the latest PyTorch.
16
+ ASR models were tested on the same OPENVINO version and Intel Core i7-6700 CPU @ 3.40GHz and original [whisper.cpp](https://github.com/ggerganov/whisper.cpp) compiled with OPENVINO support turned on.