Compare commits
2 Commits
main
...
gpt-oss-20
| Author | SHA1 | Date | |
|---|---|---|---|
| 9cb7df2045 | |||
| efc1ca071b |
@@ -34,10 +34,6 @@
|
|||||||
"label": {
|
"label": {
|
||||||
"__dspy_field_type": "output",
|
"__dspy_field_type": "output",
|
||||||
"desc": "Which response is better: 'A>B' or 'B>A'",
|
"desc": "Which response is better: 'A>B' or 'B>A'",
|
||||||
"enum": [
|
|
||||||
"A>B",
|
|
||||||
"B>A"
|
|
||||||
],
|
|
||||||
"prefix": "Label:",
|
"prefix": "Label:",
|
||||||
"title": "Label",
|
"title": "Label",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
@@ -54,7 +50,7 @@
|
|||||||
"type": "object"
|
"type": "object"
|
||||||
},
|
},
|
||||||
"lm": {
|
"lm": {
|
||||||
"model": "huggingface/together/Qwen/Qwen3-VL-32B-Instruct",
|
"model": "huggingface/together/openai/gpt-oss-20b",
|
||||||
"model_type": "chat",
|
"model_type": "chat",
|
||||||
"cache": true,
|
"cache": true,
|
||||||
"num_retries": 3,
|
"num_retries": 3,
|
||||||
|
|||||||
@@ -29,7 +29,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"lm": {
|
"lm": {
|
||||||
"model": "huggingface/together/Qwen/Qwen3-VL-32B-Instruct",
|
"model": "huggingface/together/openai/gpt-oss-20b",
|
||||||
"model_type": "chat",
|
"model_type": "chat",
|
||||||
"cache": true,
|
"cache": true,
|
||||||
"num_retries": 3,
|
"num_retries": 3,
|
||||||
|
|||||||
Reference in New Issue
Block a user