Views
No views yet
| Property | Value |
|---|---|
| Parent Model | Reza2kn/Shenava-Rizeh-Pizeh-v1.0 |
| Model Type | EncDecCTCModelBPE (pure CTC — no transducer head) |
| Architecture | FastConformer Pure CTC |
| Language | Persian (Farsi) |
| Parameters | 6.9M |
| Vocabulary Size | 1025 tokens (BPE + blank) |
| Tokenizer | ve_tok_v4 — SentencePiece BPE‑1024 |
| Sample Rate | 16 kHz |
| Subsampling | 8× |
| Streaming | ✅ Yes (with cache support) |
| Weight Type | INT8 (dynamic quantization) |
| Author | Reza2kn |
| Version | 1.0 |
.
├── README.md
├── model.int8.onnx # ONNX model (INT8 quantized)
└── tokens.txt # Token vocabulary (1025 tokens)1sherpa-onnx-offline \
2 --tokens=tokens.txt \
3 --encoder=model.int8.onnx \
4 --num-threads=4 \
5 /path/to/test.wav