heliosbrahma/mental_health_chatbot_dataset
Viewer • Updated • 172 • 255 • 94
How to use greenmantis/falcon-7b-sharded-bf16-finetuned-mental-health-conv with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("ybelkada/falcon-7b-sharded-bf16")
model = PeftModel.from_pretrained(base_model, "greenmantis/falcon-7b-sharded-bf16-finetuned-mental-health-conv")This model is a fine-tuned version of ybelkada/falcon-7b-sharded-bf16 on an unknown dataset.
More information needed
More information needed
More information needed
The following bitsandbytes quantization config was used during training:
The following hyperparameters were used during training:
Base model
ybelkada/falcon-7b-sharded-bf16