Softmaximalist commited on
Commit
8955334
·
1 Parent(s): 07be031

Explicitly mention naming clause

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -64,7 +64,7 @@ Releases are tagged, so you can pin one:
64
  | Precision | BF16 |
65
  | Recommended input | Up to ~1,000 tokens; chunk longer transcripts |
66
  | Language | English |
67
- | License | Apache 2.0 |
68
 
69
  > [!NOTE]
70
  > The Hub sidebar reports 0.8B parameters for this repo. `config.json` sets
@@ -351,8 +351,9 @@ GGUF build. The BF16 weights here should do at least as well.
351
 
352
  ## Using S1-mini in your own app
353
 
354
- S1-mini is Apache 2.0, the same license it inherits from Qwen3-0.6B, so it can
355
- be embedded in open-source and commercial software alike: dictation apps,
 
356
  meeting-notes tools, live captioning, voice-driven editors, or any pipeline
357
  that has to turn raw ASR output into text a person will read.
358
 
 
64
  | Precision | BF16 |
65
  | Recommended input | Up to ~1,000 tokens; chunk longer transcripts |
66
  | Language | English |
67
+ | License | Apache 2.0 + naming clause ([LICENSE](LICENSE)) |
68
 
69
  > [!NOTE]
70
  > The Hub sidebar reports 0.8B parameters for this repo. `config.json` sets
 
351
 
352
  ## Using S1-mini in your own app
353
 
354
+ S1-mini is Apache 2.0 plus a naming clause, the same base license it inherits
355
+ from Qwen3-0.6B, so it can be embedded in open-source and commercial software
356
+ alike: dictation apps,
357
  meeting-notes tools, live captioning, voice-driven editors, or any pipeline
358
  that has to turn raw ASR output into text a person will read.
359