{ "base_model": "<string>", "completed_at": "2023-11-07T05:31:56Z", "dataset": { "answer_column": "<string>", "id": "<string>", "prompt_column": "<string>" }, "hyperparameters": { "batch_size": 123, "best_checkpoints": true, "evaluation_epochs": 123, "learning_rate": 123, "lora": { "alpha": 123, "dropout": 123, "enabled": true, "r": 123, "trainable_modules": [ "<string>" ] }, "n_epochs": 123, "warmup_epochs": 123, "weight_decay": 123 }, "id": "<string>", "name": "<string>", "started_at": "2023-11-07T05:31:56Z", "status": "queued" }
Retrieves the fine-tuning job with the given ID.
Bearer HTTP authentication. Allowed headers -- Authorization: Bearer <access_token>
Successful response.
The is an object representing a fine-tuning job.