Update app.py
Browse files
app.py
CHANGED
|
@@ -31,7 +31,7 @@ def QLoRA_Chatgpt(prompt):
|
|
| 31 |
|
| 32 |
|
| 33 |
# Define Interface
|
| 34 |
-
description = 'An AI assistant that works on the Microsoft Phi 2 model, which has been finetuned on the MedQuad dataset using the QLora method, operates effectively. '
|
| 35 |
title = 'AI Chat bot finetuned on Microsoft Phi 2 model using QLORA'
|
| 36 |
iface = gr.Interface(
|
| 37 |
fn=QLoRA_Chatgpt,
|
|
|
|
| 31 |
|
| 32 |
|
| 33 |
# Define Interface
|
| 34 |
+
description = 'An AI assistant that works on the Microsoft Phi 2 model, which has been finetuned on the MedQuad dataset using the QLora method, operates effectively. Created by Sunirmala Mohanta and Junaid Naeemulla Khan'
|
| 35 |
title = 'AI Chat bot finetuned on Microsoft Phi 2 model using QLORA'
|
| 36 |
iface = gr.Interface(
|
| 37 |
fn=QLoRA_Chatgpt,
|