Tuwhy commited on
Commit
e6c29fd
·
verified ·
1 Parent(s): aabd543

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -23,7 +23,7 @@ This is the weight repository for Octopus-8B.
23
  ## Model Performance
24
 
25
 
26
- ![](https://qianwen-res.oss-accelerate.aliyuncs.com/Qwen3-VL/qwen3vl_4b_8b_vl_instruct.jpg)
27
 
28
 
29
  ## Quickstart
@@ -67,7 +67,7 @@ def main():
67
 
68
  # Single case
69
  prompt = "The accuracy gap between the Octopus-8B and the Qwen3-8B-VL-Thinking model is?"
70
- image_path = "./assets/head.png"
71
 
72
  sampling_params = SamplingParams(
73
  temperature=1.0,
@@ -150,7 +150,7 @@ messages = [
150
  "content": [
151
  {
152
  "type": "image",
153
- "image": "./assets/head.png",
154
  },
155
  {"type": "text", "text": "The accuracy gap between the Octopus-8B and the Qwen3-8B-VL-Thinking model is?" + prompt_suffix},
156
  ],
 
23
  ## Model Performance
24
 
25
 
26
+ ![](head.png)
27
 
28
 
29
  ## Quickstart
 
67
 
68
  # Single case
69
  prompt = "The accuracy gap between the Octopus-8B and the Qwen3-8B-VL-Thinking model is?"
70
+ image_path = "./head.png"
71
 
72
  sampling_params = SamplingParams(
73
  temperature=1.0,
 
150
  "content": [
151
  {
152
  "type": "image",
153
+ "image": "./head.png",
154
  },
155
  {"type": "text", "text": "The accuracy gap between the Octopus-8B and the Qwen3-8B-VL-Thinking model is?" + prompt_suffix},
156
  ],