SSen99 commited on
Commit
960ca81
1 Parent(s): 9a5c86c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -1,3 +1,13 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+ An AI powered chatbot based on the quantized llama2 model for answering your questions related to astronomy and astrophysics.
5
+
6
+ To add data (pdfs):
7
+ -> create a folder "Files" -> add pdfs to "Files"
8
+
9
+ To chat with the bot:
10
+ -> clone the repo
11
+ -> pip install -r "requirements.txt"
12
+ -> python load.py
13
+ -> chainlit run model.py (Add a -w flag for updates)