asahi417 commited on
Commit
ea427aa
·
verified ·
1 Parent(s): 82f8258

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -41,18 +41,18 @@ ffmpeg -i input.mp3 -ar 16000 -ac 1 -c:a pcm_s16le output.wav
41
  ```
42
 
43
  ### Benchmark
44
- We measure the inference speed with four different Japanese speech audio on MacBook Pro with the following spec:
45
  - Apple M2 Pro
46
  - 32GB
47
  - 14-inch, 2023
48
  - OS Sonoma Version 14.4.1 (23E224)
49
 
50
- | audio file | audio duration (min)| inference time (sec) |
51
- |--|---------------------|-------------|
52
- |audio 1 | 50.3 | 581 |
53
- |audio 2 | 5.6 | 41 |
54
- |audio 3 | 4.9 | 30 |
55
- |audio 4 | 5.6 | 35 |
56
 
57
 
58
  ### Quantized Model
 
41
  ```
42
 
43
  ### Benchmark
44
+ We measure the inference speed of different kotoba-whisper-v1.0 implementations with four different Japanese speech audio on MacBook Pro with the following spec:
45
  - Apple M2 Pro
46
  - 32GB
47
  - 14-inch, 2023
48
  - OS Sonoma Version 14.4.1 (23E224)
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)|
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
 
58
  ### Quantized Model