Update README.md
Browse files
README.md
CHANGED
@@ -9,21 +9,21 @@ pinned: false
|
|
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/"
|
13 |
</p>
|
14 |
-
<a href="https://www.arcee.ai/"
|
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://cdn-uploads.huggingface.co/production/uploads/62ae5fbe4ff605c0411397bb/AKdZi4XmufD_b4MGQfh_M.png" class="w-40"/>
|
17 |
</div>
|
18 |
<div class="text-sm font-bold mt-2">Learn More About Arcee AI</div>
|
19 |
</a>
|
20 |
-
<a href="https://huggingface.co/blog/mlabonne/merge-models"
|
21 |
<div class="w-full h-40 mb-2 bg-gray-300 rounded-lg flex items-center justify-center">
|
22 |
<img alt="" src="https://cdn-uploads.huggingface.co/production/uploads/61b8e2ba285851687028d395/m8-jJsR4PiSQdZcKPyHNB.jpeg" class="h-40 w-auto object-cover"/>
|
23 |
</div>
|
24 |
<div class="text-sm font-bold mt-2">HuggingFace Blog: Model Merging with Arcee AI</div>
|
25 |
</a>
|
26 |
-
<a href="https://github.com/arcee-ai/mergekit"
|
27 |
<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">
|
28 |
<img alt="Mergekit on Github" src="https://github.githubassets.com/assets/GitHub-Mark-ea2971cee799.png" class="w-24 rounded-full"/>
|
29 |
</div>
|
@@ -39,9 +39,9 @@ pinned: false
|
|
39 |
<p>
|
40 |
Explore Arcee AI's innovative solutions:
|
41 |
<ul>
|
42 |
-
<li>Arxiv Paper: <a href="https://arxiv.org/abs/2403.13257"
|
43 |
-
<li>YouTube: <a href="https://www.youtube.com/watch?v=IVDNhQIzyIY"
|
44 |
-
<li>YouTube: <a href="https://www.youtube.com/watch?v=Xjh6OsBNJNM"
|
45 |
</ul>
|
46 |
</p>
|
47 |
</div>
|
|
|
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 text-center flex flex-col items-center">
|
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://cdn-uploads.huggingface.co/production/uploads/62ae5fbe4ff605c0411397bb/AKdZi4XmufD_b4MGQfh_M.png" class="w-40"/>
|
17 |
</div>
|
18 |
<div class="text-sm font-bold mt-2">Learn More About Arcee AI</div>
|
19 |
</a>
|
20 |
+
<a href="https://huggingface.co/blog/mlabonne/merge-models" class="block overflow-hidden text-center flex flex-col items-center">
|
21 |
<div class="w-full h-40 mb-2 bg-gray-300 rounded-lg flex items-center justify-center">
|
22 |
<img alt="" src="https://cdn-uploads.huggingface.co/production/uploads/61b8e2ba285851687028d395/m8-jJsR4PiSQdZcKPyHNB.jpeg" class="h-40 w-auto object-cover"/>
|
23 |
</div>
|
24 |
<div class="text-sm font-bold mt-2">HuggingFace Blog: Model Merging with Arcee AI</div>
|
25 |
</a>
|
26 |
+
<a href="https://github.com/arcee-ai/mergekit" class="block overflow-hidden text-center flex flex-col items-center">
|
27 |
<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">
|
28 |
<img alt="Mergekit on Github" src="https://github.githubassets.com/assets/GitHub-Mark-ea2971cee799.png" class="w-24 rounded-full"/>
|
29 |
</div>
|
|
|
39 |
<p>
|
40 |
Explore Arcee AI's innovative solutions:
|
41 |
<ul>
|
42 |
+
<li>Arxiv Paper: <a href="https://arxiv.org/abs/2403.13257" class="underline">Arcee's MergeKit: A Toolkit for Merging Large Language Models</a></li>
|
43 |
+
<li>YouTube: <a href="https://www.youtube.com/watch?v=IVDNhQIzyIY" class="underline">Mergekit Founder Charles Goddard Explains Model Merging</a></li>
|
44 |
+
<li>YouTube: <a href="https://www.youtube.com/watch?v=Xjh6OsBNJNM" class="underline">The Small Language Model Show: All About Model Merging</a></li>
|
45 |
</ul>
|
46 |
</p>
|
47 |
</div>
|