Views
No views yet
| File | Size | Description |
|---|---|---|
moss-transcribe-diarize-0.9b-f16.gguf | 1.7 GB | Full precision (F16) |
moss-transcribe-diarize-0.9b-q8_0.gguf | 1.4 GB | 8-bit quantized |
moss-transcribe-diarize-0.9b-q4_k.gguf | 1.2 GB | 4-bit quantized (recommended) |
diff-harness-ref/moss-diarize-ref.gguf | 9.5 MB | Diff harness reference (jfk.wav ground truth) |
crispasr --backend moss-diarize -m auto -f audio.wav -osrt1crispasr --backend moss-diarize \
2 -m moss-transcribe-diarize-0.9b-q4_k.gguf \
3 -f meeting.wav \
4 --hotwords "MOSS,CrispASR" \
5 -osrt[00:00:00.320 --> 00:00:02.220] (Speaker 1) And so, my fellow Americans,
[00:00:03.020 --> 00:00:07.640] (Speaker 1) ask not what your country can do for you,
[00:00:08.110 --> 00:00:10.540] (Speaker 1) ask what you can do for your country.
[00:00:11.440 --> 00:00:15.580] (Speaker 2) And so, my fellow Americans, ask not...[timestamp][Sxx]text[timestamp] format with speaker labels.| Stage | cos_min | max_abs |
|---|---|---|
| mel_spectrogram | 1.000000 | 1.20e-04 |
| conv_stem_out | 1.000000 | 6.11e-05 |
| encoder_output | 1.000000 | 1.24e-04 |
| audio_embeds | 1.000000 | 1.35e-02 |
1python models/convert-moss-transcribe-diarize-to-gguf.py \
2 --input OpenMOSS-Team/MOSS-Transcribe-Diarize \
3 --output moss-transcribe-diarize-0.9b-f16.gguf
4
5crispasr-quantize moss-transcribe-diarize-0.9b-f16.gguf \
6 moss-transcribe-diarize-0.9b-q4_k.gguf q4_kOpenMOSS-Team.apache-2.0. This repository redistributes under the same terms; it grants no rights the upstream licence does not.