File size: 977 Bytes
6f910f5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d4caa49
 
e20abd4
 
 
 
 
 
 
 
 
 
 
 
6f910f5
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
---
dataset_info:
  features:
  - name: text
    dtype: string
  splits:
  - name: train
    num_bytes: 85705
    num_examples: 661
  download_size: 26557
  dataset_size: 85705
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---
# Dataset Card for "therapy-data-set-llama"

Created Dataset particularly focussed on conversations between a therapist and a patient which can be directly used for training of llama models.
Raw Dataset is picked from [Pandora](https://github.com/avocadopelvis/pandora)

Eg. 
Patient: Hi
Therapist: Hello there. Tell me how are you feeling today?

Patient: Is anyone there?
Therapist: Hello there. Glad to see you're back. What's going on in your world right now? 

Patient: Good morning
Therapist: Good morning. I hope you had a good night's sleep. How are you feeling today?


[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)