vikas-mehta-cohere-health commited on
Commit
a41e4e2
1 Parent(s): ae5433a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +77 -0
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: text
5
+ dtype: string
6
+ id: field
7
+ - name: sentiment
8
+ list:
9
+ - name: user_id
10
+ dtype: string
11
+ id: question
12
+ - name: value
13
+ dtype: string
14
+ id: suggestion
15
+ - name: status
16
+ dtype: string
17
+ id: question
18
+ - name: sentiment-suggestion
19
+ dtype: string
20
+ id: suggestion
21
+ - name: sentiment-suggestion-metadata
22
+ struct:
23
+ - name: type
24
+ dtype: string
25
+ id: suggestion-metadata
26
+ - name: score
27
+ dtype: float32
28
+ id: suggestion-metadata
29
+ - name: agent
30
+ dtype: string
31
+ id: suggestion-metadata
32
+ - name: mixed-emotion
33
+ list:
34
+ - name: user_id
35
+ dtype: string
36
+ id: question
37
+ - name: value
38
+ sequence: string
39
+ id: suggestion
40
+ - name: status
41
+ dtype: string
42
+ id: question
43
+ - name: mixed-emotion-suggestion
44
+ sequence: string
45
+ id: suggestion
46
+ - name: mixed-emotion-suggestion-metadata
47
+ struct:
48
+ - name: type
49
+ dtype: string
50
+ id: suggestion-metadata
51
+ - name: score
52
+ dtype: float32
53
+ id: suggestion-metadata
54
+ - name: agent
55
+ dtype: string
56
+ id: suggestion-metadata
57
+ - name: external_id
58
+ dtype: string
59
+ id: external_id
60
+ - name: metadata
61
+ dtype: string
62
+ id: metadata
63
+ splits:
64
+ - name: train
65
+ num_bytes: 228
66
+ num_examples: 1
67
+ download_size: 10478
68
+ dataset_size: 228
69
+ configs:
70
+ - config_name: default
71
+ data_files:
72
+ - split: train
73
+ path: data/train-*
74
+ ---
75
+ # Dataset Card for "sample"
76
+
77
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)