Thibault Goehringer commited on
Commit
84b0301
·
1 Parent(s): 3b3ab43

Revert changes

Browse files
Files changed (1) hide show
  1. README.md +89 -91
README.md CHANGED
@@ -6,102 +6,100 @@ colorTo: red
6
  sdk: static
7
  pinned: false
8
  ---
9
-
10
- <div class="grid lg:grid-cols-3 gap-x-4 gap-y-7">
11
- <div class="lg:col-span-3">
12
- <p class="mb-4">
13
- Welcome to the Keras Working Group 🤗❤️ Please join us on keras-working-group channel on <a
14
- href="https://hf.co/join/discord" style="text-decoration: underline;">Discord</a
15
- > 👾! <br />
16
- Feel free to pick up one of the Keras examples to build a Space or host the model in this <a
17
- href="https://docs.google.com/spreadsheets/d/1EG6z4mmeBzmMidUzDdSDr02quBs2BcgjNOrtZCwnqvs/edit" style="text-decoration: underline;" >spreadsheet</a
18
- > 🙌🏻! <br /><br />
19
- Hugging Face makes it easy to collaboratively build and showcase your <a
20
- href="https://keras.io" style="text-decoration: underline;">Keras</a
21
- >
22
- models!<br />
23
- You can collaborate with your organization, upload and showcase your own models in your profile, or join us in this organization to demo Keras examples!
24
- ❤️
25
-
26
-
27
- </p>
 
 
 
 
 
 
28
  </div>
29
-
30
- <a href="https://keras.io/" class="block overflow-hidden group">
31
- <div
32
- class="w-full h-40 object-cover mb-2 rounded-lg flex items-center justify-center bg-[#FA8072]"
33
- >
34
- <img alt="" src="https://huggingface.co/spaces/keras-io/README/resolve/main/keras-filter.png" class="w-40" />
35
- </div>
36
- <div class="underline">Keras.io</div>
37
- </a>
38
- <a
39
- href="https://github.com/huggingface/huggingface_hub/blob/1f83ed230932128fba8bfe2a7f0c78df66e6e3ee/src/huggingface_hub/keras_mixin.py#L60"
40
- class="block overflow-hidden group"
41
  >
42
- <div
43
- class="w-full h-40 mb-2 bg-gray-900 group-hover:bg-gray-850 rounded-lg flex items-start justify-start overflow-hidden"
44
- >
45
- <img
46
- alt=""
47
- src="https://huggingface.co/spaces/keras-io/README/resolve/main/push_to_hub.png"
48
- class="w-full h-40 object-cover overflow-hidden"
49
- />
50
- </div>
51
- <div class="underline">Push your Keras models to Hub ❤️ </div>
52
- </a>
53
- <a
54
- href="https://huggingface.co/models?library=keras&sort=downloads"
55
- class="block overflow-hidden group"
56
  >
57
- <div
58
- class="w-full h-40 mb-2 bg-gray-900 group-hover:bg-gray-850 rounded-lg flex items-start justify-start overflow-hidden"
59
- >
60
- <img
61
- alt=""
62
- src="https://huggingface.co/spaces/keras-io/README/resolve/main/keras-hf.png"
63
- class="w-full h-40 object-cover overflow-hidden"
64
- />
65
- </div>
66
- <div class="underline">Find all Keras models on the 🤗 Hub</div>
67
- </a>
68
-
69
-
70
- <div class="lg:col-span-3">
71
- <p class="mb-4">
72
- To upload your Keras models to the Hub, you can use the <a
73
- href="https://github.com/huggingface/huggingface_hub/blob/1f83ed230932128fba8bfe2a7f0c78df66e6e3ee/src/huggingface_hub/keras_mixin.py#L60"
74
- >push_to_hub_keras</a
75
- >
76
- function.
77
- </p>
78
- <div
79
- class="p-4 bg-gradient-to-b from-gray-50-to-white border border-gray-100 rounded-lg relative mb-4"
80
  >
81
- <pre
82
- class="break-words leading-1 whitespace-pre-line text-xs md:text-sm text-gray-800">
83
- from huggingface_hub.keras_mixin import push_to_hub_keras
84
- push_to_hub_keras(model = model, repo_url = "https://huggingface.co/your-username/your-awesome-model")
85
- </pre>
86
- </div>
87
  </p>
88
- <div class="lg:col-span-3">
89
- <p class="mb-4">
90
- To load Keras models from the 🤗Hub, use <a
91
- href="https://github.com/huggingface/huggingface_hub/blob/d3ba39a69bb5570eb7f31ce76a19b53fdc89728b/src/huggingface_hub/keras_mixin.py#L56"
92
- >from_pretrained_keras</a
93
- >
94
- function.
95
- </p>
96
- <div
97
- class="p-4 bg-gradient-to-b from-gray-50-to-white border border-gray-100 rounded-lg relative mb-4"
 
 
 
 
 
98
  >
99
- <pre
100
- class="break-words leading-1 whitespace-pre-line text-xs md:text-sm text-gray-800">
101
- from huggingface_hub.keras_mixin import from_pretrained_keras
102
- from_pretrained_keras("your-username/your-awesome-model)
103
- </pre>
104
- </div>
105
-
 
 
 
106
  </div>
 
107
  </div>
 
6
  sdk: static
7
  pinned: false
8
  ---
9
+
10
+ <div class="lg:col-span-3">
11
+ <p class="mb-4">
12
+ Welcome to the Keras Working Group 🤗❤️ Please join us on keras-working-group channel on <a
13
+ href="https://hf.co/join/discord" style="text-decoration: underline;">Discord</a
14
+ > 👾! <br />
15
+ Feel free to pick up one of the Keras examples to build a Space or host the model in this <a
16
+ href="https://docs.google.com/spreadsheets/d/1EG6z4mmeBzmMidUzDdSDr02quBs2BcgjNOrtZCwnqvs/edit" style="text-decoration: underline;" >spreadsheet</a
17
+ > 🙌🏻! <br /><br />
18
+ Hugging Face makes it easy to collaboratively build and showcase your <a
19
+ href="https://keras.io" style="text-decoration: underline;">Keras</a
20
+ >
21
+ models!<br />
22
+ You can collaborate with your organization, upload and showcase your own models in your profile, or join us in this organization to demo Keras examples!
23
+ ❤️
24
+
25
+
26
+ </p>
27
+ </div>
28
+
29
+ <a href="https://keras.io/" class="block overflow-hidden group">
30
+ <div
31
+ class="w-full h-40 object-cover mb-2 rounded-lg flex items-center justify-center bg-[#FA8072]"
32
+ >
33
+ <img alt="" src="https://huggingface.co/spaces/keras-io/README/resolve/main/keras-filter.png" class="w-40" />
34
  </div>
35
+ <div class="underline">Keras.io</div>
36
+ </a>
37
+ <a
38
+ href="https://github.com/huggingface/huggingface_hub/blob/1f83ed230932128fba8bfe2a7f0c78df66e6e3ee/src/huggingface_hub/keras_mixin.py#L60"
39
+ class="block overflow-hidden group"
40
+ >
41
+ <div
42
+ class="w-full h-40 mb-2 bg-gray-900 group-hover:bg-gray-850 rounded-lg flex items-start justify-start overflow-hidden"
 
 
 
 
43
  >
44
+ <img
45
+ alt=""
46
+ src="https://huggingface.co/spaces/keras-io/README/resolve/main/push_to_hub.png"
47
+ class="w-full h-40 object-cover overflow-hidden"
48
+ />
49
+ </div>
50
+ <div class="underline">Push your Keras models to Hub ❤️ </div>
51
+ </a>
52
+ <a
53
+ href="https://huggingface.co/models?library=keras&sort=downloads"
54
+ class="block overflow-hidden group"
55
+ >
56
+ <div
57
+ class="w-full h-40 mb-2 bg-gray-900 group-hover:bg-gray-850 rounded-lg flex items-start justify-start overflow-hidden"
58
  >
59
+ <img
60
+ alt=""
61
+ src="https://huggingface.co/spaces/keras-io/README/resolve/main/keras-hf.png"
62
+ class="w-full h-40 object-cover overflow-hidden"
63
+ />
64
+ </div>
65
+ <div class="underline">Find all Keras models on the 🤗 Hub</div>
66
+ </a>
67
+
68
+
69
+ <div class="lg:col-span-3">
70
+ <p class="mb-4">
71
+ To upload your Keras models to the Hub, you can use the <a
72
+ href="https://github.com/huggingface/huggingface_hub/blob/1f83ed230932128fba8bfe2a7f0c78df66e6e3ee/src/huggingface_hub/keras_mixin.py#L60"
73
+ >push_to_hub_keras</a
 
 
 
 
 
 
 
 
74
  >
75
+ function.
 
 
 
 
 
76
  </p>
77
+ <div
78
+ class="p-4 bg-gradient-to-b from-gray-50-to-white border border-gray-100 rounded-lg relative mb-4"
79
+ >
80
+ <pre
81
+ class="break-words leading-1 whitespace-pre-line text-xs md:text-sm text-gray-800">
82
+ from huggingface_hub.keras_mixin import push_to_hub_keras
83
+ push_to_hub_keras(model = model, repo_url = "https://huggingface.co/your-username/your-awesome-model")
84
+ </pre>
85
+ </div>
86
+ </p>
87
+ <div class="lg:col-span-3">
88
+ <p class="mb-4">
89
+ To load Keras models from the 🤗Hub, use <a
90
+ href="https://github.com/huggingface/huggingface_hub/blob/d3ba39a69bb5570eb7f31ce76a19b53fdc89728b/src/huggingface_hub/keras_mixin.py#L56"
91
+ >from_pretrained_keras</a
92
  >
93
+ function.
94
+ </p>
95
+ <div
96
+ class="p-4 bg-gradient-to-b from-gray-50-to-white border border-gray-100 rounded-lg relative mb-4"
97
+ >
98
+ <pre
99
+ class="break-words leading-1 whitespace-pre-line text-xs md:text-sm text-gray-800">
100
+ from huggingface_hub.keras_mixin import from_pretrained_keras
101
+ from_pretrained_keras("your-username/your-awesome-model)
102
+ </pre>
103
  </div>
104
+
105
  </div>