jeffboudier HF staff commited on
Commit
299cb77
1 Parent(s): 0c348ce

First draft of organization card

Browse files

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

Files changed (1) hide show
  1. README.md +57 -27
README.md CHANGED
@@ -7,30 +7,60 @@ sdk: static
7
  pinned: false
8
  ---
9
 
10
- # Configuration
11
-
12
- `title`: _string_
13
- Display title for the Space
14
-
15
- `emoji`: _string_
16
- Space emoji (emoji-only character allowed)
17
-
18
- `colorFrom`: _string_
19
- Color for Thumbnail gradient (red, yellow, green, blue, indigo, purple, pink, gray)
20
-
21
- `colorTo`: _string_
22
- Color for Thumbnail gradient (red, yellow, green, blue, indigo, purple, pink, gray)
23
-
24
- `sdk`: _string_
25
- Can be either `gradio`, `streamlit`, or `static`
26
-
27
- `sdk_version` : _string_
28
- Only applicable for `streamlit` SDK.
29
- See [doc](https://hf.co/docs/hub/spaces) for more info on supported versions.
30
-
31
- `app_file`: _string_
32
- Path to your main application file (which contains either `gradio` or `streamlit` Python code, or `static` html code).
33
- Path is relative to the root of the repository.
34
-
35
- `pinned`: _boolean_
36
- Whether the Space stays on top of your list.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>