CoolFace
Datasetpublic

ZachW/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… See the full description on the dataset page: https://huggingface.co/datasets/ZachW/gemma-3-27b-it_creativemath-with-answers.

sourceHugging Facecc-by-4.0updated 5mo agoView on Hugging Face
0likes13downloads
Dataset Card

google/gemma-3-27b-it — creativemath-with-answers

Model outputs from the micro-creativity inference suite.

Generation config

temperature: 0.0
max_tokens:  32768
seed:        42
backend:     vllm

Columns

ColumnDescription
task_idUnique task identifier
inputThe exact prompt sent to the model (after meta-prompt application)
raw_outputFull model output string
thinking_contentExtracted chain-of-thought / thinking block (null for non-thinking models)
final_answerExtracted final answer after thinking is removed
finish_reasonstop (completed) or length (truncated at max_tokens)
prompt_tokensNumber of tokens in the prompt
completion_tokensNumber of tokens generated
temperatureSampling temperature used
max_tokensToken generation limit