jeffboudier HF staff commited on
Commit
5decd72
·
1 Parent(s): 5db1c78

First draft Organization card

Browse files
Files changed (1) hide show
  1. README.md +38 -35
README.md CHANGED
@@ -8,38 +8,41 @@ pinned: false
8
  license: apache-2.0
9
  ---
10
 
11
- # Configuration
12
-
13
- `title`: _string_
14
- Display title for the Space
15
-
16
- `emoji`: _string_
17
- Space emoji (emoji-only character allowed)
18
-
19
- `colorFrom`: _string_
20
- Color for Thumbnail gradient (red, yellow, green, blue, indigo, purple, pink, gray)
21
-
22
- `colorTo`: _string_
23
- Color for Thumbnail gradient (red, yellow, green, blue, indigo, purple, pink, gray)
24
-
25
- `sdk`: _string_
26
- Can be either `gradio`, `streamlit`, or `static`
27
-
28
- `sdk_version` : _string_
29
- Only applicable for `streamlit` SDK.
30
- See [doc](https://hf.co/docs/hub/spaces) for more info on supported versions.
31
-
32
- `app_file`: _string_
33
- Path to your main application file (which contains either `gradio` or `streamlit` Python code, or `static` html code).
34
- Path is relative to the root of the repository.
35
-
36
- `models`: _List[string]_
37
- HF model IDs (like "gpt2" or "deepset/roberta-base-squad2") used in the Space.
38
- Will be parsed automatically from your code if not specified here.
39
-
40
- `datasets`: _List[string]_
41
- HF dataset IDs (like "common_voice" or "oscar-corpus/OSCAR-2109") used in the Space.
42
- Will be parsed automatically from your code if not specified here.
43
-
44
- `pinned`: _boolean_
45
- Whether the Space stays on top of your list.
 
 
 
 
8
  license: apache-2.0
9
  ---
10
 
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>