Using LLM as QA system on document corpus. ML Hard project.
Run in the root of the repo
pipenv --python 3.10
pipenv install
To activate the environment run in the root of the repo
pipenv shell
Create .env
file in the root of the repo
HUGGINGFACEHUB_API_TOKEN = <YOUR API TOKEN>