Update README.md
Browse files
README.md
CHANGED
@@ -1,9 +1,24 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
|
4 |
-
|
|
|
|
|
5 |
---
|
6 |
|
7 |
-
|
8 |
-
|
9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
library_name: transformers
|
3 |
+
license: mit
|
4 |
+
datasets:
|
5 |
+
- array/SAT
|
6 |
+
- wentao-yuan/robopoint-data
|
7 |
---
|
8 |
|
9 |
+
# Model Card for Model ID
|
10 |
+
|
11 |
+
Please check https://github.com/arijitray1993/SAT on how to run inference with this model.
|
12 |
+
|
13 |
+
If you use the model, please cite:
|
14 |
+
```
|
15 |
+
@misc{ray2024satspatialaptitudetraining,
|
16 |
+
title={SAT: Spatial Aptitude Training for Multimodal Language Models},
|
17 |
+
author={Arijit Ray and Jiafei Duan and Reuben Tan and Dina Bashkirova and Rose Hendrix and Kiana Ehsani and Aniruddha Kembhavi and Bryan A. Plummer and Ranjay Krishna and Kuo-Hao Zeng and Kate Saenko},
|
18 |
+
year={2024},
|
19 |
+
eprint={2412.07755},
|
20 |
+
archivePrefix={arXiv},
|
21 |
+
primaryClass={cs.CV},
|
22 |
+
url={https://arxiv.org/abs/2412.07755},
|
23 |
+
}
|
24 |
+
```
|