yuanzhoulvpi commited on
Commit
dd1974b
·
verified ·
1 Parent(s): caa1c8f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -6,6 +6,20 @@ language:
6
  pipeline_tag: image-text-to-text
7
  ---
8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  # 从0到1训练一个定制版的llava模型
10
  1. 基于openai/clip-vit-large-patch14-336 和Qwen1.5-4B-Chat模型,构建一个llava模型
11
  2. 使用数据`https://huggingface.co/datasets/CaptionEmporium/TextOCR-GPT4o` 、`https://huggingface.co/datasets/liuhaotian/LLaVA-CC3M-Pretrain-595K` 、`https://huggingface.co/datasets/OpenGVLab/ShareGPT-4o`
 
6
  pipeline_tag: image-text-to-text
7
  ---
8
 
9
+ ## cite this model
10
+
11
+ ```bash
12
+
13
+ @misc {yuanz_2024,
14
+ author = { {yuanz} },
15
+ title = { llava_qwen15-4b-chat_openai-clip-vit-large-patch14-336-V2 (Revision caa1c8f) },
16
+ year = 2024,
17
+ url = { https://huggingface.co/yuanzhoulvpi/llava_qwen15-4b-chat_openai-clip-vit-large-patch14-336-V2 },
18
+ doi = { 10.57967/hf/3147 },
19
+ publisher = { Hugging Face }
20
+ }
21
+ ```
22
+
23
  # 从0到1训练一个定制版的llava模型
24
  1. 基于openai/clip-vit-large-patch14-336 和Qwen1.5-4B-Chat模型,构建一个llava模型
25
  2. 使用数据`https://huggingface.co/datasets/CaptionEmporium/TextOCR-GPT4o` 、`https://huggingface.co/datasets/liuhaotian/LLaVA-CC3M-Pretrain-595K` 、`https://huggingface.co/datasets/OpenGVLab/ShareGPT-4o`