diff --git a/README.md b/README.md deleted file mode 100644 index 066dde2..0000000 --- a/README.md +++ /dev/null @@ -1,2 +0,0 @@ -# probe-test-repo - 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 0000000..bf08679 Binary files /dev/null and b/probe.safetensors differ 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