Transformers
Safetensors
array commited on
Commit
05a3d35
·
verified ·
1 Parent(s): 01600f0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -6
README.md CHANGED
@@ -1,9 +1,24 @@
1
  ---
2
- tags:
3
- - model_hub_mixin
4
- - pytorch_model_hub_mixin
 
 
5
  ---
6
 
7
- This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
8
- - Library: [More Information Needed]
9
- - Docs: [More Information Needed]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ```