jhenhong commited on
Commit
1125fcb
·
1 Parent(s): bb3bea4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -6,6 +6,7 @@ pipeline_tag: automatic-speech-recognition
6
  # OpenAI's Whisper models converted to ggml format for use with [whisper.cpp](https://github.com/ggerganov/whisper.cpp)
7
 
8
  Our used models for [BRICKS](https://bricks.tools), based on
 
9
  - [https://huggingface.co/ggerganov/whisper.cpp](https://huggingface.co/ggerganov/whisper.cpp)
10
  - [https://huggingface.co/distil-whisper](https://huggingface.co/distil-whisper)
11
  - [https://huggingface.co/akashmjn/tinydiarize-whisper.cpp](https://huggingface.co/akashmjn/tinydiarize-whisper.cpp)
@@ -35,9 +36,9 @@ Our used models for [BRICKS](https://bricks.tools), based on
35
  | small.en-tdrz | 488 MiB | `b6c6e7e89af1a35c08e6de56b66ca6a02a2fdfa1` |
36
  | small.en-tdrz-q5_1 | 190 MiB | `6c91afe29c9e05a90e16fc32bbeb6516f7896055` |
37
  | small.en-tdrz-q8_0 | 265 MiB | `bfd69251504f7e7128a65d57cebfdc1c69faad11` |
38
- | distil-small | 336 MiB | `81baf6bfbc0af2ad4d5c04a07db794c030bb5528` |
39
- | distil-small-q5_1 | 133 MiB | `f8832a1cd0edb1ce1549536d7c3dd67258dc4565` |
40
- | distil-small-q8_0 | 184 MiB | `7075bc3c698c5bb4e275f1d4bc89c734fa2052da` |
41
  | medium | 1.5 GiB | `fd9727b6e1217c2f614f9b698455c4ffd82463b4` |
42
  | medium-q5_0 | 514 MiB | `7718d4c1ec62ca96998f058114db98236937490e` |
43
  | medium-q8_0 | 785 MiB | `e66645948aff4bebbec71b3485c576f3d63af5d6` |
 
6
  # OpenAI's Whisper models converted to ggml format for use with [whisper.cpp](https://github.com/ggerganov/whisper.cpp)
7
 
8
  Our used models for [BRICKS](https://bricks.tools), based on
9
+
10
  - [https://huggingface.co/ggerganov/whisper.cpp](https://huggingface.co/ggerganov/whisper.cpp)
11
  - [https://huggingface.co/distil-whisper](https://huggingface.co/distil-whisper)
12
  - [https://huggingface.co/akashmjn/tinydiarize-whisper.cpp](https://huggingface.co/akashmjn/tinydiarize-whisper.cpp)
 
36
  | small.en-tdrz | 488 MiB | `b6c6e7e89af1a35c08e6de56b66ca6a02a2fdfa1` |
37
  | small.en-tdrz-q5_1 | 190 MiB | `6c91afe29c9e05a90e16fc32bbeb6516f7896055` |
38
  | small.en-tdrz-q8_0 | 265 MiB | `bfd69251504f7e7128a65d57cebfdc1c69faad11` |
39
+ | distil-small.en | 336 MiB | `81baf6bfbc0af2ad4d5c04a07db794c030bb5528` |
40
+ | distil-small.en-q5_1 | 133 MiB | `f8832a1cd0edb1ce1549536d7c3dd67258dc4565` |
41
+ | distil-small.en-q8_0 | 184 MiB | `7075bc3c698c5bb4e275f1d4bc89c734fa2052da` |
42
  | medium | 1.5 GiB | `fd9727b6e1217c2f614f9b698455c4ffd82463b4` |
43
  | medium-q5_0 | 514 MiB | `7718d4c1ec62ca96998f058114db98236937490e` |
44
  | medium-q8_0 | 785 MiB | `e66645948aff4bebbec71b3485c576f3d63af5d6` |