README / README.md
smrstep's picture
Update README.md
f69be4e verified
|
raw
history blame
1.17 kB
---
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>