Compare commits
1 Commits
llama-3.3-
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 891f5988fc |
@@ -34,6 +34,10 @@
|
|||||||
"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"
|
||||||
@@ -50,7 +54,7 @@
|
|||||||
"type": "object"
|
"type": "object"
|
||||||
},
|
},
|
||||||
"lm": {
|
"lm": {
|
||||||
"model": "huggingface/together/meta-llama/Llama-3.3-70B-Instruct",
|
"model": "huggingface/together/Qwen/Qwen3-VL-32B-Instruct",
|
||||||
"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/meta-llama/Llama-3.3-70B-Instruct",
|
"model": "huggingface/together/Qwen/Qwen3-VL-32B-Instruct",
|
||||||
"model_type": "chat",
|
"model_type": "chat",
|
||||||
"cache": true,
|
"cache": true,
|
||||||
"num_retries": 3,
|
"num_retries": 3,
|
||||||
|
|||||||
Reference in New Issue
Block a user