Add model card, link to paper and code
Browse filesThis PR adds a model card by linking it to the paper [Beyond Sight: Finetuning Generalist Robot Policies with Heterogeneous Sensors via Language Grounding](https://huggingface.co/papers/2501.04693)
It also adds the `pipeline_tag` of `image-text-to-text`, ensuring people can find your model at https://huggingface.co/models?pipeline_tag=image-text-to-text.
It also adds a link to the Github repository and the project page.
README.md
CHANGED
@@ -1,3 +1,11 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
library_name: transformers
|
4 |
+
pipeline_tag: image-text-to-text
|
5 |
+
---
|
6 |
+
|
7 |
+
This repository contains the model described in [Beyond Sight: Finetuning Generalist Robot Policies with Heterogeneous Sensors via Language Grounding](https://huggingface.co/papers/2501.04693).
|
8 |
+
|
9 |
+
Project page: https://fuse-model.github.io/
|
10 |
+
|
11 |
+
Code: The code is available in the [official Github repository](https://github.com/amazon-science/PAE).
|