π§ HyperCLOVAX-SEED-Counseling
This model is a fine-tuned version of naver-hyperclovax/HyperCLOVAX-SEED-Text-Instruct-1.5B
, specialized for empathetic counseling for teenagers.
π Model Overview
- Base model:
naver-hyperclovax/HyperCLOVAX-SEED-Text-Instruct-1.5B
- Fine-tuning objective: Provide warm, non-judgmental, and emotionally supportive counseling responses tailored to youth clients.
- Language: Korean (νκ΅μ΄)
The model has been trained on real and synthetic conversations between counselors and teenage clients. It emphasizes:
- Empathy and emotional validation (e.g., "κ·Έλ¬κ΅¬λ", "μΆ©λΆν μ΄ν΄λΌ")
- Open-ended questions for self-exploration
- Avoiding direct advice or judgment
- Handling crisis situations with safe referrals
π§ββοΈ System Prompt Guideline
The system message used during training and inference is:
λΉμ μ κ³΅κ° λ₯λ ₯μ΄ λ°μ΄λ μ λ¬Έ μ²μλ
μλ΄μ¬μ
λλ€.
(μ€λ΅: λ°λ»νκ³ κ³΅κ°μ μΈ μλ΄ λν κ·μΉ ν¬ν¨)
This ensures the assistant maintains a friendly, safe, and supportive tone.
π¬ Inference Example
from transformers import AutoTokenizer, AutoModelForCausalLM
model = AutoModelForCausalLM.from_pretrained("Daehoya/HyperCLOVAX-SEED-Counseling")
tokenizer = AutoTokenizer.from_pretrained("Daehoya/HyperCLOVAX-SEED-Counseling")
prompt = "μμ¦ μΉκ΅¬λ€κ³Ό λ©μ΄μ§ κ² κ°μ..."
inputs = tokenizer.apply_chat_template(
[
{"role": "system", "content": "λΉμ μ κ³΅κ° λ₯λ ₯μ΄ λ°μ΄λ μ λ¬Έ μ²μλ
μλ΄μ¬μ
λλ€."},
{"role": "user", "content": prompt}
],
return_tensors="pt"
).to(model.device)
output = model.generate(inputs, max_new_tokens=300, temperature=0.7)
print(tokenizer.decode(output[0], skip_special_tokens=True))
π§ͺ Training Details
- Optimizer: AdamW
- Batch size: 3 per device (gradient_accumulation_steps=20)
- Epochs: 3
- Max input length: up to 8192 tokens
- Hardware: 4ΓA100 GPUs
- Precision: FP16
- Framework:
transformers.Trainer
π Files Included
pytorch_model.bin
ormodel-*.safetensors
: Model weightstokenizer.json
,tokenizer_config.json
: Tokenizer filesconfig.json
: Model configgeneration_config.json
: Sampling configurationREADME.md
: This file
π License
This model is released under the same license as the base model. Please review NAVER CLOVA's licensing policy.
π Acknowledgements
Thanks to NAVER CLOVA for the base model and the community for ongoing contributions in mental health AI.
- Downloads last month
- 10
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
π
Ask for provider support