alec moran
commited on
Update README.md
Browse files
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/
|
23 |
|
24 |
-
cd
|
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 |
-
|
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 |
|