lvwerra HF staff commited on
Commit
8fc5879
1 Parent(s): 30df6c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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 which corresponds to 100% in both cases.
94
 
95
- **Training compute overhead: {100 + 100*compute_overhead(kn, kd):.2f}%**
96
 
97
- **Inference cost fraction: {kn*100:.2f}%** """
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: