Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -41,7 +41,7 @@ def generate_text_sft(input_text, max_length, num_return_sequences, no_repeat_ng
|
|
| 41 |
|
| 42 |
with gr.Blocks() as demo:
|
| 43 |
with gr.Row():
|
| 44 |
-
gr.Markdown("## 🤖✨ Fhamator:
|
| 45 |
|
| 46 |
with gr.Tab("📖 Explanation"):
|
| 47 |
gr.Markdown("""
|
|
@@ -55,7 +55,7 @@ with gr.Blocks() as demo:
|
|
| 55 |
|
| 56 |
with gr.Tab("Test Fhamator-30000 Model"):
|
| 57 |
with gr.Group():
|
| 58 |
-
input_text = gr.Textbox(label="Input Prompt", value="
|
| 59 |
max_length = gr.Slider(50, 200, value=100, step=1, label="Max Length")
|
| 60 |
num_return_sequences = gr.Slider(1, 5, value=3, step=1, label="Number of Sequences")
|
| 61 |
no_repeat_ngram_size = gr.Slider(1, 5, value=2, step=1, label="No Repeat N-Gram Size")
|
|
|
|
| 41 |
|
| 42 |
with gr.Blocks() as demo:
|
| 43 |
with gr.Row():
|
| 44 |
+
gr.Markdown("## 🤖✨ Fhamator: 3ata-Ja !")
|
| 45 |
|
| 46 |
with gr.Tab("📖 Explanation"):
|
| 47 |
gr.Markdown("""
|
|
|
|
| 55 |
|
| 56 |
with gr.Tab("Test Fhamator-30000 Model"):
|
| 57 |
with gr.Group():
|
| 58 |
+
input_text = gr.Textbox(label="Input Prompt", value="أعلنت السلطات ")
|
| 59 |
max_length = gr.Slider(50, 200, value=100, step=1, label="Max Length")
|
| 60 |
num_return_sequences = gr.Slider(1, 5, value=3, step=1, label="Number of Sequences")
|
| 61 |
no_repeat_ngram_size = gr.Slider(1, 5, value=2, step=1, label="No Repeat N-Gram Size")
|