Nanthasit commited on
Commit
a51ac14
·
verified ·
1 Parent(s): ad6a05d

docs: round-3 refresh — live download counts, updated family table (627 dl, Vision 7B 1 like), refined velocity note

Browse files
Files changed (1) hide show
  1. README.md +29 -23
README.md CHANGED
@@ -64,7 +64,7 @@ SakThai Multilingual Embedding is a **BERT-based sentence-transformers model** p
64
  - 💾 Lightweight architecture — ~118M parameters, **470 MB fp32** safetensors
65
  - 🔗 Cross-lingual — query in English, retrieve in Thai, French, Japanese, etc.
66
  - 📦 Perfect for multilingual RAG pipelines
67
- - 🚀 **2nd-fastest-growing model in the Sak family** by download velocity (rank 2/19 live 2026-07-31; was 1/19 on 2026-07-30)
68
 
69
  ---
70
 
@@ -158,10 +158,10 @@ print(f"Best match: {docs[scores.argmax()]}") # Neural networks doc
158
  | Method | `sentence_transformers` locally |
159
 
160
  **Health check** (`.eval_results/health-check-sakthai-embedding-multilingual-2026-07-30-4.yaml`):
161
- - 📈 **Download velocity rank: 1/19** — fastest-growing model in the Sak family *(as of 2026-07-30; live 2026-07-31: rank 2/19)*
162
  - 📊 Download rank: 6/19 · Card quality: 90/100 · Repo hygiene: 90/100
163
 
164
- **Hosted inference — honest status:** the last probe (2026-07-30T23:53) showed the HF serverless router returning `400 Model not supported by provider hf-inference` and `api-inference.hf.co` returning `403`. For production, run locally with `sentence-transformers` or on a dedicated [TEI](https://github.com/huggingface/text-embeddings-inference) endpoint.
165
 
166
  **Formal benchmarks (STS-B, MTEB-style retrieval): pending.** No verified scores are published yet. As the base architecture is the same 12-layer / 384-dim multilingual MiniLM family as `paraphrase-multilingual-MiniLM-L12-v2`, expected STS performance is in that family's ballpark (~0.75–0.85 Spearman) — **estimated, not yet verified**. Proper cross-lingual retrieval and STS results will be published via the [SakThai Leaderboard Space](https://huggingface.co/spaces/Nanthasit/sakthai-leaderboard) when available.
167
 
@@ -190,30 +190,36 @@ print(f"Best match: {docs[scores.argmax()]}") # Neural networks doc
190
 
191
  ## SakThai Model Family 🏠
192
 
193
- All **20 public models** from the House of Sak (downloads live, 2026-07-31):
194
 
195
  | Model | Downloads | Size | Role |
196
  |-------|-----------|------|------|
197
- | [Context 1.5B Merged](https://huggingface.co/Nanthasit/sakthai-context-1.5b-merged) | 1,599 | 3.1 GB | Flagship 1.5B tool-calling LLM |
198
- | [Context 0.5B Merged](https://huggingface.co/Nanthasit/sakthai-context-0.5b-merged) | 1,370 | 988 MB | Edge 0.5B tool-calling LLM |
199
- | [Context 7B Merged](https://huggingface.co/Nanthasit/sakthai-context-7b-merged) | 744 | 15.2 GB | Flagship 7B LLM |
200
- | [Context 7B 128K](https://huggingface.co/Nanthasit/sakthai-context-7b-128k) | 506 | config-only | YaRN 128K long-context recipe |
201
- | [Context 7B Tools](https://huggingface.co/Nanthasit/sakthai-context-7b-tools) | 399 | LoRA 20 MB | 7B tool-use adapter |
202
- | [Embedding Multilingual](https://huggingface.co/Nanthasit/sakthai-embedding-multilingual) | 362 | 470 MB | **⬅ this model — cross-lingual retrieval** |
203
- | [Context 1.5B Tools](https://huggingface.co/Nanthasit/sakthai-context-1.5b-tools) | 349 | LoRA 9 MB | 1.5B tool-use adapter |
204
- | [Vision 7B](https://huggingface.co/Nanthasit/sakthai-vision-7b) | 186 | 4.1 GB | Image understanding (LLaVA) |
205
- | [TTS Model](https://huggingface.co/Nanthasit/sakthai-tts-model) | 150 | 141 MB | Text-to-speech (Kokoro) |
206
- | [Context 0.5B Tools](https://huggingface.co/Nanthasit/sakthai-context-0.5b-tools) | 94 | 988 MB | Edge tool-calling |
207
- | [Coder 1.5B](https://huggingface.co/Nanthasit/sakthai-coder-1.5b) | 93 | 1.1 GB | Code generation (GGUF) |
208
- | [Context 1.5B Tools V2](https://huggingface.co/Nanthasit/sakthai-context-1.5b-tools-v2) | 0 | LoRA 74 MB | Refined 1.5B tool adapter |
209
- | [Context 1.5B Merged V2](https://huggingface.co/Nanthasit/sakthai-context-1.5b-merged-v2) | 0 | 3.1 GB | Merged V2 weights |
210
- | [Plus 1.5B](https://huggingface.co/Nanthasit/sakthai-plus-1.5b) | 0 | 3.1 GB | New 1.5B base |
211
- | [Plus 1.5B LoRA](https://huggingface.co/Nanthasit/sakthai-plus-1.5b-lora) | 0 | LoRA 74 MB | Plus 1.5B adapter |
 
 
 
 
212
  | [Plus 1.5B Coder](https://huggingface.co/Nanthasit/sakthai-plus-1.5b-coder) | 0 | planned | Coder variant (no weights yet) |
213
- | [Coder Browser](https://huggingface.co/Nanthasit/sakthai-coder-browser) | 0 | 3.1 GB | Browser-agent LLM |
214
- | [Coder Browser LoRA](https://huggingface.co/Nanthasit/sakthai-coder-browser-lora) | 0 | LoRA 74 MB | Browser-agent adapter |
215
- | [Coder Browser GGUF](https://huggingface.co/Nanthasit/sakthai-coder-browser-gguf) | 0 | 7.1 GB | Browser-agent GGUF (F16) |
216
- | [Bench V3](https://huggingface.co/Nanthasit/sakthai-bench-v3) | 0 | scaffold | Benchmark scaffold (no weights) |
 
 
217
 
218
  Sizes are API-verified (largest weight file, 2026-07-31). Adapter rows show LoRA adapter size.
219
 
 
64
  - 💾 Lightweight architecture — ~118M parameters, **470 MB fp32** safetensors
65
  - 🔗 Cross-lingual — query in English, retrieve in Thai, French, Japanese, etc.
66
  - 📦 Perfect for multilingual RAG pipelines
67
+ - 🚀 **Top-3 fastest-growing model** in the Sak family by download velocity (627 downloads, live 2026-07-31)
68
 
69
  ---
70
 
 
158
  | Method | `sentence_transformers` locally |
159
 
160
  **Health check** (`.eval_results/health-check-sakthai-embedding-multilingual-2026-07-30-4.yaml`):
161
+ - 📈 **Download velocity rank: 2/19** (was 1/19 on 2026-07-30) still among the fastest-growing
162
  - 📊 Download rank: 6/19 · Card quality: 90/100 · Repo hygiene: 90/100
163
 
164
+ **Hosted inference — honest status:** the HF serverless router returns `400 Model not supported by provider hf-inference` and `api-inference.hf.co` returns `403`. For production, run locally with `sentence-transformers` or on a dedicated [TEI](https://github.com/huggingface/text-embeddings-inference) endpoint.
165
 
166
  **Formal benchmarks (STS-B, MTEB-style retrieval): pending.** No verified scores are published yet. As the base architecture is the same 12-layer / 384-dim multilingual MiniLM family as `paraphrase-multilingual-MiniLM-L12-v2`, expected STS performance is in that family's ballpark (~0.75–0.85 Spearman) — **estimated, not yet verified**. Proper cross-lingual retrieval and STS results will be published via the [SakThai Leaderboard Space](https://huggingface.co/spaces/Nanthasit/sakthai-leaderboard) when available.
167
 
 
190
 
191
  ## SakThai Model Family 🏠
192
 
193
+ All **20 public SakThai models** + 2 companion repos (downloads live, 2026-07-31):
194
 
195
  | Model | Downloads | Size | Role |
196
  |-------|-----------|------|------|
197
+ | [Context 1.5B Merged](https://huggingface.co/Nanthasit/sakthai-context-1.5b-merged) | 1,855 | 3.1 GB | Flagship 1.5B tool-calling LLM |
198
+ | [Context 0.5B Merged](https://huggingface.co/Nanthasit/sakthai-context-0.5b-merged) | 1,692 | 988 MB | Edge 0.5B tool-calling LLM |
199
+ | [Context 7B Merged](https://huggingface.co/Nanthasit/sakthai-context-7b-merged) | 1,024 | 15.2 GB | Flagship 7B LLM |
200
+ | **Embedding Multilingual** | **627** | **470 MB** | **Cross-lingual retrieval** |
201
+ | [Context 7B 128K](https://huggingface.co/Nanthasit/sakthai-context-7b-128k) | 610 | config-only | YaRN 128K long-context recipe |
202
+ | [Context 7B Tools](https://huggingface.co/Nanthasit/sakthai-context-7b-tools) | 489 | LoRA 20 MB | 7B tool-use adapter |
203
+ | [Context 1.5B Tools](https://huggingface.co/Nanthasit/sakthai-context-1.5b-tools) | 477 | LoRA 9 MB | 1.5B tool-use adapter |
204
+ | [Context 1.5B Merged V2](https://huggingface.co/Nanthasit/sakthai-context-1.5b-merged-v2) | 337 | 3.1 GB | Merged V2 weights |
205
+ | [Vision 7B](https://huggingface.co/Nanthasit/sakthai-vision-7b) | 315 | 4.1 GB | Image understanding (LLaVA) ⭐ 1 like |
206
+ | [Plus 1.5B LoRA](https://huggingface.co/Nanthasit/sakthai-plus-1.5b-lora) | 306 | LoRA 74 MB | Plus 1.5B adapter |
207
+ | [Context 0.5B Tools](https://huggingface.co/Nanthasit/sakthai-context-0.5b-tools) | 251 | 988 MB | Edge tool-calling |
208
+ | [TTS Model](https://huggingface.co/Nanthasit/sakthai-tts-model) | 248 | 141 MB | Text-to-speech (Kokoro) |
209
+ | [Plus 1.5B](https://huggingface.co/Nanthasit/sakthai-plus-1.5b) | 244 | 3.1 GB | New 1.5B base |
210
+ | [Context 1.5B Tools V2](https://huggingface.co/Nanthasit/sakthai-context-1.5b-tools-v2) | 173 | LoRA 74 MB | Refined 1.5B tool adapter |
211
+ | [Coder 1.5B](https://huggingface.co/Nanthasit/sakthai-coder-1.5b) | 151 | 1.1 GB | Code generation (GGUF) |
212
+ | [Coder Browser](https://huggingface.co/Nanthasit/sakthai-coder-browser) | 54 | 3.1 GB | Browser-agent LLM |
213
+ | [Coder Browser GGUF](https://huggingface.co/Nanthasit/sakthai-coder-browser-gguf) | 35 | 7.1 GB | Browser-agent GGUF (F16) |
214
+ | [Embedding (English, private)](https://huggingface.co/Nanthasit/sakthai-embedding) | 23 | 91 MB | English-only embedding (token-required) |
215
+ | [Coder Browser LoRA](https://huggingface.co/Nanthasit/sakthai-coder-browser-lora) | 21 | LoRA 74 MB | Browser-agent adapter |
216
  | [Plus 1.5B Coder](https://huggingface.co/Nanthasit/sakthai-plus-1.5b-coder) | 0 | planned | Coder variant (no weights yet) |
217
+
218
+ **Companion repos:**
219
+ | Repo | Role |
220
+ |------|------|
221
+ | [Bench V3](https://huggingface.co/Nanthasit/sakthai-bench-v3) | Benchmark scaffold (no weights) |
222
+ | [Pipeline](https://huggingface.co/Nanthasit/sakthai-pipeline) | CI/CD automation, evals, health checks |
223
 
224
  Sizes are API-verified (largest weight file, 2026-07-31). Adapter rows show LoRA adapter size.
225