akashmjn commited on
Commit
4147676
1 Parent(s): 9b70f63

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -1,3 +1,19 @@
1
  ---
2
  license: mit
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ language:
4
+ - en
5
  ---
6
+
7
+ # Information
8
+
9
+ This includes OpenAI's `small.en` Whisper models finetuned for diarization, and converted to ggml format.
10
+
11
+ For more details (and original pytorch checkpoints), see https://github.com/akashmjn/tinydiarize
12
+
13
+ # ggml format models
14
+
15
+ | Model | Disk | Mem | SHA |
16
+ | --- | --- | --- | --- |
17
+ | small.en-tdrz | 466 MB | ~1.0 GB | `ceac3ec06d1d98ef71aec665283564631055fd6129b79d8e1be4f9cc33cc54b4` |
18
+
19
+ Model was converted using scripts in [whisper.cpp](https://github.com/ggerganov/whisper.cpp/tree/master/models)