From 746c3ea915b51fe76200e462e3ebb00160dce6e3 Mon Sep 17 00:00:00 2001 From: tytodd Date: Sun, 19 Apr 2026 20:57:09 -0700 Subject: [PATCH] (no commit message) --- README.md | 7 ++++++- config.json | 28 ++++++++++++++++++++++++++++ probe.json | 1 + probe.safetensors | Bin 0 -> 3220 bytes program.json | 26 ++++++++++++++++++++++++++ 5 files changed, 61 insertions(+), 1 deletion(-) create mode 100644 config.json create mode 100644 probe.json create mode 100644 probe.safetensors create mode 100644 program.json diff --git a/README.md b/README.md index 066dde2..6f81863 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ -# probe-test-repo +--- +is_arbiter: true +probe_model: modaic/qwen3-32b-probe +size: medium +--- +# probe-test-repo \ No newline at end of file diff --git a/config.json b/config.json new file mode 100644 index 0000000..0e394ce --- /dev/null +++ b/config.json @@ -0,0 +1,28 @@ +{ + "model": null, + "signature": { + "description": "Summarize the given text into a concise summary.", + "properties": { + "text": { + "__dspy_field_type": "input", + "desc": "The text to summarize", + "prefix": "Text:", + "title": "Text", + "type": "string" + }, + "summary": { + "__dspy_field_type": "output", + "desc": "A concise summary of the text", + "prefix": "Summary:", + "title": "Summary", + "type": "string" + } + }, + "required": [ + "text", + "summary" + ], + "title": "SummarizeSignature", + "type": "object" + } +} \ No newline at end of file diff --git a/probe.json b/probe.json new file mode 100644 index 0000000..e990361 --- /dev/null +++ b/probe.json @@ -0,0 +1 @@ +{"probe_version":"v1","embedding_dim":768,"model_path":"Qwen/Qwen3-VL-32B-Instruct","dropout":0.1,"layer_index":-1,"num_layers":null,"probe_type":"linear"} \ No newline at end of file diff --git a/probe.safetensors b/probe.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..18e6f09d85e7ae284aaa2f7b97ef59503fae5432 GIT binary patch literal 3220 zcmeBRfPiYHoXot`#3H?<%*0|Pt7@f`lFEWqB`YO2VZ2$lO literal 0 HcmV?d00001 diff --git a/program.json b/program.json new file mode 100644 index 0000000..a4a671c --- /dev/null +++ b/program.json @@ -0,0 +1,26 @@ +{ + "traces": [], + "train": [], + "demos": [], + "signature": { + "instructions": "Summarize the given text into a concise summary.", + "fields": [ + { + "prefix": "Text:", + "description": "The text to summarize" + }, + { + "prefix": "Summary:", + "description": "A concise summary of the text" + } + ] + }, + "lm": null, + "metadata": { + "dependency_versions": { + "python": "3.11", + "dspy": "3.1.2", + "cloudpickle": "3.1" + } + } +} \ No newline at end of file