Update README.md
Browse files
README.md
CHANGED
@@ -1,10 +1,76 @@
|
|
1 |
---
|
2 |
title: README
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
colorTo: gray
|
6 |
sdk: static
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
title: README
|
3 |
+
emoji: 🐢
|
4 |
+
colorFrom: purple
|
5 |
colorTo: gray
|
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 |
+
Intel and Hugging Face are building powerful optimization tools to accelerate training and inference with Transformers.
|
13 |
+
</p>
|
14 |
+
<a
|
15 |
+
href="https://huggingface.co/blog/intel"
|
16 |
+
class="block overflow-hidden group"
|
17 |
+
>
|
18 |
+
<div
|
19 |
+
class="w-full h-40 object-cover mb-10 bg-indigo-100 rounded-lg flex items-center justify-center dark:bg-gray-900 dark:group-hover:bg-gray-850"
|
20 |
+
>
|
21 |
+
<img
|
22 |
+
alt=""
|
23 |
+
src="https://cdn-media.huggingface.co/marketing/intel-page/Intel-Hugging-Face-alt-version2-org-page.png"
|
24 |
+
class="w-40"
|
25 |
+
/>
|
26 |
+
</div>
|
27 |
+
<div class="underline">Learn more about Hugging Face collaboration with Intel AI</div>
|
28 |
+
</a>
|
29 |
+
<a
|
30 |
+
href="https://github.com/huggingface/optimum"
|
31 |
+
class="block overflow-hidden group"
|
32 |
+
>
|
33 |
+
<div
|
34 |
+
class="w-full h-40 object-cover mb-10 bg-indigo-100 rounded-lg flex items-center justify-center dark:bg-gray-900 dark:group-hover:bg-gray-850"
|
35 |
+
>
|
36 |
+
<img
|
37 |
+
alt=""
|
38 |
+
src="/blog/assets/25_hardware_partners_program/carbon_inc_quantizer.png"
|
39 |
+
class="w-40"
|
40 |
+
/>
|
41 |
+
</div>
|
42 |
+
<div class="underline">Quantize Transformers with Intel Neural Compressor and Optimum</div>
|
43 |
+
</a>
|
44 |
+
<a href="https://huggingface.co/blog/bert-cpu-scaling-part-2" class="block overflow-hidden group">
|
45 |
+
<div
|
46 |
+
class="w-full h-40 object-cover mb-10 bg-indigo-100 rounded-lg flex items-center justify-center dark:bg-gray-900 dark:group-hover:bg-gray-850"
|
47 |
+
>
|
48 |
+
<img
|
49 |
+
alt=""
|
50 |
+
src="/blog/assets/21_bert_cpu_scaling_part_1/imgs/numa_set.png"
|
51 |
+
class="w-40"
|
52 |
+
/>
|
53 |
+
</div>
|
54 |
+
<div class="underline">Scaling up BERT on CPU</div>
|
55 |
+
</a>
|
56 |
+
<div class="lg:col-span-3">
|
57 |
+
<p class="mb-2">
|
58 |
+
Intel optimizes the most widely adopted and innovative AI software
|
59 |
+
tools, frameworks, and libraries for Intel® architecture. Whether
|
60 |
+
you are computing locally or deploying AI applications on a massive
|
61 |
+
scale, your organization can achieve peak performance with AI
|
62 |
+
software optimized for Intel Xeon Scalable platforms.
|
63 |
+
</p>
|
64 |
+
<p class="mb-2">
|
65 |
+
Intel’s engineering collaboration with Hugging Face offers state-of-the-art hardware and software acceleration to train, fine-tune and predict with Transformers.
|
66 |
+
</p>
|
67 |
+
<p>
|
68 |
+
Useful Resources:
|
69 |
+
</p>
|
70 |
+
<ul>
|
71 |
+
<li class="ml-6"><a href="https://huggingface.co/hardware/intel" class="underline" data-ga-category="intel-org" data-ga-action="clicked partner page" data-ga-label="partner page">- Intel AI + Hugging Face partner page</a></li>
|
72 |
+
<li class="ml-6"><a href="https://github.com/huggingface/optimum-intel" class="underline" data-ga-category="intel-org" data-ga-action="clicked optimum intel" data-ga-label="optimum intel">- 🤗 Optimum-Intel library</a></li>
|
73 |
+
<li class="ml-6"><a href="https://github.com/IntelAI" class="underline" data-ga-category="intel-org" data-ga-action="clicked intel ai github" data-ga-label="intel ai github">- Intel AI GitHub</a></li>
|
74 |
+
</ul>
|
75 |
+
</div>
|
76 |
+
</div>
|