wei2912 commited on
Commit
995ae46
·
verified ·
1 Parent(s): c1db479

docs(README): fix image width

Browse files
Files changed (1) hide show
  1. README.md +7 -2
README.md CHANGED
@@ -45,9 +45,14 @@ configs:
45
 
46
  [SPHERE (Spatial Perception and Hierarchical Evaluation of REasoning)](https://arxiv.org/pdf/2412.12693) is a benchmark for assessing spatial reasoning in vision-language models. It introduces a hierarchical evaluation framework with a human-annotated dataset, testing models on tasks ranging from basic spatial understanding to complex multi-skill reasoning. SPHERE poses significant challenges for both state-of-the-art open-source and proprietary models, revealing critical gaps in spatial cognition.
47
 
48
- ![SPHERE results summary](https://cdn-uploads.huggingface.co/production/uploads/66178f9809f891c11c213a68/uavJU8X_fnd4m6wUYahLR.png)
 
 
 
 
 
 
49
 
50
- ![SPHERE dataset examples](https://cdn-uploads.huggingface.co/production/uploads/66178f9809f891c11c213a68/g0___KuwnEJ37i6-W96Ru.png)
51
 
52
  ## Dataset Usage
53
 
 
45
 
46
  [SPHERE (Spatial Perception and Hierarchical Evaluation of REasoning)](https://arxiv.org/pdf/2412.12693) is a benchmark for assessing spatial reasoning in vision-language models. It introduces a hierarchical evaluation framework with a human-annotated dataset, testing models on tasks ranging from basic spatial understanding to complex multi-skill reasoning. SPHERE poses significant challenges for both state-of-the-art open-source and proprietary models, revealing critical gaps in spatial cognition.
47
 
48
+ <p align="center">
49
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/66178f9809f891c11c213a68/uavJU8X_fnd4m6wUYahLR.png" alt="SPHERE results summary" width="500"/>
50
+ </p>
51
+
52
+ <p align="center">
53
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/66178f9809f891c11c213a68/g0___KuwnEJ37i6-W96Ru.png" alt="SPHERE dataset examples" width="400"/>
54
+ </p>
55
 
 
56
 
57
  ## Dataset Usage
58