siddharthbulia commited on
Commit
e20abd4
1 Parent(s): d4caa49

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -19,4 +19,16 @@ configs:
19
 
20
  Created Dataset particularly focussed on conversations between a therapist and a patient which can be directly used for training of llama models.
21
  Raw Dataset is picked from [Pandora](https://github.com/avocadopelvis/pandora)
 
 
 
 
 
 
 
 
 
 
 
 
22
  [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
19
 
20
  Created Dataset particularly focussed on conversations between a therapist and a patient which can be directly used for training of llama models.
21
  Raw Dataset is picked from [Pandora](https://github.com/avocadopelvis/pandora)
22
+
23
+ Eg.
24
+ Patient: Hi
25
+ Therapist: Hello there. Tell me how are you feeling today?
26
+
27
+ Patient: Is anyone there?
28
+ Therapist: Hello there. Glad to see you're back. What's going on in your world right now?
29
+
30
+ Patient: Good morning
31
+ Therapist: Good morning. I hope you had a good night's sleep. How are you feeling today?
32
+
33
+
34
  [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)