nielsr HF staff commited on
Commit
beda8b4
1 Parent(s): 46a8a38

Add model card

Browse files

This PR adds a model card, links the model to https://huggingface.co/papers/2312.02949.

Cheers!

Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -1,3 +1,8 @@
1
  ---
2
  license: cc-by-nc-4.0
 
3
  ---
 
 
 
 
 
1
  ---
2
  license: cc-by-nc-4.0
3
+ pipeline_tag: image-text-to-text
4
  ---
5
+
6
+ This repository contains the weights of the paper [LLaVA-Grounding: Grounded Visual Chat with Large Multimodal Models](https://huggingface.co/papers/2312.02949).
7
+
8
+ See the Github repository regarding usage: https://github.com/UX-Decoder/LLaVA-Grounding.