nielsr HF staff commited on
Commit
5f839a5
·
verified ·
1 Parent(s): 485391a

Add model card and metadata

Browse files

This PR adds a model card, ensuring people can find your model at https://huggingface.co/models?pipeline_tag=image-text-to-text&sort=trending. It also
links the model to https://huggingface.co/papers/2412.13187 and adds a link to the Github repository.

Files changed (1) hide show
  1. README.md +8 -0
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