Finetune & Inference endpoints
Train model
This endpoint allows you to fine-tune a model within a specified project.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The unique identifier of the project
Body
application/json
The base model to be fine-tuned, e.g., BERT
The type of task for which the model is being fine-tuned
Available options:
classification
, extraction
, generation
Hyperparameters to be used for fine-tuning the model
Response
200 - application/json
The unique identifier of the fine-tuning job