asahi417 commited on
Commit
af651af
·
verified ·
1 Parent(s): 7b0036d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -49,10 +49,10 @@ We measure the inference speed of different kotoba-whisper-v1.0 implementations
49
 
50
  | audio file | audio duration (min)| [whisper.cpp](https://huggingface.co/kotoba-tech/kotoba-whisper-v1.0-ggml) (sec) | [faster-whisper](https://huggingface.co/kotoba-tech/kotoba-whisper-v1.0-faster) (sec)| [hf pipeline](https://huggingface.co/kotoba-tech/kotoba-whisper-v1.0) (sec)
51
  |--------|------|-----|------|---|
52
- |audio 1 | 50.3 | 581 | 2601 | |
53
- |audio 2 | 5.6 | 41 | 73 | |
54
- |audio 3 | 4.9 | 30 | 141 | |
55
- |audio 4 | 5.6 | 35 | 126 | |
56
 
57
  Scripts to re-run the experiment can be found bellow:
58
  * [whisper.cpp](https://huggingface.co/kotoba-tech/kotoba-whisper-v1.0-ggml/blob/main/benchmark.sh)
 
49
 
50
  | audio file | audio duration (min)| [whisper.cpp](https://huggingface.co/kotoba-tech/kotoba-whisper-v1.0-ggml) (sec) | [faster-whisper](https://huggingface.co/kotoba-tech/kotoba-whisper-v1.0-faster) (sec)| [hf pipeline](https://huggingface.co/kotoba-tech/kotoba-whisper-v1.0) (sec)
51
  |--------|------|-----|------|---|
52
+ |audio 1 | 50.3 | 581 | 2601 | |
53
+ |audio 2 | 5.6 | 41 | 73 | 61 |
54
+ |audio 3 | 4.9 | 30 | 141 | 54 |
55
+ |audio 4 | 5.6 | 35 | 126 | 69 |
56
 
57
  Scripts to re-run the experiment can be found bellow:
58
  * [whisper.cpp](https://huggingface.co/kotoba-tech/kotoba-whisper-v1.0-ggml/blob/main/benchmark.sh)