AI model
Start training a gr00t model
Start training a gr00t model on the specified dataset. This will upload a trained model to the Hugging Face Hub using the main branch of the specified dataset.
POST
Body
application/json
Pydantic model for training request validation
Dataset repository ID
Name of the model to be trained
Batch size for training, default and max is 64
Required range:
0 < x <= 80
Number of epochs to train for, default is 20
Required range:
0 < x <= 50
Learning rate for training, default is 0.0002
Required range:
0 < x <= 1
Was this page helpful?