1 Commits

Author SHA1 Message Date
891f5988fc (no commit message) 2026-01-22 15:50:35 -08:00
2 changed files with 8 additions and 4 deletions

View File

@@ -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,

View File

@@ -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,