digitous commited on
Commit
92ed9c4
·
verified ·
1 Parent(s): 05f9d10

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +39 -1
README.md CHANGED
@@ -5,4 +5,42 @@ colorFrom: pink
5
  colorTo: indigo
6
  sdk: static
7
  pinned: false
8
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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://cdn-uploads.huggingface.co/production/uploads/62ae5fbe4ff605c0411397bb/AKdZi4XmufD_b4MGQfh_M.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://https://huggingface.co/front/assets/huggingface_logo-noborder.svg" 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 on Github" src="https://github.githubassets.com/assets/GitHub-Mark-ea2971cee799.png" 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>