Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -90,11 +90,11 @@ If you are optimizeing for model performance and ignore inference cost this is t
|
|
90 |
**Optimal datset size: {D_opt/Bn:.2f}B tokens**
|
91 |
|
92 |
## Your setting trade-off:
|
93 |
-
Compared to the compute optimal model
|
94 |
|
95 |
-
**Training compute overhead: {100
|
96 |
|
97 |
-
**Inference cost
|
98 |
return text, fig
|
99 |
|
100 |
with gr.Blocks() as demo:
|
|
|
90 |
**Optimal datset size: {D_opt/Bn:.2f}B tokens**
|
91 |
|
92 |
## Your setting trade-off:
|
93 |
+
Compared to the compute optimal model.
|
94 |
|
95 |
+
**Training compute overhead: {100*compute_overhead(kn, kd):.2f}%**
|
96 |
|
97 |
+
**Inference cost savings: {100 - kn*100:.2f}%** """
|
98 |
return text, fig
|
99 |
|
100 |
with gr.Blocks() as demo:
|