datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
gemma3n-conversational-reasoning
Gemma3N Conversational Reasoning
This dataset is prepared for Unsloth Gemma3/Gemma3N conversational notebooks that use:
from datasets import load_dataset
from unsloth.chat_templates import standardize_data_formats
dataset = load_dataset("Cyleux/gemma3n-conversational-reasoning", split="train[:3000]")
dataset = standardize_data_formats(dataset)
Schema:
conversations: ShareGPT-style list of turns with from and value
metadata columns are included for analysis and filtering
Notes:… See the full description on the dataset page: https://huggingface.co/datasets/Cyleux/gemma3n-conversational-reasoning.2026_08_26_omni_math_train_feedback_adherence_gemma3_12b_gemma4_31b_candidates
Omni-MATH train feedback-adherence candidates
Production candidate data for studying whether a student follows teacher feedback.
Student: google/gemma-3-12b-it
Teacher and adherence judge: google/gemma-4-31B-it
Source problems: LLParallax/Omni-MATH-filtered, train partition after a fixed 512-problem test split
Source trajectories: LLParallax/2026_07_16_collect_omni_math_gemma3_12b_gemma4_31b
Collection config:… See the full description on the dataset page: https://huggingface.co/datasets/1337xyz1337xyz/2026_08_26_omni_math_train_feedback_adherence_gemma3_12b_gemma4_31b_candidates.gemma3-reasoning-dropin-context
Gemma3 Reasoning Drop-in (Context Preserved)
Drop-in dataset with task/input/expected_output where input includes prior turns so follow-up replies remain coherent.
Use:
from datasets import load_dataset
dataset = load_dataset("Cyleux/gemma3-reasoning-dropin-context", split="train[:10000]")
Stats:
{
"input": "data/functiongemma_upload/train.jsonl",
"output": "data/gemma3_reasoning_dropin_context/train.jsonl",
"rows": 2225,
"samples_total": 1214,
"rows_written": 2225… See the full description on the dataset page: https://huggingface.co/datasets/Cyleux/gemma3-reasoning-dropin-context.gemma-3-27b-it_writingbench-en100
google/gemma-3-27b-it — writingbench-en100
Model outputs from the micro-creativity inference suite.
Model: google/gemma-3-27b-it
Dataset: writingbench-en100 (100 items)
Part of collection: ZachW/llm-creativity-benchmarks
Generation config
temperature: 0.0
max_tokens: 8192
seed: 42
backend: vllm
Columns
Column
Description
task_id
Unique task identifier
input
The exact prompt sent to the model (after meta-prompt application)… See the full description on the dataset page: https://huggingface.co/datasets/ZachW/gemma-3-27b-it_writingbench-en100.gemma-3-27b-it_arena-hard-creative-writing
google/gemma-3-27b-it — arena-hard-creative-writing
Model outputs from the micro-creativity inference suite.
Model: google/gemma-3-27b-it
Dataset: arena-hard-creative-writing (250 items)
Part of collection: ZachW/llm-creativity-benchmarks
Generation config
temperature: 0.0
max_tokens: 16384
seed: 42
backend: vllm
Columns
Column
Description
task_id
Unique task identifier
input
The exact prompt sent to the model (after… See the full description on the dataset page: https://huggingface.co/datasets/ZachW/gemma-3-27b-it_arena-hard-creative-writing.gemma3n-conversational-reasoning-with-tools
Gemma3N Conversational Reasoning With Embedded Tool Traces
Prepared for Unsloth Gemma3/Gemma3N conversational notebooks that expect ShareGPT conversations.
Multi-turn conversations are preserved.
Reasoning blocks (<think>...</think>) are preserved.
Tool call traces are preserved by embedding them in assistant text as tags:
<tool_call ...>...</tool_call>
<tool_response ...>...</tool_response>
Use:
from datasets import load_dataset
from unsloth.chat_templates import… See the full description on the dataset page: https://huggingface.co/datasets/Cyleux/gemma3n-conversational-reasoning-with-tools.gemma-3-12b-it-lmsys-onpolicy-rollouts
On-policy chat rollouts: google/gemma-3-12b-it on LMSYS-Chat-1M prompts
Each row is a first-user-turn prompt sampled from
lmsys/lmsys-chat-1m and a
response generated on-policy by google/gemma-3-12b-it with vLLM (do_sample,
temperature 0.7, top_p 1.0, max_new_tokens 768, seed 42). 24,991 rows. Built to match
GemmaScope 2's instruction-tuned SAE training distribution (real model rollouts) for a
short KL+MSE ("end-to-end") finetune of the released GemmaScope-2 residual SAE.… See the full description on the dataset page: https://huggingface.co/datasets/iarcuschin/gemma-3-12b-it-lmsys-onpolicy-rollouts.gemma-3-27b-it_storygen-prompts-200
google/gemma-3-27b-it — storygen-prompts-200
Model outputs from the micro-creativity inference suite.
Model: google/gemma-3-27b-it
Dataset: storygen-prompts-200 (200 items)
Part of collection: ZachW/llm-creativity-benchmarks
Generation config
temperature: 0.0
max_tokens: 16384
seed: 42
backend: vllm
Columns
Column
Description
task_id
Unique task identifier
input
The exact prompt sent to the model (after meta-prompt… See the full description on the dataset page: https://huggingface.co/datasets/ZachW/gemma-3-27b-it_storygen-prompts-200.IFEval-gemma3-chat
Dataset Card for Dataset Name
This dataset is a subset of google/IFEval, selected by the token length of applying chat template of google/gemma-3-4b-it.
Dataset Details
Dataset Description
Curated by: jaxon3062
Language(s) (NLP): en
License: Apache 2.0 Licence
Dataset Sources [optional]
Repository: google/IFEval
Paper [optional]: Instruction-Following Evaluation for Large Language Models
Uses
Direct Use
This can… See the full description on the dataset page: https://huggingface.co/datasets/jaxon3062/IFEval-gemma3-chat.gemma3n-conversational-reasoning-toolloop
Gemma3N Conversational Reasoning Tool-Loop
Gemma3N conversational dataset that preserves tool traces while avoiding training targets on tool responses.
Encoding:
Assistant emits tool calls: <tool_call ...>...</tool_call>
Tool outputs are user-side turns: <tool_response ...>...</tool_response>
This works with train_on_responses_only because user-side tool responses are masked from loss.
Use:
from datasets import load_dataset
from unsloth.chat_templates import… See the full description on the dataset page: https://huggingface.co/datasets/Cyleux/gemma3n-conversational-reasoning-toolloop.gemma-3-27b-it_creativemath-with-answers
google/gemma-3-27b-it — creativemath-with-answers
Model outputs from the micro-creativity inference suite.
Model: google/gemma-3-27b-it
Dataset: creativemath-with-answers (188 items)
Part of collection: ZachW/llm-creativity-benchmarks
Generation config
temperature: 0.0
max_tokens: 32768
seed: 42
backend: vllm
Columns
Column
Description
task_id
Unique task identifier
input
The exact prompt sent to the model (after meta-prompt… See the full description on the dataset page: https://huggingface.co/datasets/ZachW/gemma-3-27b-it_creativemath-with-answers.gemma-3-27b-it_aime-all
google/gemma-3-27b-it — aime-all
Model outputs from the micro-creativity inference suite.
Model: google/gemma-3-27b-it
Dataset: aime-all (933 items)
Part of collection: ZachW/llm-creativity-benchmarks
Generation config
temperature: 0.0
max_tokens: 32768
seed: 42
backend: vllm
Columns
Column
Description
task_id
Unique task identifier
input
The exact prompt sent to the model (after meta-prompt application)
raw_output
Full… See the full description on the dataset page: https://huggingface.co/datasets/ZachW/gemma-3-27b-it_aime-all.gemma-3-27b-it_tinystories-val1pct-raw
google/gemma-3-27b-it — tinystories-val1pct-raw
Model outputs from the micro-creativity inference suite.
Model: google/gemma-3-27b-it
Dataset: tinystories-val1pct-raw (220 items)
Part of collection: ZachW/llm-creativity-benchmarks
Generation config
temperature: 0.0
max_tokens: 16384
seed: 42
backend: vllm
Columns
Column
Description
task_id
Unique task identifier
input
The exact prompt sent to the model (after meta-prompt… See the full description on the dataset page: https://huggingface.co/datasets/ZachW/gemma-3-27b-it_tinystories-val1pct-raw.gemma-3-27b-it_alpaca-text-generation-384
google/gemma-3-27b-it — alpaca-text-generation-384
Model outputs from the micro-creativity inference suite.
Model: google/gemma-3-27b-it
Dataset: alpaca-text-generation-384 (384 items)
Part of collection: ZachW/llm-creativity-benchmarks
Generation config
temperature: 0.0
max_tokens: 16384
seed: 42
backend: vllm
Columns
Column
Description
task_id
Unique task identifier
input
The exact prompt sent to the model (after… See the full description on the dataset page: https://huggingface.co/datasets/ZachW/gemma-3-27b-it_alpaca-text-generation-384.gemma-3-27b-it_bookmia-label0-5pct-raw
google/gemma-3-27b-it — bookmia-label0-5pct-raw
Model outputs from the micro-creativity inference suite.
Model: google/gemma-3-27b-it
Dataset: bookmia-label0-5pct-raw (247 items)
Part of collection: ZachW/llm-creativity-benchmarks
Generation config
temperature: 0.0
max_tokens: 16384
seed: 42
backend: vllm
Columns
Column
Description
task_id
Unique task identifier
input
The exact prompt sent to the model (after meta-prompt… See the full description on the dataset page: https://huggingface.co/datasets/ZachW/gemma-3-27b-it_bookmia-label0-5pct-raw.gemma-3-27b-it_ifeval
google/gemma-3-27b-it — ifeval
Model outputs from the micro-creativity inference suite.
Model: google/gemma-3-27b-it
Dataset: ifeval (541 items)
Part of collection: ZachW/llm-creativity-benchmarks
Generation config
temperature: 0.0
max_tokens: 16384
seed: 42
backend: vllm
Columns
Column
Description
task_id
Unique task identifier
input
The exact prompt sent to the model (after meta-prompt application)
raw_output
Full model output… See the full description on the dataset page: https://huggingface.co/datasets/ZachW/gemma-3-27b-it_ifeval.
