leandro
commited on
Commit
·
761dc7e
1
Parent(s):
59b2635
initial draft
Browse files
app.py
CHANGED
@@ -106,7 +106,7 @@ Optimal model/dataset size for training compute and how it translates to trainin
|
|
106 |
return text, fig
|
107 |
|
108 |
with gr.Blocks() as demo:
|
109 |
-
gr.Markdown("#
|
110 |
|
111 |
gr.Markdown("## Training configuration")
|
112 |
with gr.Row():
|
|
|
106 |
return text, fig
|
107 |
|
108 |
with gr.Blocks() as demo:
|
109 |
+
gr.Markdown("# Train LLMs")
|
110 |
|
111 |
gr.Markdown("## Training configuration")
|
112 |
with gr.Row():
|