Spaces:
Running
Running
Commit
·
299cb77
1
Parent(s):
0c348ce
First draft of organization card
Browse filesFirst draft of an organization card to represent the Intel Hugging Face partnership.
README.md
CHANGED
@@ -7,30 +7,60 @@ sdk: static
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
+
<p class="lg:col-span-3">
|
11 |
+
Intel and Hugging Face are collaborating to push the state of the art
|
12 |
+
in Machine Learning workloads efficiency and performance.
|
13 |
+
</p>
|
14 |
+
<a
|
15 |
+
href="https://github.com/huggingface/optimum"
|
16 |
+
class="block overflow-hidden group"
|
17 |
+
>
|
18 |
+
<div
|
19 |
+
class="w-full h-40 object-cover mb-2 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="/blog/assets/25_hardware_partners_program/carbon_lpot_quantizer.png"
|
24 |
+
class="w-40"
|
25 |
+
/>
|
26 |
+
</div>
|
27 |
+
<div class="underline">Quantize Transformers with Intel Neural Compressor and Optimum</div>
|
28 |
+
</a>
|
29 |
+
<a href="https://huggingface.co/blog/bert-cpu-scaling-part-2" class="block overflow-hidden">
|
30 |
+
<img
|
31 |
+
alt=""
|
32 |
+
src="/blog/assets/21_bert_cpu_scaling_part_1/imgs/numa_set.png"
|
33 |
+
class="w-full h-40 object-cover mb-2 bg-gray-300 rounded-lg"
|
34 |
+
/>
|
35 |
+
<div class="underline">Scaling up BERT on CPU</div>
|
36 |
+
</a>
|
37 |
+
<a
|
38 |
+
href="https://www.intel.com/content/www/us/en/artificial-intelligence/overview.html"
|
39 |
+
class="block overflow-hidden group"
|
40 |
+
>
|
41 |
+
<div
|
42 |
+
class="w-full h-40 object-cover mb-2 bg-gray-900 group-hover:bg-gray-850 rounded-lg flex items-start justify-start"
|
43 |
+
>
|
44 |
+
<img
|
45 |
+
alt=""
|
46 |
+
src="/blog/assets/35_bert_cpu_scaling_part_2/oneapi.jpg"
|
47 |
+
class="w-44 p-4"
|
48 |
+
/>
|
49 |
+
</div>
|
50 |
+
<div class="underline">Intel Artificial Intelligence Solutions</div>
|
51 |
+
</a>
|
52 |
+
<div class="lg:col-span-3">
|
53 |
+
<p class="mb-2">
|
54 |
+
Intel optimizes the most widely adopted and innovative AI software
|
55 |
+
tools, frameworks, and libraries for Intel® architecture. Whether
|
56 |
+
you are computing locally or deploying AI applications on a massive
|
57 |
+
scale, your organization can achieve peak performance with AI
|
58 |
+
software optimized for Intel Xeon Scalable platforms.
|
59 |
+
</p>
|
60 |
+
<p class="mb-2">
|
61 |
+
Intel’s engineering collaboration with Hugging Face offers Data
|
62 |
+
Scientists and Machine Learning Engineers state of the art performance
|
63 |
+
when using state of the art Transformer models from training to
|
64 |
+
production.
|
65 |
+
</p>
|
66 |
+
</div>
|