File size: 373 Bytes
3cffb23 960ca81 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
---
license: apache-2.0
---
An AI powered chatbot based on the quantized llama2 model for answering your questions related to astronomy and astrophysics.
To add data (pdfs):
-> create a folder "Files" -> add pdfs to "Files"
To chat with the bot:
-> clone the repo
-> pip install -r "requirements.txt"
-> python load.py
-> chainlit run model.py (Add a -w flag for updates) |