sakthai
Datasets
All datasets matching “sakthai”sakthai-bench-v2
Dataset Card for SakThai Bench v2
Dataset Name: SakThai Bench v2
Author(s): SakThai Agent (Nanthasit)
License: MIT
Language: English
Task: Tool-Use / Function-Calling Benchmark
Part of the SakThai Model Family.
Dataset Summary
SakThai Bench v2 is a benchmark for tool-use and function-calling behavior. The canonical evaluation file is data/test.jsonl with 500 labeled examples. It tests whether models invoke the right tools with correct arguments… See the full description on the dataset page: https://huggingface.co/datasets/Nanthasit/sakthai-bench-v2.sakthai-combined-v7
SakThai Combined v7
Curated, larger-scale instruction-tuning data for tool-calling, function-calling, and agent-style reasoning in the SakThai model family.
Dataset Summary
SakThai Combined v7 extends the v6 family with more multi-turn examples, broader tool coverage, and stronger <tool>/function-calling formatting. It is intended for fine-tuning models that should invoke tools naturally, then continue the conversation after tool results.
Data Fields… See the full description on the dataset page: https://huggingface.co/datasets/Nanthasit/sakthai-combined-v7.sakthai-combined-v6
SakThai Combined v6
Part of the SakThai model family — fine-tuning and evaluation corpus for instruction-following and tool-use chat.
Dataset Size
Files: data/train.jsonl, data/test.jsonl
Format: JSONL
License: apache-2.0
Last updated: 2026-08-01
Loading
from datasets import load_dataset
ds = load_dataset("Nanthasit/sakthai-combined-v6", split="train")
test_ds = load_dataset("Nanthasit/sakthai-combined-v6", split="test")
Data Fields… See the full description on the dataset page: https://huggingface.co/datasets/Nanthasit/sakthai-combined-v6.sakthai-bench-v1
⚠️ Deprecated — Superseded by sakthai-bench-v2 (500 rows) and sakthai-bench-v3 (weekly auto-generated). Kept for reproducibility of older eval runs.
SakThai Bench v1
Part of the SakThai family. A compact benchmark dataset for evaluating tool-calling and function-calling capabilities in text generation models.
Dataset Summary
SakThai Bench v1 contains 235 test examples for evaluating whether a model can:
Understand provided tool/function JSON schemas
Generate… See the full description on the dataset page: https://huggingface.co/datasets/Nanthasit/sakthai-bench-v1.sakthai-kaggle-notebooks
SakThai Kaggle Notebooks
Part of the SakThai Model Family.
Dataset Summary
This repository stores a curated collection of notebooks and job scripts used during SakThai experiments, primarily for training, evaluation, and deployment workflows on Kaggle and Colab-style environments. It is not tabular and does not expose structured data files for the Hugging Face Datasets Server.
Repository Files
Notebooks: sakthai-1.5b-t4.ipynb… See the full description on the dataset page: https://huggingface.co/datasets/Nanthasit/sakthai-kaggle-notebooks.sakthai-openenv-training
SakThai OpenEnv Training
Part of the SakThai model family.
Dataset Summary
SakThai OpenEnv Training is a pinned runtime-environment dataset for reproducing SakThai training workflows. It stores exact package versions, experimental interface requirements, and notes for openenv, trl, and GRPO integrations used during model training.
Purpose:
Ensure bit-for-bit reproducibility of training runs on GPU clusters
Document experimental dependencies (openenv==0.4.1… See the full description on the dataset page: https://huggingface.co/datasets/Nanthasit/sakthai-openenv-training.
