Sentence Similarity
sentence-transformers
Safetensors
multilingual
bert
embeddings
feature-extraction
cross-lingual
semantic-search
retrieval
rag
multilingual-embeddings
384-dim
minilm
sakthai
house-of-sak
beer-sakthai
cpu-inference
edge
text-embeddings-inference
Nanthasit/sakthai-combined-v6
Nanthasit/sakthai-combined-v7
Nanthasit/sakthai-kaggle-notebooks
Nanthasit/sakthai-irrelevance-supplement
Nanthasit/food-penguin-v1
Nanthasit/SimpleToolCalling
Nanthasit/sakthai-bench-v1
Eval Results (legacy)
Eval Results
Instructions to use Nanthasit/sakthai-embedding-multilingual with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use Nanthasit/sakthai-embedding-multilingual with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("Nanthasit/sakthai-embedding-multilingual") sentences = [ "The weather is lovely today.", "It's so sunny outside!", "He drove to the stadium." ] embeddings = model.encode(sentences) similarities = model.similarity(embeddings, embeddings) print(similarities.shape) # [3, 3] - Notebooks
- Google Colab
- Kaggle
docs: round-3 refresh — live download counts, updated family table (627 dl, Vision 7B 1 like), refined velocity note
Browse files
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 |
-
- 🚀 **
|
| 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:
|
| 162 |
- 📊 Download rank: 6/19 · Card quality: 90/100 · Repo hygiene: 90/100
|
| 163 |
|
| 164 |
-
**Hosted inference — honest status:** the
|
| 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**
|
| 194 |
|
| 195 |
| Model | Downloads | Size | Role |
|
| 196 |
|-------|-----------|------|------|
|
| 197 |
-
| [Context 1.5B Merged](https://huggingface.co/Nanthasit/sakthai-context-1.5b-merged) | 1,
|
| 198 |
-
| [Context 0.5B Merged](https://huggingface.co/Nanthasit/sakthai-context-0.5b-merged) | 1,
|
| 199 |
-
| [Context 7B Merged](https://huggingface.co/Nanthasit/sakthai-context-7b-merged) |
|
| 200 |
-
|
|
| 201 |
-
| [Context 7B
|
| 202 |
-
| [
|
| 203 |
-
| [Context 1.5B Tools](https://huggingface.co/Nanthasit/sakthai-context-1.5b-tools) |
|
| 204 |
-
| [
|
| 205 |
-
| [
|
| 206 |
-
| [
|
| 207 |
-
| [
|
| 208 |
-
| [
|
| 209 |
-
| [
|
| 210 |
-
| [
|
| 211 |
-
| [
|
|
|
|
|
|
|
|
|
|
|
|
|
| 212 |
| [Plus 1.5B Coder](https://huggingface.co/Nanthasit/sakthai-plus-1.5b-coder) | 0 | planned | Coder variant (no weights yet) |
|
| 213 |
-
|
| 214 |
-
|
| 215 |
-
|
|
| 216 |
-
|
|
|
|
|
|
|
|
| 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 |
|