SakThai Model Family
Collection
Complete SakThai ecosystem: 12 models (text, vision, code, TTS, embeddings), 4 datasets, 2 Spaces. Six agents, one mind. • 18 items • Updated
The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.
Part of the House of Sak.
| File | Purpose |
|---|---|
sakthai-engine.ipynb |
Training notebook for 1.5B model |
sakthai-7b-engine.ipynb |
Training notebook for 7B model |
scripts/sakthai-7b-post-train.py |
LoRA merge, GGUF conversion, upload |
deploy-endpoint.py |
Deploy to HF Inference Endpoints |
# Post-training pipeline
python scripts/sakthai-7b-post-train.py --help
# Open notebooks in Kaggle or Jupyter for training
# sakthai-engine.ipynb → trains on sakthai-combined-v4 (also compatible with v6)
# sakthai-7b-engine.ipynb → trains on sakthai-combined-v5 (also compatible with v6)
These models are trained using the notebooks and scripts in this repository:
| Model | Downloads | Pipeline |
|---|---|---|
| sakthai-context-1.5b-merged | 1,197 | Text Generation |
| sakthai-context-0.5b-merged | 994 | Text Generation |
| sakthai-context-7b-merged | 562 | Text Generation |
| sakthai-context-7b-128k | 351 | Text Generation (Long Context) |
| sakthai-context-7b-tools | 185 | Text Generation (Tool Calling) |
| sakthai-context-1.5b-tools | 143 | Text Generation (Tool Calling) |
| sakthai-embedding-multilingual | 104 | Feature Extraction |
| sakthai-vision-7b | 45 | Image-to-Text |
| sakthai-coder-1.5b | 34 | Text Generation (Code) |
| sakthai-tts-model | 33 | Text-to-Speech |
📦 Full collection: sakthai-model-family — 12 models, 4 datasets, 2 Spaces