查询微调模型
开发环境
开发环境
POST
retrieve_finetune_model
funetune model object 数据结构
参数名称 | 数据类型 | 描述,性质 |
---|---|---|
model_id | string | 微调模型ID |
created_at | int64 | 创建时间 |
object | string | 对象:finetune.model |
base_model | string | 基础模型 |
参数名称 | 数据类型 | 描述 |
---|---|---|
batch_size | int64 | 指定全局批量大小,越大意味着模型参数的更新频率越低 |
learning_rate_multiplier | double | 学习率,较小的学习率可能有助于避免过度拟合。 |
n_epochs | int64 | 模型训练过程中的整个数据集的遍历次数 |
1.3 返回(Response)参数
请求示例请求示例
Shell
JavaScript
Java
Swift
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"}'
响应示例响应示例
{}
请求参数
Query 参数
$GroupId
string
必需
Header 参数
authorization
string
必需
示例值:
$API_KEY
content-type
string
必需
示例值:
application/json
Body 参数application/json
返回响应
修改于 2024-01-04 06:06:45