Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
app.py
CHANGED
|
@@ -87,7 +87,7 @@ def generate_response(prompt, temperature, top_p, max_new_tokens):
|
|
| 87 |
# --- Gradio UI ---
|
| 88 |
with gr.Blocks(title="Phi-2 GRPO Fine-tuned Model") as demo:
|
| 89 |
gr.Markdown("# Phi-2 GRPO Assistant")
|
| 90 |
-
gr.Markdown("Query the fine-tuned Phi-2 model.
|
| 91 |
|
| 92 |
with gr.Row():
|
| 93 |
with gr.Column(scale=1):
|
|
|
|
| 87 |
# --- Gradio UI ---
|
| 88 |
with gr.Blocks(title="Phi-2 GRPO Fine-tuned Model") as demo:
|
| 89 |
gr.Markdown("# Phi-2 GRPO Assistant")
|
| 90 |
+
gr.Markdown("Query the fine-tuned Phi-2 model.")
|
| 91 |
|
| 92 |
with gr.Row():
|
| 93 |
with gr.Column(scale=1):
|