CKHO/cohere-asr-ja-GGUF
01.2k
cohere-asr-ja-GGUF
GGUF quantization of efwkjn/cohere-asr-ja, for use with CrispASR's cohere backend.
Files
Quantization Rating
Informal local test results on Japanese dialogue, cover song, and ASMR-style audio. Speed is the observed average without VAD on an RTX 3080 system.
Conversion
Source model:
efwkjn/cohere-asr-ja
Tokenizer check:
tokenizer.modelverified againsttokenizer.json- vocab size: 16384
- max token id: 16383
- no token/id mismatches found
Converted with CrispASR:
python convert-cohere-asr-to-gguf.py \
--model-dir efwkjn-cohere-asr-ja \
--output cohere-asr-ja-f16.gguf
crispasr-quantize cohere-asr-ja-f16.gguf cohere-asr-ja-q8_0.gguf q8_0
crispasr-quantize cohere-asr-ja-f16.gguf cohere-asr-ja-q6_k.gguf q6_k
crispasr-quantize cohere-asr-ja-f16.gguf cohere-asr-ja-q5_0.gguf q5_0
crispasr-quantize cohere-asr-ja-f16.gguf cohere-asr-ja-q4_k.gguf q4_kUsage
crispasr --backend cohere -m cohere-asr-ja-q6_k.gguf -f audio.wav -l jaNotes
This GGUF is intended for CrispASR. Generic llama.cpp runtimes do not support the cohere_asr architecture.
