Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ def generate(prompt, max_length, temperature, num_samples):
|
|
34 |
|
35 |
|
36 |
with gr.Blocks() as app:
|
37 |
-
gr.Markdown("##
|
38 |
gr.Markdown(
|
39 |
"""This is an implementation of [Phi2](https://huggingface.co/microsoft/phi-2) model finetuning using QLoRA stratergy on [OpenAssistant Conversations Dataset (OASST1)](https://huggingface.co/datasets/OpenAssistant/oasst1)
|
40 |
|
|
|
34 |
|
35 |
|
36 |
with gr.Blocks() as app:
|
37 |
+
gr.Markdown("## Phi2 Model Finetuning with QLoRA on OpenAssistant Conversations Dataset (OASST1)")
|
38 |
gr.Markdown(
|
39 |
"""This is an implementation of [Phi2](https://huggingface.co/microsoft/phi-2) model finetuning using QLoRA stratergy on [OpenAssistant Conversations Dataset (OASST1)](https://huggingface.co/datasets/OpenAssistant/oasst1)
|
40 |
|