ShenLab/MentalChat16K
Viewer • Updated • 16.1k • 1.96k • 60
How to use muaaz/gemma4-e2b-eq-counselor with Unsloth Studio:
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for muaaz/gemma4-e2b-eq-counselor to start chatting
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for muaaz/gemma4-e2b-eq-counselor to start chatting
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for muaaz/gemma4-e2b-eq-counselor to start chatting
pip install unsloth
from unsloth import FastModel
model, tokenizer = FastModel.from_pretrained(
model_name="muaaz/gemma4-e2b-eq-counselor",
max_seq_length=2048,
)Fine-tuned Gemma 4 E2B for empathetic mental health counseling support. Trained on MentalChat16K (16K counselor–client conversations covering 33 mental health topics).
This model is for research and educational purposes only. It is NOT a substitute for professional mental health care. If you or someone you know is in crisis, please contact a licensed professional.
This gemma4 model was trained 2x faster with Unsloth