Spaces:
Runtime error
Runtime error
rusticluftig
commited on
Commit
•
b204628
1
Parent(s):
4a5c2b7
Point docs to dev instead of main
Browse files
app.py
CHANGED
@@ -345,7 +345,7 @@ def main():
|
|
345 |
if benchmarks is not None:
|
346 |
with gr.Accordion("Top Model Benchmarks"):
|
347 |
gr.components.Dataframe(benchmarks)
|
348 |
-
gr.HTML("""<div>PPL computed using a stride of 512. See <a href='https://github.com/RaoFoundation/pretraining/blob/
|
349 |
gr.HTML(f"""<div>Last Updated: {benchmark_timestamp.strftime("%Y-%m-%d %H:%M:%S")} (UTC)</div>""")
|
350 |
|
351 |
with gr.Accordion("Evaluation Stats"):
|
|
|
345 |
if benchmarks is not None:
|
346 |
with gr.Accordion("Top Model Benchmarks"):
|
347 |
gr.components.Dataframe(benchmarks)
|
348 |
+
gr.HTML("""<div>PPL computed using a stride of 512. See <a href='https://github.com/RaoFoundation/pretraining/blob/dev/scripts/run_benchmarks.py'>here</a> for the full code.</div>""")
|
349 |
gr.HTML(f"""<div>Last Updated: {benchmark_timestamp.strftime("%Y-%m-%d %H:%M:%S")} (UTC)</div>""")
|
350 |
|
351 |
with gr.Accordion("Evaluation Stats"):
|