loaiabdalslam/counselchat
Viewer β’ Updated β’ 1.48k β’ 15 β’ 5
How to use johnhandleyd/thesa with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("TheBloke/zephyr-7B-alpha-GPTQ")
model = PeftModel.from_pretrained(base_model, "johnhandleyd/thesa")Thesa is an experimental project of a therapy chatbot trained on mental health data and fine-tuned with the Zephyr GPTQ model that uses quantization to decrease high computatinal and storage costs.
This model is purely experimental and should not be used as substitute for a mental health professional.
Training loss:

The following hyperparameters were used during training:
Learning rate overtime (warm up ratio was used during training):

Base model
mistralai/Mistral-7B-v0.1