alec moran commited on
Commit
3d03ccd
·
verified ·
1 Parent(s): 606f90b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -19,9 +19,9 @@ The Healthcare Chatbot is a medical question-answering AI powered by FLAN-T5, a
19
 
20
  Option 1: Clone from Hugging Face
21
 
22
- git clone https://huggingface.co/alecmoran/Healthcare_Chatbot
23
 
24
- cd Healthcare_Chatbot
25
 
26
  Option 2: Download as a ZIP
27
 
@@ -53,7 +53,7 @@ Open Terminal in the project directory.
53
 
54
  Run the following command to download the model:
55
 
56
- chmod +x get_model.sh && ./get_model.sh
57
 
58
  Once the model is downloaded, run the chatbot:
59
 
 
19
 
20
  Option 1: Clone from Hugging Face
21
 
22
+ git clone https://huggingface.co/alecmoran/healthcare_chatbot
23
 
24
+ cd healthcare_chatbot
25
 
26
  Option 2: Download as a ZIP
27
 
 
53
 
54
  Run the following command to download the model:
55
 
56
+ git clone https://huggingface.co/google/flan-t5-small
57
 
58
  Once the model is downloaded, run the chatbot:
59