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 type of task for which the model is being fine-tuned
Available options:
classification
, extraction
, generation
The base model to be fine-tuned, e.g., BERT
Hyperparameters to be used for fine-tuning the model
Response
200
application/json
Fine-tuning job initiated successfully
The unique identifier of the fine-tuning job