Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion benchmark/plots.md

This file was deleted.

266 changes: 0 additions & 266 deletions benchmark/tables.md

This file was deleted.

24 changes: 0 additions & 24 deletions data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,6 @@ A simple implementation of data generation of [Improve Mathematical Reasoning in

## Generating data

Edit the `config.yaml` file to set the model and other parameters. Input json file should be a list of problems and answers with key `problem` and `final_answer`.

```yaml
input:
json_file_path: 'extracted_problems_and_answers.json'

output:
file_prefix: 'math'
log_file_path: 'processing_log.log'

processing:
initial_rollouts: 20
num_rollouts: 20
max_iterations: 100

model:
# supported model_types: "hf", "openai", "anthropic"
model_type: "hf"
model_name: "Qwen/Qwen2.5-Math-7B-Instruct"
model_args:
max_tokens: 200
temperature_range: [0.7, 1.0]
```

```bash
python gen_data.py
```
Expand Down
19 changes: 0 additions & 19 deletions data/config.yaml

This file was deleted.

Loading