CoolFace
Modelpublic

CKHO/cohere-asr-ja-GGUF

sourceHugging Faceapache-2.0updated 4mo agoView on Hugging Face
0likes1.2kdownloads
Model Card

cohere-asr-ja-GGUF

GGUF quantization of efwkjn/cohere-asr-ja, for use with CrispASR's cohere backend.

Files

FileTypeSize
cohere-asr-ja-f16.ggufF16 GGUF4.14 GB
cohere-asr-ja-q8_0.ggufQ8_0 GGUF2.42 GB
cohere-asr-ja-q6_k.ggufQ6_K GGUF1.98 GB
cohere-asr-ja-q5_0.ggufQ5_0 GGUF1.74 GB
cohere-asr-ja-q4_k.ggufQ4_K GGUF1.51 GB

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.

QuantSizeQualityObserved speedSuggested role
F164.14 GB5/520.91xReference quality, fastest in this local test
Q8_02.42 GB5/515.41xNear-F16 quality, smaller
Q6_K1.98 GB4.5/514.53xBest default balance
Q5_01.74 GB4/513.79xSmaller practical option
Q4_K1.51 GB3/516.70xSmallest option, not always most accurate

Conversion

Source model:

  • —efwkjn/cohere-asr-ja

Tokenizer check:

  • —tokenizer.model verified against tokenizer.json
  • —vocab size: 16384
  • —max token id: 16383
  • —no token/id mismatches found

Converted with CrispASR:

bash
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_k

Usage

bash
crispasr --backend cohere -m cohere-asr-ja-q6_k.gguf -f audio.wav -l ja

Notes

This GGUF is intended for CrispASR. Generic llama.cpp runtimes do not support the cohere_asr architecture.