CoolFace
Datasetpublic

ZachW/gpt-oss-20b_storygen-prompts-200

openai/gpt-oss-20b — storygen-prompts-200 Model outputs from the micro-creativity inference suite. Model: openai/gpt-oss-20b 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 application)… See the full description on the dataset page: https://huggingface.co/datasets/ZachW/gpt-oss-20b_storygen-prompts-200.

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

openai/gpt-oss-20b — storygen-prompts-200

Model outputs from the micro-creativity inference suite.

Generation config

temperature: 0.0
max_tokens:  16384
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