Add model card and metadata (#1)
Browse files- Add model card and metadata (5f839a5a78295caea25c45a940ee06cd9dea7a00)
Co-authored-by: Niels Rogge <[email protected]>
README.md
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: transformers
|
| 3 |
+
pipeline_tag: image-text-to-text
|
| 4 |
+
---
|
| 5 |
+
This repository contains the HandsOnVLM model presented in the paper [HandsOnVLM: Vision-Language Models for Hand-Object Interaction Prediction](https://huggingface.co/papers/2412.13187).
|
| 6 |
+
|
| 7 |
+
Project page: https://www.chenbao.tech/handsonvlm/
|
| 8 |
+
Code: https://github.com/Kami-code/HandsOnVLM-release
|