holgerson commited on
Commit
07aa0c9
·
verified ·
1 Parent(s): 98ce937

Document SPARC VQA prompting and model mixtures

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -32,6 +32,20 @@ SPARC VQA is the generated spatial VQA training dataset used in the SPARC Qwen3.
32
 
33
  See [irl-kit/SPARC-VQA-Mixture](https://huggingface.co/datasets/irl-kit/SPARC-VQA-Mixture) for the reproducible mixture manifest. The released models are [Qwen3.5-4B](https://huggingface.co/irl-kit/SPARC-Qwen3.5-4B), [Qwen3.5-0.8B-VTFT](https://huggingface.co/irl-kit/SPARC-Qwen3.5-0.8B-VTFT), and [Qwen3.5-9B-EO](https://huggingface.co/irl-kit/SPARC-Qwen3.5-9B-EO).
34
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
35
  ## Citation
36
 
37
  ```bibtex
 
32
 
33
  See [irl-kit/SPARC-VQA-Mixture](https://huggingface.co/datasets/irl-kit/SPARC-VQA-Mixture) for the reproducible mixture manifest. The released models are [Qwen3.5-4B](https://huggingface.co/irl-kit/SPARC-Qwen3.5-4B), [Qwen3.5-0.8B-VTFT](https://huggingface.co/irl-kit/SPARC-Qwen3.5-0.8B-VTFT), and [Qwen3.5-9B-EO](https://huggingface.co/irl-kit/SPARC-Qwen3.5-9B-EO).
34
 
35
+ ## Prompting compatibility
36
+
37
+ The released models are sensitive to output formatting. Use each model's bundled chat template with a single user turn containing the image followed by the question. For point prediction, use this suffix:
38
+
39
+ ```text
40
+ Output the point coordinates in JSON format like [{"point_2d": [x, y], "label": "target"}]. Use integer coordinates between 0 and 1000.
41
+ ```
42
+
43
+ For trajectories or multiple points, use this suffix:
44
+
45
+ ```text
46
+ Return only a JSON list like [{"point_2d": [x1, y1], "label": "point_1"}, {"point_2d": [x2, y2], "label": "point_2"}, ...]. Use integer coordinates between 0 and 1000.
47
+ ```
48
+
49
  ## Citation
50
 
51
  ```bibtex