(no commit message)
This commit is contained in:
@@ -37,7 +37,8 @@
|
|||||||
},
|
},
|
||||||
"prefix": "Intent Labels:",
|
"prefix": "Intent Labels:",
|
||||||
"title": "Intent Labels",
|
"title": "Intent Labels",
|
||||||
"type": "array"
|
"type": "array",
|
||||||
|
"uniqueItems": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"lm": {
|
"lm": {
|
||||||
"model": "huggingface/Qwen/Qwen3.5-4B",
|
"model": "openai/gpt-5-mini",
|
||||||
"model_type": "chat",
|
"model_type": "chat",
|
||||||
"cache": true,
|
"cache": true,
|
||||||
"num_retries": 3,
|
"num_retries": 3,
|
||||||
@@ -28,7 +28,7 @@
|
|||||||
"launch_kwargs": {},
|
"launch_kwargs": {},
|
||||||
"train_kwargs": {},
|
"train_kwargs": {},
|
||||||
"temperature": null,
|
"temperature": null,
|
||||||
"max_tokens": null
|
"max_completion_tokens": null
|
||||||
},
|
},
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"dependency_versions": {
|
"dependency_versions": {
|
||||||
|
|||||||
Reference in New Issue
Block a user