Views
No views yet
Qwen/Qwen3-4B-Instruct large language model fine-tuned using LoRA (Low-Rank Adaptation) to generate CBT (Cognitive Behavioral Therapy) responses for mental health applications. The model follows the prompt format:### Dialogue:\n{dialogue}\n### Use the CBT technique: {technique}\n### Plan: {plan}\n### Assistant:LangAGI-Lab/cactus dataset, which includes:1{
2 "dialogue": str, # Patient-Therapist conversation
3 "cbt_technique": str, # CBT technique to apply
4 "cbt_plan": str # Step-by-step therapeutic plan
5}Qwen/Qwen3-4B-Instruct (a 4-billion parameter causal language model).bitsandbytes for reduced memory usage.r): 8lora_alpha): 32q_proj, v_proj, k_proj, o_projper_device_train_batch_size=5, gradient_accumulation_steps=5.2e-5, weight decay 0.01.EarlyStoppingCallback).