Spaces:
Runtime error
Runtime error
Merge pull request #1 from macrocosm-os/hotfix/update-app-urls
Browse files
app.py
CHANGED
@@ -368,7 +368,7 @@ def main():
|
|
368 |
if benchmarks is not None:
|
369 |
with gr.Accordion("Top Model Benchmarks"):
|
370 |
gr.components.Dataframe(benchmarks)
|
371 |
-
gr.HTML("""<div>PPL computed using a stride of 512. See <a href='https://github.com/
|
372 |
gr.HTML(f"""<div>Last Updated: {benchmark_timestamp.strftime("%Y-%m-%d %H:%M:%S")} (UTC)</div>""")
|
373 |
'''
|
374 |
|
|
|
368 |
if benchmarks is not None:
|
369 |
with gr.Accordion("Top Model Benchmarks"):
|
370 |
gr.components.Dataframe(benchmarks)
|
371 |
+
gr.HTML("""<div>PPL computed using a stride of 512. See <a href='https://github.com/macrocosm-os/pretraining/blob/dev/scripts/run_benchmarks.py'>here</a> for the full code.</div>""")
|
372 |
gr.HTML(f"""<div>Last Updated: {benchmark_timestamp.strftime("%Y-%m-%d %H:%M:%S")} (UTC)</div>""")
|
373 |
'''
|
374 |
|