StarCycle osanseviero HF staff commited on
Commit
4d98477
1 Parent(s): bf4d46e

Specify right model card metadata (#2)

Browse files

- Specify right model card metadata (6920ea9ac2c95a6312918fb5fbe0c8985d4d6da1)


Co-authored-by: Omar Sanseviero <[email protected]>

Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -1,9 +1,11 @@
1
  ---
2
  license: apache-2.0
 
 
3
  datasets:
4
  - liuhaotian/LLaVA-Pretrain
5
  - liuhaotian/LLaVA-Instruct-150K
6
- pipeline_tag: visual-question-answering
7
  ---
8
  ## Model
9
  llava-dinov2-internlm2-7b-v1 is a LLaVA model fine-tuned from [InternLM2-Chat-7B](https://huggingface.co/internlm/internlm2-chat-7b) and [Dinov2-large](https://huggingface.co/facebook/dinov2-large) with [LLaVA-Pretrain](liuhaotian/LLaVA-Pretrain) and [LLaVA-Instruct](https://huggingface.co/datasets/liuhaotian/LLaVA-Instruct-150K) by [XTuner](https://github.com/InternLM/xtuner). I thank the help of [Zhihao Lin](https://github.com/LZHgrla) and [pppppM](https://github.com/pppppM) from the Xtuner team. I also thank the Huggingface transformers team for approving [my pull request](https://github.com/huggingface/transformers/pull/28504) so training Dinov2 in bf16 becomes possible.
 
1
  ---
2
  license: apache-2.0
3
+ tags:
4
+ - llava
5
  datasets:
6
  - liuhaotian/LLaVA-Pretrain
7
  - liuhaotian/LLaVA-Instruct-150K
8
+ pipeline_tag: image-text-to-text
9
  ---
10
  ## Model
11
  llava-dinov2-internlm2-7b-v1 is a LLaVA model fine-tuned from [InternLM2-Chat-7B](https://huggingface.co/internlm/internlm2-chat-7b) and [Dinov2-large](https://huggingface.co/facebook/dinov2-large) with [LLaVA-Pretrain](liuhaotian/LLaVA-Pretrain) and [LLaVA-Instruct](https://huggingface.co/datasets/liuhaotian/LLaVA-Instruct-150K) by [XTuner](https://github.com/InternLM/xtuner). I thank the help of [Zhihao Lin](https://github.com/LZHgrla) and [pppppM](https://github.com/pppppM) from the Xtuner team. I also thank the Huggingface transformers team for approving [my pull request](https://github.com/huggingface/transformers/pull/28504) so training Dinov2 in bf16 becomes possible.