Update app.py
Browse files
app.py
CHANGED
@@ -69,7 +69,7 @@ gr.Interface(
|
|
69 |
gr.Slider(label="Top-p (nucleus sampling)", value=0.95, minimum=0.0, maximum=1, step=0.05, interactive=True, info="Higher values sample more low-probability tokens"),
|
70 |
gr.Slider(label="Repetition penalty", value=1.0, minimum=1.0, maximum=2.0, step=0.1, interactive=True, info="Penalize repeated tokens"),
|
71 |
gr.Slider(label="Number of similar sentences", value=10, minimum=1, maximum=20, step=1, interactive=True, info="Number of similar sentences to generate for each original sentence"),
|
72 |
-
],
|
73 |
outputs=gr.File(label="Synthetic Data "),
|
74 |
title="SDG",
|
75 |
description="AYE QABIL.",
|
|
|
69 |
gr.Slider(label="Top-p (nucleus sampling)", value=0.95, minimum=0.0, maximum=1, step=0.05, interactive=True, info="Higher values sample more low-probability tokens"),
|
70 |
gr.Slider(label="Repetition penalty", value=1.0, minimum=1.0, maximum=2.0, step=0.1, interactive=True, info="Penalize repeated tokens"),
|
71 |
gr.Slider(label="Number of similar sentences", value=10, minimum=1, maximum=20, step=1, interactive=True, info="Number of similar sentences to generate for each original sentence"),
|
72 |
+
],
|
73 |
outputs=gr.File(label="Synthetic Data "),
|
74 |
title="SDG",
|
75 |
description="AYE QABIL.",
|