Updated question_id in README.md
Browse files
README.md
CHANGED
|
@@ -219,7 +219,7 @@ This repository contains scripts to run the benchmark evaluation directly:
|
|
| 219 |
**Run specific questions:**
|
| 220 |
```bash
|
| 221 |
# Run specific question IDs
|
| 222 |
-
python src/benchmark_runner.py --config configs/benchmark_config.yaml --model "google/gemini-2.5-pro-preview-03-25" --question_ids "
|
| 223 |
```
|
| 224 |
|
| 225 |
**Custom output directory:**
|
|
|
|
| 219 |
**Run specific questions:**
|
| 220 |
```bash
|
| 221 |
# Run specific question IDs
|
| 222 |
+
python src/benchmark_runner.py --config configs/benchmark_config.yaml --model "google/gemini-2.5-pro-preview-03-25" --question_ids "N24T3001,N24T3002,JA24P1M01"
|
| 223 |
```
|
| 224 |
|
| 225 |
**Custom output directory:**
|