plaguss HF staff commited on
Commit
ecd7ba9
1 Parent(s): 10f3dff

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +52 -0
README.md ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: text
5
+ dtype: string
6
+ id: field
7
+ - name: label
8
+ list:
9
+ - name: user_id
10
+ dtype: string
11
+ id: question
12
+ - name: value
13
+ sequence: string
14
+ id: suggestion
15
+ - name: status
16
+ dtype: string
17
+ id: question
18
+ - name: label-suggestion
19
+ sequence: string
20
+ id: suggestion
21
+ - name: label-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: external_id
33
+ dtype: string
34
+ id: external_id
35
+ - name: metadata
36
+ dtype: string
37
+ id: metadata
38
+ splits:
39
+ - name: train
40
+ num_bytes: 20477874
41
+ num_examples: 53990
42
+ download_size: 3340670
43
+ dataset_size: 20477874
44
+ configs:
45
+ - config_name: default
46
+ data_files:
47
+ - split: train
48
+ path: data/train-*
49
+ ---
50
+ # Dataset Card for "go_emotions_raw"
51
+
52
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)