---
license: mit
datasets:
- aldigobbler/stt-correction
language:
- en
base_model: aldigobbler/stt-qwen3-1.7b-merged
pipeline_tag: text-generation
tags:
- speech-to-text
- error-correction
- text-cleaning
- llama-cpp
- gguf-my-repo
model-index:
- name: STT Error Correction Model
results:
- task:
type: text-generation
name: STT Error Correction
dataset:
name: stt-correction
type: aldigobbler/stt-correction
split: validation
metrics:
- type: loss
value: 4.6549807
name: Validation Loss
---
# stt-qwen3-1.7b-merged
**Model creator:** [aldigobbler](https://huggingface.co/aldigobbler)
**Original model**: [aldigobbler/stt-qwen3-1.7b-merged](https://huggingface.co/aldigobbler/stt-qwen3-1.7b-merged)
**GGUF quantization:** provided by [aldigobbler](https:/huggingface.co/aldigobbler) using `llama.cpp`
## Special thanks
🙏 Special thanks to [Georgi Gerganov](https://github.com/ggerganov) and the whole team working on [llama.cpp](https://github.com/ggerganov/llama.cpp/) for making all of this possible.
## Use with Ollama
```bash
ollama run "hf.co/aldigobbler/stt-qwen3-1.7b-merged-GGUF:Q4_K_M"
```
## Use with LM Studio
```bash
lms load "aldigobbler/stt-qwen3-1.7b-merged-GGUF"
```
## Use with llama.cpp CLI
```bash
llama-cli --hf "aldigobbler/stt-qwen3-1.7b-merged-GGUF:Q4_K_M" -p "The meaning to life and the universe is"
```
## Use with llama.cpp Server:
```bash
llama-server --hf "aldigobbler/stt-qwen3-1.7b-merged-GGUF:Q4_K_M" -c 4096
```