davidberenstein1957 HF staff commited on
Commit
bdc82a1
1 Parent(s): 6ca46e3

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +47 -0
README.md ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: text
5
+ dtype: string
6
+ - name: inputs
7
+ struct:
8
+ - name: text
9
+ dtype: string
10
+ - name: prediction
11
+ list:
12
+ - name: label
13
+ dtype: string
14
+ - name: score
15
+ dtype: float64
16
+ - name: prediction_agent
17
+ dtype: string
18
+ - name: annotation
19
+ dtype: 'null'
20
+ - name: annotation_agent
21
+ dtype: 'null'
22
+ - name: multi_label
23
+ dtype: bool
24
+ - name: explanation
25
+ dtype: 'null'
26
+ - name: id
27
+ dtype: string
28
+ - name: metadata
29
+ dtype: 'null'
30
+ - name: status
31
+ dtype: string
32
+ - name: event_timestamp
33
+ dtype: timestamp[us]
34
+ - name: metrics
35
+ struct:
36
+ - name: text_length
37
+ dtype: int64
38
+ splits:
39
+ - name: train
40
+ num_bytes: 2761597
41
+ num_examples: 2347
42
+ download_size: 1691346
43
+ dataset_size: 2761597
44
+ ---
45
+ # Dataset Card for "uber-reviews"
46
+
47
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)