Spaces:
Runtime error
Runtime error
Commit
·
027865c
1
Parent(s):
a35e82b
TBU
Browse files
app.py
CHANGED
@@ -83,7 +83,8 @@ This may seem daunting at first, but in reality, DL researchers have already mad
|
|
83 |
roughly 12x. If you don’t want parameter sharing, you can instead use more advanced gradient compression or larger batches.
|
84 |
""")
|
85 |
|
86 |
-
|
|
|
87 |
|
88 |
# content_text(f"""
|
89 |
# That's easy. First, make sure you're logged in at Hugging Face. If you don't have an account, create one {cite("here", "https://huggingface.co/join")}.<br>
|
|
|
83 |
roughly 12x. If you don’t want parameter sharing, you can instead use more advanced gradient compression or larger batches.
|
84 |
""")
|
85 |
|
86 |
+
content_title("How do I join?")
|
87 |
+
content_text("To be updated on December 7th")
|
88 |
|
89 |
# content_text(f"""
|
90 |
# That's easy. First, make sure you're logged in at Hugging Face. If you don't have an account, create one {cite("here", "https://huggingface.co/join")}.<br>
|