A LORA fine tuned version of Llama 3 8B instruct that is meant to serve you as a outlet to your negative thoughts
-
By no means is this suppose to replace a therapy counselor, please seek professional help if you believe you need it.
-
The responses from the model may not be factually accurate, please double check with other sources when you believe you need to.
Use the code below to get started with the model.
The LORA/PEFT has already been merged with the uploaded model.
from transformers import AutoModelForCausalLM
model_id = "John4Blues/Llama-3-8B-Therapy"
model = AutoModelForCausalLM.from_pretrained(model_id)