datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
sms-synthetic
sms-synthetic
Synthetic SMS prompt dataset for GRPO training.
Schema
Each row contains:
prompt: scenario instructions for generating an SMS message
metadata: structured fields like business, offer, tone, audience, occasion, and category
Usage
from datasets import load_dataset
dataset = load_dataset("AndyOsmosis/sms-synthetic", split="train")
Source
Uploaded from data/sms_grpo_prompts.jsonl in the sms-grpo workspace.
smshop
Kimi Cyber Reasoning
997 chain-of-thought records covering 13 cybersecurity disciplines and 4 systems engineering domains, distilled from the Kimi K3 reasoning model via API. Every record provides an explicit step-by-step <think> reasoning trace followed by a technical resolution, unified code diff fix, or structured tool invocation.
The dataset was curated as an anchor set for training, healing, and specializing compact reasoning models on systems security and tool calling… See the full description on the dataset page: https://huggingface.co/datasets/Mdshihabvai1/smshop.gemma3-sms
