File size: 1,167 Bytes
f0b8a78
 
 
 
 
 
 
 
 
 
0ca1f40
510a014
 
 
 
 
 
f69be4e
510a014
de5151f
510a014
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
title: README
emoji: 📈
colorFrom: yellow
colorTo: green
sdk: static
pinned: false
---

Edit this `README.md` markdown file to author your organization card.
<div class="grid lg:grid-cols-2 gap-x-4 gap-y-7">
	<p class="lg:col-span-3">
	  Welcome to CARROT-LLM-Routing! For a given desired trade off between performance and cost, 
      CARROT makes it easy to pick the best model among a set of 13 LLMs for any query.
	</p>
	<a href="https://arxiv.org/" class="block overflow-hidden group">
		<div
			class="w-40.01 h-40.01 object-cover mb-2 rounded-lg flex items-center justify-center bg-[#ECFAFF]"
		>
			<img alt="" src="fmselect_gpt4o_comparison.png" class="w-40" />
		</div>
		<div class="underline">Read the paper</div>
	</a>
	<a
		href="https://github.com/explosion/spacy-huggingface-hub"
		class="block overflow-hidden"
	>
		<div class="flex items-center h-40 bg-[#ECFAFF] rounded-lg px-4 mb-2">
			<pre
				class="break-words leading-1 whitespace-pre-line text-xs text-gray-800">
	python -m spacy huggingface-hub push [whl_path] [--org] [--msg] [--local-repo] [--verbose]
		</pre>
		</div>
		<div class="underline">Upload packages on the hub</div>