aldigobbler's picture
Upload README.md with huggingface_hub
913e77a verified
metadata
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
Original model: aldigobbler/stt-qwen3-1.7b-merged
GGUF quantization: provided by aldigobbler using llama.cpp

Special thanks

🙏 Special thanks to Georgi Gerganov and the whole team working on llama.cpp for making all of this possible.

Use with Ollama

ollama run "hf.co/aldigobbler/stt-qwen3-1.7b-merged-GGUF:Q4_K_M"

Use with LM Studio

lms load "aldigobbler/stt-qwen3-1.7b-merged-GGUF"

Use with llama.cpp CLI

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:

llama-server --hf "aldigobbler/stt-qwen3-1.7b-merged-GGUF:Q4_K_M" -c 4096