jeffboudier HF Staff commited on
Commit
50acaf4
·
1 Parent(s): 299cb77

Organization card content

Browse files

First version of an organization card to represent the Intel Hugging Face partnership

Files changed (1) hide show
  1. index.html +58 -11
index.html CHANGED
@@ -8,17 +8,64 @@
8
  </head>
9
  <body>
10
  <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>
13
- You can modify this app directly by editing <i>index.html</i> in the
14
- Files and versions tab.
15
- </p>
16
- <p>
17
- Also don't forget to check the
18
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank"
19
- >Spaces documentation</a
20
- >.
21
- </p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  </div>
23
  </body>
24
  </html>
 
8
  </head>
9
  <body>
10
  <div class="card">
11
+
12
+ <p class="lg:col-span-3">
13
+ Intel and Hugging Face are collaborating to push the state of the art
14
+ in Machine Learning workloads efficiency and performance.
15
+ </p>
16
+ <a
17
+ href="https://github.com/huggingface/optimum"
18
+ class="block overflow-hidden group"
19
+ >
20
+ <div
21
+ 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"
22
+ >
23
+ <img
24
+ alt=""
25
+ src="/blog/assets/25_hardware_partners_program/carbon_lpot_quantizer.png"
26
+ class="w-40"
27
+ />
28
+ </div>
29
+ <div class="underline">Quantize Transformers with Intel Neural Compressor and Optimum</div>
30
+ </a>
31
+ <a href="https://huggingface.co/blog/bert-cpu-scaling-part-2" class="block overflow-hidden">
32
+ <img
33
+ alt=""
34
+ src="/blog/assets/21_bert_cpu_scaling_part_1/imgs/numa_set.png"
35
+ class="w-full h-40 object-cover mb-2 bg-gray-300 rounded-lg"
36
+ />
37
+ <div class="underline">Scaling up BERT on CPU</div>
38
+ </a>
39
+ <a
40
+ href="https://www.intel.com/content/www/us/en/artificial-intelligence/overview.html"
41
+ class="block overflow-hidden group"
42
+ >
43
+ <div
44
+ class="w-full h-40 object-cover mb-2 bg-gray-900 group-hover:bg-gray-850 rounded-lg flex items-start justify-start"
45
+ >
46
+ <img
47
+ alt=""
48
+ src="/blog/assets/35_bert_cpu_scaling_part_2/oneapi.jpg"
49
+ class="w-44 p-4"
50
+ />
51
+ </div>
52
+ <div class="underline">Intel Artificial Intelligence Solutions</div>
53
+ </a>
54
+ <div class="lg:col-span-3">
55
+ <p class="mb-2">
56
+ Intel optimizes the most widely adopted and innovative AI software
57
+ tools, frameworks, and libraries for Intel® architecture. Whether
58
+ you are computing locally or deploying AI applications on a massive
59
+ scale, your organization can achieve peak performance with AI
60
+ software optimized for Intel Xeon Scalable platforms.
61
+ </p>
62
+ <p class="mb-2">
63
+ Intel’s engineering collaboration with Hugging Face offers Data
64
+ Scientists and Machine Learning Engineers state of the art performance
65
+ when using state of the art Transformer models from training to
66
+ production.
67
+ </p>
68
+ </div>
69
  </div>
70
  </body>
71
  </html>