| 参数名称 | 数据类型 | 描述,性质 | 
|---|---|---|
| model_id | string | 微调模型ID | 
| created_at | int64 | 创建时间 | 
| object | string | 对象:finetune.model | 
| base_model | string | 基础模型 | 
| 参数名称 | 数据类型 | 描述 | 
|---|---|---|
| batch_size | int64 | 指定全局批量大小,越大意味着模型参数的更新频率越低 | 
| learning_rate_multiplier | double | 学习率,较小的学习率可能有助于避免过度拟合。 | 
| n_epochs | int64 | 模型训练过程中的整个数据集的遍历次数 | 
curl --location --request POST 'http://dev-cn.your-api-server.comretrieve_finetune_model?$GroupId' \
--header 'authorization: $API_KEY' \
--header 'content-type: application/json' \
--data-raw '{"model_id": "abab5.5-chat-1019:63267323"}'{}