yuanzhoulvpi commited on
Commit
4514bcd
·
verified ·
1 Parent(s): 5070a27

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -5,6 +5,18 @@ language:
5
  - en
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模型
 
5
  - en
6
  pipeline_tag: image-text-to-text
7
  ---
8
+ ## cite this model
9
+
10
+ ```bash
11
+ @misc {yuanz_2024,
12
+ author = { {yuanz} },
13
+ title = { llava_qwen15-4b-chat_openai-clip-vit-large-patch14-336 (Revision 5070a27) },
14
+ year = 2024,
15
+ url = { https://huggingface.co/yuanzhoulvpi/llava_qwen15-4b-chat_openai-clip-vit-large-patch14-336 },
16
+ doi = { 10.57967/hf/3146 },
17
+ publisher = { Hugging Face }
18
+ }
19
+ ```
20
 
21
  # 从0到1训练一个定制版的llava模型
22
  1. 基于openai/clip-vit-large-patch14-336 和Qwen1.5-4B-Chat模型,构建一个llava模型