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