File size: 657 Bytes
9b70f63
 
4147676
 
9b70f63
4147676
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
license: mit
language:
- en
---

# Information

This includes OpenAI's `small.en` Whisper models finetuned for diarization, and converted to ggml format. 

For more details (and original pytorch checkpoints), see https://github.com/akashmjn/tinydiarize

# ggml format models 

| Model     | Disk   | Mem     | SHA                                        |
| ---       | ---    | ---     | ---                                        |
| small.en-tdrz  | 466 MB | ~1.0 GB | `ceac3ec06d1d98ef71aec665283564631055fd6129b79d8e1be4f9cc33cc54b4` |

Model was converted using scripts in [whisper.cpp](https://github.com/ggerganov/whisper.cpp/tree/master/models)