smrstep commited on
Commit
510a014
·
verified ·
1 Parent(s): f0b8a78

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +44 -0
README.md CHANGED
@@ -8,3 +8,47 @@ pinned: false
8
  ---
9
 
10
  Edit this `README.md` markdown file to author your organization card.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  ---
9
 
10
  Edit this `README.md` markdown file to author your organization card.
11
+ <div class="grid lg:grid-cols-3 gap-x-4 gap-y-7">
12
+ <p class="lg:col-span-3">
13
+ Welcome to CARROT-LLM-Routing! For a given desired trade off between performance and cost,
14
+ CARROT makes it easy to pick the best model among a set of 13 LLMs for any query.
15
+ </p>
16
+ <a href="https://arxiv.org/" class="block overflow-hidden group">
17
+ <div
18
+ class="w-full h-40 object-cover mb-2 rounded-lg flex items-center justify-center bg-[#ECFAFF]"
19
+ >
20
+ <img alt="" src="/front/assets/promo/spacy_logo.png" class="w-40" />
21
+ </div>
22
+ <div class="underline">Read the paper</div>
23
+ </a>
24
+ <a
25
+ href="https://github.com/explosion/spacy-huggingface-hub"
26
+ class="block overflow-hidden"
27
+ >
28
+ <div class="flex items-center h-40 bg-[#ECFAFF] rounded-lg px-4 mb-2">
29
+ <pre
30
+ class="break-words leading-1 whitespace-pre-line text-xs text-gray-800">
31
+ python -m spacy huggingface-hub push [whl_path] [--org] [--msg] [--local-repo] [--verbose]
32
+ </pre>
33
+ </div>
34
+ <div class="underline">Upload packages on the hub</div>
35
+ </a>
36
+ <a
37
+ href="https://huggingface.co/models?filter=spacy"
38
+ class="block overflow-hidden group"
39
+ >
40
+ <div
41
+ class="w-full h-40 mb-2 bg-gray-900 group-hover:bg-gray-850 rounded-lg flex items-start justify-start overflow-hidden"
42
+ >
43
+ <img
44
+ alt=""
45
+ src="/front/assets/promo/spacy_widget.jpeg"
46
+ class="w-full h-40 object-cover overflow-hidden"
47
+ />
48
+ </div>
49
+ <div class="underline">Find all spaCy models in the Hub</div>
50
+ </a>
51
+
52
+
53
+
54
+