This is a Psychiatrist Chatbot model that has been fine tuned using QLoRA and Quantized using GGUF.
To running this project, please ensure that you have the following installed:
git clone https://github.com/Raditya-P/PsychIT-AI-Therapist.git
cd PsychIT
Create virtual environment:
python3 -m venv psychIT-env
conda create -n psychIT-env python=3.10.*
Activate the virtual environment
source psychIT-env/bin/activate
conda activate psychIT-env
Install the project dependencies
pip install -r requirements.txt
Run the project
flask run
python3 usage.py
If you are done, you can exit from the virtual environment with:
deactivate
If you want to use ollama, you can download Quantized model below, copy and paste quantized model in the same directory as Modelfile, and run ollama using:
ollama create psychIT -f Modelfile
ollama run psychIT
https://colab.research.google.com/drive/1g8S3xOBGuzM5eL2l0cpVBSDTTI_I0b1R?usp=sharing https://colab.research.google.com/drive/1Xe5UXD1FAiY11t6w78LOk8sAlJ7XwAQU?usp=sharing https://colab.research.google.com/drive/17l7GE4sfaIVF7PwHxnBwCov5k_EUN0CV?usp=sharing https://colab.research.google.com/drive/1q43nobwY2zFSEkYGFsiLTSGySHpehzZ-?usp=sharing https://drive.google.com/drive/folders/1XqC4SyGVkIVCjC4qWzOWAOZ9gFAziKlZ?usp=sharing
5 commits
Python
100.0%
This is a Psychiatrist Chatbot model that has been fine tuned using QLoRA and Quantized using GGUF.
To running this project, please ensure that you have the following installed:
git clone https://github.com/Raditya-P/PsychIT-AI-Therapist.git
cd PsychIT
Create virtual environment:
python3 -m venv psychIT-env
conda create -n psychIT-env python=3.10.*
Activate the virtual environment
source psychIT-env/bin/activate
conda activate psychIT-env
Install the project dependencies
pip install -r requirements.txt
Run the project
flask run
python3 usage.py
If you are done, you can exit from the virtual environment with:
deactivate
If you want to use ollama, you can download Quantized model below, copy and paste quantized model in the same directory as Modelfile, and run ollama using:
ollama create psychIT -f Modelfile
ollama run psychIT
https://colab.research.google.com/drive/1g8S3xOBGuzM5eL2l0cpVBSDTTI_I0b1R?usp=sharing https://colab.research.google.com/drive/1Xe5UXD1FAiY11t6w78LOk8sAlJ7XwAQU?usp=sharing https://colab.research.google.com/drive/17l7GE4sfaIVF7PwHxnBwCov5k_EUN0CV?usp=sharing https://colab.research.google.com/drive/1q43nobwY2zFSEkYGFsiLTSGySHpehzZ-?usp=sharing https://drive.google.com/drive/folders/1XqC4SyGVkIVCjC4qWzOWAOZ9gFAziKlZ?usp=sharing
5 commits
Python
100.0%