RaviNaik commited on
Commit
27112c5
1 Parent(s): 07fa5cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("## ERA Session27 - 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
 
 
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