LZHgrla commited on
Commit
ef2ee07
1 Parent(s): 29451c2

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - Lin-Chen/ShareGPT4V
4
+ pipeline_tag: image-text-to-text
5
+ library_name: xtuner
6
+ ---
7
+
8
+ <div align="center">
9
+ <img src="https://github.com/InternLM/lmdeploy/assets/36994684/0cf8d00f-e86b-40ba-9b54-dc8f1bc6c8d8" width="600"/>
10
+
11
+
12
+ [![Generic badge](https://img.shields.io/badge/GitHub-%20XTuner-black.svg)](https://github.com/InternLM/xtuner)
13
+
14
+
15
+ </div>
16
+
17
+ ## Model
18
+
19
+ llava-phi-3-mini is a LLaVA model fine-tuned from [microsoft/Phi-3-mini-4k-instruct](https://huggingface.co/microsoft/Phi-3-mini-4k-instruct) and [CLIP-ViT-Large-patch14-336](https://huggingface.co/openai/clip-vit-large-patch14-336) with [ShareGPT4V-PT](https://huggingface.co/datasets/Lin-Chen/ShareGPT4V) and [InternVL-SFT](https://github.com/OpenGVLab/InternVL/tree/main/internvl_chat#prepare-training-datasets) by [XTuner](https://github.com/InternLM/xtuner).
20
+
21
+ **Note: This model is in .pth format.**
22
+
23
+
24
+ ## Citation
25
+
26
+ ```bibtex
27
+ @misc{2023xtuner,
28
+ title={XTuner: A Toolkit for Efficiently Fine-tuning LLM},
29
+ author={XTuner Contributors},
30
+ howpublished = {\url{https://github.com/InternLM/xtuner}},
31
+ year={2023}
32
+ }
33
+ ```