Thibault Goehringer commited on
Commit
5194ae2
1 Parent(s): 3088492

Update classes

Browse files
Files changed (1) hide show
  1. README.md +59 -57
README.md CHANGED
@@ -7,64 +7,66 @@ sdk: static
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-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="/blog/assets/25_hardware_partners_program/carbon_inc_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 group">
30
- <div
31
- 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"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
32
  >
33
- <img
34
- alt=""
35
- src="/blog/assets/21_bert_cpu_scaling_part_1/imgs/numa_set.png"
36
- class="w-40"
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>