p208p2002 commited on
Commit
2db8672
1 Parent(s): 881388e

update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -97,7 +97,7 @@ if __name__ == "__main__":
97
  gr.Label(label="Total Compute Budget"),
98
  gr.Label(label="Estimated Final Loss"),
99
  gr.Label(label="Optimal Model Size"),
100
- gr.Label(label="Optimal Dataset Size")
101
  ],
102
  title="Compute-Optimal Model Estimator",
103
  description=description,
 
97
  gr.Label(label="Total Compute Budget"),
98
  gr.Label(label="Estimated Final Loss"),
99
  gr.Label(label="Optimal Model Size"),
100
+ gr.Label(label="Optimal Dataset Size (Tokens)")
101
  ],
102
  title="Compute-Optimal Model Estimator",
103
  description=description,