Distill
Start Job
Starts a Query Classifier Distillation job
POST
Authorizations
Body
application/json
The base model to start the classification tuning process
Available options:
MODERNBERT_BASE
, MODERNBERT_LARGE
Examples to use in the classification tuning process
An example for training or evaluation
Classification learning rate
Example:
0.000005
Classification number of train epochs
Example:
5
Response
200
application/json
Successful Response
ClassificationStatus is the status of a classification job.
Detailed status of the job
Example:
["Downloading model", "Tuning prompt"]
The job id
Example:
"1234abcd"
Current state of the job
Available options:
QUEUED
, RUNNING
, DONE
, ERROR
, CANCELLED
A list of trained classification models.