Add model card
Browse filesThis PR improves the model card by adding a link to the paper ([HandsOnVLM: Vision-Language Models for Hand-Object Interaction Prediction](https://huggingface.co/papers/2412.13187)).
It also adds the relevant metadata such as `library_name` and `pipeline_tag`.
README.md
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: transformers
|
| 3 |
+
pipeline_tag: image-text-to-text
|
| 4 |
+
---
|
| 5 |
+
This repository contains the model weights for the paper [HandsOnVLM: Vision-Language Models for Hand-Object Interaction Prediction](https://huggingface.co/papers/2412.13187).
|
| 6 |
+
|
| 7 |
+
Code: https://github.com/Kami-code/HandsOnVLM-release
|