youralien commited on
Commit
1498978
·
verified ·
1 Parent(s): 22646ad

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +56 -0
README.md ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: conv_index
5
+ dtype: int64
6
+ - name: helper_index
7
+ dtype: int64
8
+ - name: input
9
+ sequence: string
10
+ - name: Reflections-goodareas
11
+ dtype: int64
12
+ - name: Validation-goodareas
13
+ dtype: int64
14
+ - name: Empathy-goodareas
15
+ dtype: int64
16
+ - name: Questions-goodareas
17
+ dtype: int64
18
+ - name: Suggestions-goodareas
19
+ dtype: int64
20
+ - name: Self-disclosure-goodareas
21
+ dtype: int64
22
+ - name: Structure-goodareas
23
+ dtype: int64
24
+ - name: Professionalism-goodareas
25
+ dtype: int64
26
+ - name: Reflections-badareas
27
+ dtype: int64
28
+ - name: Validation-badareas
29
+ dtype: int64
30
+ - name: Empathy-badareas
31
+ dtype: int64
32
+ - name: Questions-badareas
33
+ dtype: int64
34
+ - name: Suggestions-badareas
35
+ dtype: int64
36
+ - name: Self-disclosure-badareas
37
+ dtype: int64
38
+ - name: Structure-badareas
39
+ dtype: int64
40
+ - name: Professionalism-badareas
41
+ dtype: int64
42
+ splits:
43
+ - name: train
44
+ num_bytes: 8464614
45
+ num_examples: 8179
46
+ download_size: 3114742
47
+ dataset_size: 8464614
48
+ configs:
49
+ - config_name: default
50
+ data_files:
51
+ - split: train
52
+ path: data/train-*
53
+ ---
54
+ # Dataset Card for "feedback_qesconv_16wayclassification"
55
+
56
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)