anonymitaet commited on
Commit
fd81fc7
β€’
1 Parent(s): bcc56bc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -1
README.md CHANGED
@@ -8,7 +8,7 @@ pinned: false
8
  ---
9
 
10
  <div align="center">
11
- <img src="https://cdn-uploads.huggingface.co/production/uploads/656d9adce8bf55919aca7c3f/j4NWHo9opdcv3jV69T91k.png" style="width: 65%">
12
  </div>
13
 
14
  <p align="center">
@@ -17,6 +17,38 @@ pinned: false
17
  <a href="https://arxiv.org/abs/2403.04652">πŸ“ Paper</a>
18
  </p>
19
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  Welcome to Yi! 😘
21
 
22
  Yi model family is a series of language and multimodal models. It is based on 6B and 34B pretrained language models, then extended to **chat** models, 200K **long context** models, depth-upscaled models (9B), and **vision**-language models.
 
8
  ---
9
 
10
  <div align="center">
11
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/656d9adce8bf55919aca7c3f/xcy1rwFGbrVZ1N68LQcEI.gif" style="width: 65%">
12
  </div>
13
 
14
  <p align="center">
 
17
  <a href="https://arxiv.org/abs/2403.04652">πŸ“ Paper</a>
18
  </p>
19
 
20
+ <div class="grid lg:grid-cols-3 gap-x-4 gap-y-7">
21
+ <a href="https://spacy.io/" class="block overflow-hidden group">
22
+ <div
23
+ class="w-full h-40 object-cover mb-2 rounded-lg flex items-center justify-center bg-[#FFFFFF]"
24
+ >
25
+ <img alt="" src="https://cdn-uploads.huggingface.co/production/uploads/656d9adce8bf55919aca7c3f/734bbBCzdVQa4WTCLvEQG.gif" class="w-40" />
26
+ </div>
27
+ <div align="center" class="underline">Yi-6B/9B/34B</div>
28
+ </a>
29
+ <a
30
+ href="https://github.com/explosion/spacy-huggingface-hub"
31
+ class="block overflow-hidden"
32
+ >
33
+ <div class="flex items-center h-40 bg-[#FFFFFF] rounded-lg px-4 mb-2">
34
+ <img alt="" src="https://cdn-uploads.huggingface.co/production/uploads/656d9adce8bf55919aca7c3f/JuiI5Zun1XD5BuHCK0L1I.gif" class="w-40" />
35
+ </pre>
36
+ </div>
37
+ <div align="center" class="underline">Yi-6B/9B/34B Chat</div>
38
+ </a>
39
+ <a
40
+ href="https://huggingface.co/models?filter=spacy"
41
+ class="block overflow-hidden group"
42
+ >
43
+ <div class="flex items-center h-40 bg-[#FFFFFF] rounded-lg px-4 mb-2">
44
+ <img alt="" src="https://cdn-uploads.huggingface.co/production/uploads/656d9adce8bf55919aca7c3f/7D6SjExHLIO1cH0tmQyxh.gif" class="w-40" />
45
+ </div>
46
+ <div align="center" class="underline">Yi-VL</div>
47
+ </a>
48
+ <div class="lg:col-span-3">
49
+ <p class="mb-4">
50
+ </p>
51
+
52
  Welcome to Yi! 😘
53
 
54
  Yi model family is a series of language and multimodal models. It is based on 6B and 34B pretrained language models, then extended to **chat** models, 200K **long context** models, depth-upscaled models (9B), and **vision**-language models.