LZHgrla commited on
Commit
2b2877f
1 Parent(s): 19300e7

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - liuhaotian/LLaVA-Pretrain
4
+ pipeline_tag: visual-question-answering
5
+ ---
6
+
7
+ <div align="center">
8
+ <img src="https://github.com/InternLM/lmdeploy/assets/36994684/0cf8d00f-e86b-40ba-9b54-dc8f1bc6c8d8" width="600"/>
9
+
10
+
11
+ [![Generic badge](https://img.shields.io/badge/GitHub-%20XTuner-black.svg)](https://github.com/InternLM/xtuner)
12
+
13
+
14
+ </div>
15
+
16
+ ## Model
17
+
18
+ llava-internlm-7b-pretrain is a LLaVA projector pretrained with [InternLM-Chat-7B](https://huggingface.co/internlm/internlm-chat-7b) and [CLIP-ViT-Large-patch14-336](https://huggingface.co/openai/clip-vit-large-patch14-336) on [LLaVA-Pretrain](https://huggingface.co/datasets/liuhaotian/LLaVA-Pretrain) dataset by [XTuner](https://github.com/InternLM/xtuner).
19
+ The fine-tuned LLaVA model can be found on [xtuner/llava-internlm-7b](https://huggingface.co/xtuner/llava-internlm-7b).
20
+
21
+ ## Citation
22
+
23
+ ```bibtex
24
+ @misc{2023xtuner,
25
+ title={XTuner: A Toolkit for Efficiently Fine-tuning LLM},
26
+ author={XTuner Contributors},
27
+ howpublished = {\url{https://github.com/InternLM/xtuner}},
28
+ year={2023}
29
+ }
30
+ ```