merve HF Staff commited on
Commit
7cc5fb4
·
1 Parent(s): 487b736

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -13,10 +13,9 @@ pinned: false
13
  href="https://keras.io">Keras</a
14
  >
15
  models!<br />
16
- </p>
17
- <p>
18
  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! ❤️
19
  </p>
 
20
  <a href="https://keras.io/" class="block overflow-hidden group">
21
  <div
22
  class="w-full h-40 object-cover mb-2 rounded-lg flex items-center justify-center bg-[#FA8072]"
@@ -40,7 +39,8 @@ You can collaborate with your organization, upload and showcase your own models
40
  </div>
41
  <div class="underline">Find all Keras models in the Hub</div>
42
  </a>
43
- <div class="lg:col-span-2">
 
44
  <p class="mb-4">
45
  To upload your Keras models to the Hub, you can use the <a
46
  href="https://github.com/huggingface/huggingface_hub/blob/1f83ed230932128fba8bfe2a7f0c78df66e6e3ee/src/huggingface_hub/keras_mixin.py#L60"
@@ -60,7 +60,7 @@ push_to_hub_keras(model = model, repo_url = "https://huggingface.co/your-usernam
60
  </pre>
61
  </div>
62
  </p>
63
- <div class="lg:col-span-2">
64
  <p class="mb-4">
65
  If you'd like to upload 🤗Transformers based Keras checkpoints and let us host your metrics interactively in the repo in with TensorBoard, use <a
66
  href="https://huggingface.co/transformers/v4.12.5/_modules/transformers/keras_callbacks.html#PushToHubCallback"
 
13
  href="https://keras.io">Keras</a
14
  >
15
  models!<br />
 
 
16
  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! ❤️
17
  </p>
18
+ <p>
19
  <a href="https://keras.io/" class="block overflow-hidden group">
20
  <div
21
  class="w-full h-40 object-cover mb-2 rounded-lg flex items-center justify-center bg-[#FA8072]"
 
39
  </div>
40
  <div class="underline">Find all Keras models in the Hub</div>
41
  </a>
42
+
43
+ <div class="lg:col-span-1">
44
  <p class="mb-4">
45
  To upload your Keras models to the Hub, you can use the <a
46
  href="https://github.com/huggingface/huggingface_hub/blob/1f83ed230932128fba8bfe2a7f0c78df66e6e3ee/src/huggingface_hub/keras_mixin.py#L60"
 
60
  </pre>
61
  </div>
62
  </p>
63
+ <div class="lg:col-span-1">
64
  <p class="mb-4">
65
  If you'd like to upload 🤗Transformers based Keras checkpoints and let us host your metrics interactively in the repo in with TensorBoard, use <a
66
  href="https://huggingface.co/transformers/v4.12.5/_modules/transformers/keras_callbacks.html#PushToHubCallback"