Srushti Hirve commited on
Commit
fdd9f7b
·
1 Parent(s): bacfe1f

Add README for dataset card visibility

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # VisionReasoner UI Dataset
2
+
3
+ This dataset contains user interface (UI) images along with associated annotation prompts and solutions for fine-tuning the VisionReasoner model.
4
+
5
+ ## Structure
6
+
7
+ - `images/`: Folder containing UI images (.webp).
8
+ - `visionreasoner_dataset.parquet`: A `.parquet` file with metadata like problem descriptions, image paths, and solutions.
9
+ - `demo.py`: Hugging Face dataset loading script.
10
+
11
+ ## Preview
12
+
13
+ Use `datasets.load_dataset("shirve13/Demo", trust_remote_code=True)` to load this dataset.