TrainingJobDetail
Training Job Object
The unique identifier for the training job
tr-12345The name of the training job
training-1Training technique that has been used for this training job
Possible values: [SFT, GRPO]
SFTPossible values: [text-generation, classification, embedding, regression]
Base model option used for training
Possible values: [pre-trained, fine-tuned]
pre-trainedThe base model used for training
Llama-3.2-1B-Instruct(base_model_option == "fine-tuned") Fine-tuned model that is used as a base model for the training job
training-job-1(base_model_option == "fine-tuned") Check point that is used as a base model for the training job
5["test_similarity_shared"]reward object
(GRPO) Reward weight map
0.20.8The current status of the training job
Possible values: [Pending, Running, Testing, Success, Failed, TimedOut, Cancelled]
RunningThe current progress of the training job
75train_dataset object
Dataset Summary Object
The unique identifier for the dataset
ds-12345The name of the dataset
my_datasetThe UNIX timestamp when the dataset was created
1633036800truetest_dataset object
Dataset Summary Object
The unique identifier for the dataset
ds-12345The name of the dataset
my_datasetThe UNIX timestamp when the dataset was created
1633036800truetraining_loss object[]
16330368000.1234hyper_parameters object
property name* object
- MOD1
- MOD2
- MOD3
- MOD4
The user ID who created the training job
user-12345The timestamp when the TrainingJob was created
1633036800The timestamp when the TrainingJob was last updated
1633036800{
"id": "tr-12345",
"name": "training-1",
"training_technique": "SFT",
"task_type": "text-generation",
"base_model_option": "pre-trained",
"base_model": "Llama-3.2-1B-Instruct",
"base_fine_tuned_model": "training-job-1",
"base_fine_tuned_model_checkpoint": 5,
"test_functions": [
"test_similarity_shared"
],
"reward": {
"test_function_1": 0.2,
"test_function_2": 0.8
},
"status": "Running",
"progress": 75,
"train_dataset": {
"id": "ds-12345",
"name": "my_dataset",
"created_at": 1633036800,
"is_uploaded": true
},
"test_dataset": {
"id": "ds-12345",
"name": "my_dataset",
"created_at": 1633036800,
"is_uploaded": true
},
"training_loss": [
{
"timestamp": 1633036800,
"loss": 0.1234
}
],
"hyper_parameters": {},
"created_by": "user-12345",
"created_at": 1633036800,
"updated_at": 1633036800
}