Add note about split format to docs

This commit is contained in:
James Murdza
2025-09-12 21:39:40 -04:00
parent c58ff55969
commit d41fd91d9a

View File

@@ -78,7 +78,7 @@ results = await run_full_dataset(
- `max_steps` (`int`): Default: `50`
Safety cap on steps per task to prevent infinite loops.
- `split` (`str`): Default: `"train"`
Dataset split or subset (e.g., `"train[:10]"`).
Dataset split or subset to run. Uses the [Hugging Face split format](https://huggingface.co/docs/datasets/v1.11.0/splits.html), e.g., `"train[:10]"` for the first 10 tasks.
## Additional Parameters