Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -2,8 +2,45 @@
|
|
| 2 |
title: README
|
| 3 |
emoji: 🧰
|
| 4 |
colorFrom: pink
|
| 5 |
-
colorTo:
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
title: README
|
| 3 |
emoji: 🧰
|
| 4 |
colorFrom: pink
|
| 5 |
+
colorTo: indigo
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
+
<div class="grid lg:grid-cols-3 gap-x-4 gap-y-7">
|
| 11 |
+
<p class="lg:col-span-3">
|
| 12 |
+
<a href="https://www.arcee.ai/">Arcee AI</a> empowers businesses to train, deploy, and continuously improve proprietary, specialized, secure, and scalable small language models (SLMs) within their own environments, revolutionizing data privacy and security.
|
| 13 |
+
</p>
|
| 14 |
+
<a href="https://www.arcee.ai/" class="block overflow-hidden group">
|
| 15 |
+
<div class="w-full h-40 object-cover mb-2 bg-white rounded-lg flex items-center justify-center">
|
| 16 |
+
<img alt="Arcee AI Logo" src="https://www.arcee.ai/images/logo.png" class="w-40"/>
|
| 17 |
+
</div>
|
| 18 |
+
<div class="underline">Arcee AI Website</div>
|
| 19 |
+
</a>
|
| 20 |
+
<a href="https://huggingface.co/blog/mlabonne/merge-models" class="block overflow-hidden">
|
| 21 |
+
<img alt="" src="https://huggingface.co/front/assets/huggingface_logo.png" class="w-full h-40 object-cover mb-2 bg-gray-300 rounded-lg"/>
|
| 22 |
+
<div class="underline">Blog Post: Model Merging with Arcee AI</div>
|
| 23 |
+
</a>
|
| 24 |
+
<a href="https://github.com/arcee-ai/mergekit" class="block overflow-hidden group">
|
| 25 |
+
<div class="w-full h-40 object-cover mb-2 bg-gray-900 group-hover:bg-gray-850 rounded-lg flex items-center justify-center">
|
| 26 |
+
<img alt="Mergekit Logo" src="https://avatars.githubusercontent.com/u/132509263?s=200&v=4" class="w-24 rounded-full"/>
|
| 27 |
+
</div>
|
| 28 |
+
<div class="underline">Arcee AI's Mergekit on GitHub</div>
|
| 29 |
+
</a>
|
| 30 |
+
<div class="lg:col-span-3">
|
| 31 |
+
<p class="mb-2">
|
| 32 |
+
Arcee AI facilitates cost-effective and efficient language model training and deployment, focusing on reducing compute costs and increasing value through smaller, specialized models. Their all-in-one system enables pre-training, aligning, and continuous adaptation of small language models.
|
| 33 |
+
</p>
|
| 34 |
+
<p class="mb-2">
|
| 35 |
+
With Arcee AI, companies can maintain full control over their data, models, and intellectual property by developing and deploying domain-adapted language models within their own infrastructure. This ensures security, compliance, and enhances model relevance and accuracy.
|
| 36 |
+
</p>
|
| 37 |
+
<p>
|
| 38 |
+
Explore Arcee AI's innovative solutions:
|
| 39 |
+
<ul>
|
| 40 |
+
<li><a href="https://arxiv.org/abs/2403.13257" class="underline">Research Paper on Model Merging</a></li>
|
| 41 |
+
<li><a href="https://www.youtube.com/watch?v=IVDNhQIzyIY" class="underline">Mergekit Founder Explains Model Merging</a></li>
|
| 42 |
+
<li><a href="https://www.youtube.com/watch?v=Xjh6OsBNJNM" class="underline">The Small Language Model Show: All About Model Merging</a></li>
|
| 43 |
+
</ul>
|
| 44 |
+
</p>
|
| 45 |
+
</div>
|
| 46 |
+
</div>
|