michelleyunun commited on
Commit
9c6e446
1 Parent(s): b87c3f8

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: transcript_id
5
+ dtype: string
6
+ - name: mi_quality
7
+ dtype: string
8
+ - name: video_title
9
+ dtype: string
10
+ - name: video_url
11
+ dtype: string
12
+ - name: topic
13
+ dtype: string
14
+ - name: utterance_id
15
+ dtype: string
16
+ - name: interlocutor
17
+ dtype: string
18
+ - name: timestamp
19
+ dtype: string
20
+ - name: utterance_text
21
+ dtype: string
22
+ - name: main_therapist_behaviour
23
+ dtype: string
24
+ - name: client_talk_type
25
+ dtype: string
26
+ splits:
27
+ - name: train
28
+ num_bytes: 1179630
29
+ num_examples: 4153
30
+ download_size: 249489
31
+ dataset_size: 1179630
32
+ ---
33
+ # Dataset Card for "therapydata"
34
+
35
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)