Text Generation
PEFT
Safetensors
llama
SFT
PEFT
Mental Health
Psychotherapy
Fine-tuning
Text Generation
Chatbot
conversational
4-bit precision
bitsandbytes
Instructions to use zementalist/llama-3-8B-chat-psychotherapist with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use zementalist/llama-3-8B-chat-psychotherapist with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Meta-Llama-3-8B-Instruct") model = PeftModel.from_pretrained(base_model, "zementalist/llama-3-8B-chat-psychotherapist") - Notebooks
- Google Colab
- Kaggle
ValueError: Can not map tensor 'model.layers.0.mlp.down_proj.weight.absmax'
6
#1 opened about 2 years ago
by
kowal66b