mirror of
https://github.com/trycua/computer.git
synced 2026-01-06 05:20:02 -06:00
Add note about split format to docs
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user