ZachW/olmo-3-7b-instruct_aime-all
收藏Hugging Face2026-04-27 更新2026-05-03 收录
下载链接:
https://hf-mirror.com/datasets/ZachW/olmo-3-7b-instruct_aime-all
下载链接
链接失效反馈官方服务:
资源简介:
---
license: cc-by-4.0
task_categories:
- text-generation
language:
- en
tags:
- llm-outputs
- creativity
- micro-creativity
pretty_name: "allenai/OLMo-3-7B-Instruct on aime-all"
dataset_info:
num_rows: 933
---
# allenai/OLMo-3-7B-Instruct — aime-all
Model outputs from the **micro-creativity** inference suite.
- **Model**: `allenai/OLMo-3-7B-Instruct`
- **Dataset**: `aime-all` (933 items)
- **Part of collection**: [ZachW/llm-creativity-benchmarks](https://huggingface.co/collections/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 model output string |
| `thinking_content` | Extracted chain-of-thought / thinking block (null for non-thinking models) |
| `final_answer` | Extracted final answer after thinking is removed |
| `finish_reason` | `stop` (completed) or `length` (truncated at max_tokens) |
| `prompt_tokens` | Number of tokens in the prompt |
| `completion_tokens` | Number of tokens generated |
| `temperature` | Sampling temperature used |
| `max_tokens` | Token generation limit |
提供机构:
ZachW



