diff --git a/config.json b/config.json index 63fe6fc..0e72b46 100644 --- a/config.json +++ b/config.json @@ -34,10 +34,6 @@ "label": { "__dspy_field_type": "output", "desc": "Which response is better: 'A>B' or 'B>A'", - "enum": [ - "A>B", - "B>A" - ], "prefix": "Label:", "title": "Label", "type": "string" diff --git a/probe.json b/probe.json new file mode 100644 index 0000000..1a3019b --- /dev/null +++ b/probe.json @@ -0,0 +1 @@ +{"probe_version":"v1","embedding_dim":5120,"dropout":0.0,"layer_index":16,"num_layers":65,"probe_type":"linear"} \ No newline at end of file diff --git a/probe.safetensors b/probe.safetensors new file mode 100644 index 0000000..fa1d649 Binary files /dev/null and b/probe.safetensors differ