Softmaximalist commited on
Commit
f362dd7
·
1 Parent(s): 7f80075

Add version badge

Browse files
Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -18,15 +18,16 @@ tags:
18
  - qwen3
19
  ---
20
 
 
 
21
  <div align="center">
22
  <img src="./banner.jpg" alt="s1-mini banner" width="100%">
23
 
24
  [![Website](https://img.shields.io/badge/Website-blue?logo=data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjxjaXJjbGUgY3g9IjEyIiBjeT0iMTIiIHI9IjEwIi8+PGxpbmUgeDE9IjIiIHkxPSIxMiIgeDI9IjIyIiB5Mj0iMTIiLz48cGF0aCBkPSJNMTIgMmExNS4zIDE1LjMgMCAwIDEgNCAxMCAxNS4zIDE1LjMgMCAwIDEtNCAxMCAxNS4zIDE1LjMgMCAwIDEtNC0xMCAxNS4zIDE1LjMgMCAwIDEgNC0xMHoiLz48L3N2Zz4=)](https://superwhisper.com)
25
  [![Discord](https://img.shields.io/badge/Discord-5865F2?logo=discord&logoColor=white)](https://discord.gg/tF98XvJNvB)
 
26
  </div>
27
 
28
- # s1-mini
29
-
30
  A 0.6B-parameter text normalizer for speech-to-text output. It takes a raw ASR
31
  transcript and rewrites it as clean written text: fillers removed, false starts
32
  and self-corrections resolved to the value the speaker landed on, punctuation
@@ -41,8 +42,10 @@ and will not follow general instructions; it does one job, and you steer it
41
  with a control line at the top of the input.
42
 
43
  Fine-tuned from [Qwen/Qwen3-0.6B](https://huggingface.co/Qwen/Qwen3-0.6B). If
44
- you want to run it in llama.cpp, Ollama or LM Studio, grab the GGUF builds from
 
45
  [superwhisper/s1-mini-GGUF](https://huggingface.co/superwhisper/s1-mini-GGUF).
 
46
 
47
  Releases are tagged, so you can pin one:
48
  `from_pretrained("superwhisper/s1-mini", revision="v1")`.
 
18
  - qwen3
19
  ---
20
 
21
+ # s1-mini — by [Superwhisper](https://superwhisper.com)
22
+
23
  <div align="center">
24
  <img src="./banner.jpg" alt="s1-mini banner" width="100%">
25
 
26
  [![Website](https://img.shields.io/badge/Website-blue?logo=data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjxjaXJjbGUgY3g9IjEyIiBjeT0iMTIiIHI9IjEwIi8+PGxpbmUgeDE9IjIiIHkxPSIxMiIgeDI9IjIyIiB5Mj0iMTIiLz48cGF0aCBkPSJNMTIgMmExNS4zIDE1LjMgMCAwIDEgNCAxMCAxNS4zIDE1LjMgMCAwIDEtNCAxMCAxNS4zIDE1LjMgMCAwIDEtNC0xMCAxNS4zIDE1LjMgMCAwIDEgNC0xMHoiLz48L3N2Zz4=)](https://superwhisper.com)
27
  [![Discord](https://img.shields.io/badge/Discord-5865F2?logo=discord&logoColor=white)](https://discord.gg/tF98XvJNvB)
28
+ [![v1](https://img.shields.io/badge/v1-2EA44F?logo=data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjxwYXRoIGQ9Ik0yMC41OSAxMy40MUwxMy40MiAyMC41OGEyIDIgMCAwIDEtMi44MyAwTDIgMTJWMmgxMGw4LjU5IDguNTlhMiAyIDAgMCAxIDAgMi44MnoiLz48bGluZSB4MT0iNyIgeTE9IjciIHgyPSI3LjAxIiB5Mj0iNyIvPjwvc3ZnPg==&logoColor=white)](https://huggingface.co/superwhisper/s1-mini/tree/v1)
29
  </div>
30
 
 
 
31
  A 0.6B-parameter text normalizer for speech-to-text output. It takes a raw ASR
32
  transcript and rewrites it as clean written text: fillers removed, false starts
33
  and self-corrections resolved to the value the speaker landed on, punctuation
 
42
  with a control line at the top of the input.
43
 
44
  Fine-tuned from [Qwen/Qwen3-0.6B](https://huggingface.co/Qwen/Qwen3-0.6B). If
45
+ you want to run it in llama.cpp, Ollama, LM Studio, or anything else built on
46
+ llama.cpp, grab the GGUF builds from
47
  [superwhisper/s1-mini-GGUF](https://huggingface.co/superwhisper/s1-mini-GGUF).
48
+ You can use it in your own dictation app too, just check the license first.
49
 
50
  Releases are tagged, so you can pin one:
51
  `from_pretrained("superwhisper/s1-mini", revision="v1")`.