AnonymousSub commited on
Commit
439a98b
·
1 Parent(s): c560db0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ title = "Ayurveda4U"
7
  description = "LLM-Powered Medical Chatbot that will answer all your health-related queries with the help of Ayurvedic texts ynder the hood!"
8
  examples = [["How can you cure common cold using Ayurveda?"], ["What is the Ayurvedic equivalent of Paracetamol?"]]
9
 
10
- model_path = 'microsoft/DialoGPT-large' #'microsoft/biogpt' #'microsoft/BioGPT-large' #microsoft/DialoGPT-large
11
 
12
  tokenizer = AutoTokenizer.from_pretrained(model_path)
13
  model = AutoModelForCausalLM.from_pretrained(model_path)
 
7
  description = "LLM-Powered Medical Chatbot that will answer all your health-related queries with the help of Ayurvedic texts ynder the hood!"
8
  examples = [["How can you cure common cold using Ayurveda?"], ["What is the Ayurvedic equivalent of Paracetamol?"]]
9
 
10
+ model_path = 'microsoft/phi-1_5'#'microsoft/DialoGPT-large' #'microsoft/biogpt' #'microsoft/BioGPT-large' #microsoft/DialoGPT-large
11
 
12
  tokenizer = AutoTokenizer.from_pretrained(model_path)
13
  model = AutoModelForCausalLM.from_pretrained(model_path)