jeffboudier HF staff commited on
Commit
16c7c0a
·
1 Parent(s): dfc9ef7

First draft of Organization Card

Browse files
Files changed (1) hide show
  1. index.html +39 -12
index.html CHANGED
@@ -3,22 +3,49 @@
3
  <head>
4
  <meta charset="utf-8" />
5
  <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
  <link rel="stylesheet" href="style.css" />
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>
 
3
  <head>
4
  <meta charset="utf-8" />
5
  <meta name="viewport" content="width=device-width" />
6
+ <title>About Graphcore</title>
7
  <link rel="stylesheet" href="style.css" />
8
  </head>
9
  <body>
10
  <div class="card">
11
+ <p class="lg:col-span-3">
12
+ Graphcore and Hugging Face are working together to make training of Transformer models on IPUs fast and easy. <a href="https://www.graphcore.ai/hugging-face-hardware">Contact Graphcore</a> to learn more about leveraging IPUs for your training needs.
13
+ </p>
14
+ <a href="https://huggingface.co/blog/graphcore" class="block overflow-hidden group">
15
+ <img
16
+ alt=""
17
+ src="front/assets/graphcore-page/hero-shot-graphcore-huggingface.png"
18
+ class="w-full h-40 object-cover mb-2 bg-gray-300 rounded-lg"
19
+ />
20
+ <div class="underline">Learn more about our partnership with Hugging Face</div>
21
+ </a>
22
+ <a href="https://github.com/huggingface/optimum-graphcore" class="block overflow-hidden">
23
+ <img
24
+ alt=""
25
+ src="/blog/assets/38_getting_started_graphcore/graphcore_1.png"
26
+ class="w-full h-40 object-cover mb-2 bg-gray-300 rounded-lg"
27
+ />
28
+ <div class="underline">Check out Optimum Graphcore library</div>
29
+ </a>
30
+ <a href="https://www.graphcore.ai/developer" class="block overflow-hidden group">
31
+ <img
32
+ alt=""
33
+ src="/front/assets/graphcore-page/poplar-software.png"
34
+ class="w-full h-40 object-cover mb-2 bg-gray-300 rounded-lg"
35
+ />
36
+ <div class="underline">Discover Graphcore developer tools</div>
37
+ </a>
38
+ <div class="lg:col-span-3">
39
+ <p class="mb-2">
40
+ Accelerate training and inference models with high-performance optimisations across natural language processing, computer vision and more.
41
+ </p>
42
+ <p class="mb-2">
43
+ Graphcore’s IPU is powering advances in AI applications such as fraud detection for finance, drug discovery for life sciences, defect detection for manufacturing, traffic monitoring for smart cities and for all of tomorrow’s new breakthroughs.
44
+ </p>
45
+ <p>
46
+ Learn more at <a href="/graphcore" class="underline">hf.co/graphcore</a>
47
+ </p>
48
+ </div>
49
  </div>
50
  </body>
51
  </html>