Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -626,8 +626,8 @@ with gr.Blocks(theme=theme) as demo:
|
|
626 |
|
627 |
with gr.Row(equal_height=False):
|
628 |
with gr.Column():
|
629 |
-
dataset_url = gr.Textbox(label="Input Dataset URL", lines=
|
630 |
-
model_type = gr.Dropdown(choices=["mix", "orpo", "ufb"], label="Dataset Type"
|
631 |
output_dataset_name = gr.Textbox(label="Output Dataset Name", lines=1, placeholder = "dataset_test_translations")
|
632 |
range_specification = gr.Textbox(label="Range Specification", lines=1, placeholder="e.g., 1-100")
|
633 |
|
|
|
626 |
|
627 |
with gr.Row(equal_height=False):
|
628 |
with gr.Column():
|
629 |
+
dataset_url = gr.Textbox(label="Input Dataset URL", lines=2, placeholder = "https://huggingface.co/datasets/alvarobartt/dpo-mix-7k-simplified/resolve/main/data/train-00000-of-00001.parquet?download=true")
|
630 |
+
model_type = gr.Dropdown(choices=["mix", "orpo", "ufb"], label="Dataset Type")
|
631 |
output_dataset_name = gr.Textbox(label="Output Dataset Name", lines=1, placeholder = "dataset_test_translations")
|
632 |
range_specification = gr.Textbox(label="Range Specification", lines=1, placeholder="e.g., 1-100")
|
633 |
|