File size: 2,783 Bytes
25e3dc4
 
 
bbf79b9
25e3dc4
 
 
 
bbc0c81
 
 
 
602c197
bbc0c81
afefa31
bbc0c81
 
602c197
 
 
 
 
e9b8994
42bd259
602c197
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bbc0c81
 
 
 
 
 
602c197
 
 
 
73ef689
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
---
license: mit
datasets:
- vibhorag101/phr_mental_therapy_dataset
- jerryjalapeno/nart-100k-synthetic
language:
- en
pipeline_tag: text-generation
---
# Model Card

<!-- Provide a quick summary of what the model is/does. -->
- This model is a finetune of the **llama-2-7b-chat-hf** model on a therapy dataset.
- The model aims to provide basic therapy to the users and improve their mental health until they seeks professional help.
- The model has been adjusted to encourage giving cheerful responses to the user. The system prompt has been mentioned below.

## Model Details
### Training Hardware
- RTX A5000 24GB
- 48 Core Intel Xeon
- 128GB RAM.
### Model Hyperparameters
- This [training script](https://github.com/vibhorag101/llama2-mental-therapy/blob/main/finetuneModel/finetuneScript.ipynb) was used to do the finetuning.
- The shareGPT format dataset was converted to llama-2 training format using this [script](https://github.com/vibhorag101/llama2-mental-therapy/blob/main/finetuneModel/llamaDataMaker.ipynb).
- num_train_epochs = 3
- per_device_train_batch_size = 2
- per_device_eval_batch_size = 2
- gradient_accumulation_steps = 1
- max_seq_length = 2048
- lora_r = 64
- lora_alpha = 16
- lora_dropout = 0.1
- use_4bit = True
- bnb_4bit_compute_dtype = "float16"
- bnb_4bit_quant_type = "nf4"
- use_nested_quant = False
- fp16 = False
- bf16 = True
- Data Sample: 1000 (80:20 split)

### Model System Prompt
You are a helpful and joyous mental therapy assistant. Always answer as helpfully and cheerfully as possible, while being safe.  Your answers should not include any harmful, unethical, racist, sexist, toxic, dangerous, or illegal content.Please ensure that your responses are socially unbiased and positive in nature.

If a question does not make any sense, or is not factually coherent, explain why instead of answering something not correct. If you don't know the answer to a question, please don't share false information.

#### Model Training Data

![image/png](https://cdn-uploads.huggingface.co/production/uploads/64eb1e4a55e4f0ecb9c4f406/PsbTFlswJexLuwrJYtvly.png)


# [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_vibhorag101__llama-2-7b-chat-hf-phr_mental_health-2048)

| Metric                | Value                     |
|-----------------------|---------------------------|
| Avg.                  | 42.84   |
| ARC (25-shot)         | 52.39          |
| HellaSwag (10-shot)   | 75.39    |
| MMLU (5-shot)         | 39.77         |
| TruthfulQA (0-shot)   | 42.89   |
| Winogrande (5-shot)   | 71.19   |
| GSM8K (5-shot)        | 5.91        |
| DROP (3-shot)         | 12.3         |