billmianz commited on
Commit
5fd47d4
·
verified ·
1 Parent(s): 2f36349

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -4,8 +4,9 @@ library_name: transformers
4
  pipeline_tag: text-generation
5
  ---
6
 
7
- This model, PsychoCounsel-Llama3-8B, was presented in the paper [Preference Learning Unlocks LLMs' Psycho-Counseling Skills](https://hf.co/papers/2502.19731). It's a fine-tuned Llama 3 model trained using preference learning on the PsychoCounsel-Preference dataset. This dataset contains 36k high-quality preference comparison pairs aligned with the preferences of professional psychotherapists.
8
 
9
  The model aims to improve the quality of responses in psycho-counseling sessions and achieves a win rate of 87% against GPT-4o.
10
 
11
- Project page: https://hf.co/Psychotherapy-LLM
 
 
4
  pipeline_tag: text-generation
5
  ---
6
 
7
+ This model is presented in the paper [Preference Learning Unlocks LLMs' Psycho-Counseling Skills](https://hf.co/papers/2502.19731). It's a fine-tuned Llama 3 model trained using preference learning on the [PsychoCounsel-Preference](https://huggingface.co/datasets/Psychotherapy-LLM/PsychoCounsel-Preference) dataset. This dataset contains 36k high-quality preference comparison pairs aligned with the preferences of professional psychotherapists.
8
 
9
  The model aims to improve the quality of responses in psycho-counseling sessions and achieves a win rate of 87% against GPT-4o.
10
 
11
+
12
+ This usage is the same as [meta-llama/Llama-3.1-8B](https://huggingface.co/meta-llama/Llama-3.1-8B)