Jee commited on
Commit
195f2f2
1 Parent(s): 0ea22c2

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +58 -0
README.md ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: string
20
+ - name: annotation_agent
21
+ dtype: string
22
+ - name: vectors
23
+ dtype: 'null'
24
+ - name: multi_label
25
+ dtype: bool
26
+ - name: explanation
27
+ dtype: 'null'
28
+ - name: id
29
+ dtype: string
30
+ - name: metadata
31
+ struct:
32
+ - name: label_error_candidate
33
+ dtype: int64
34
+ - name: split
35
+ dtype: string
36
+ - name: status
37
+ dtype: string
38
+ - name: event_timestamp
39
+ dtype: timestamp[us]
40
+ - name: metrics
41
+ struct:
42
+ - name: text_length
43
+ dtype: int64
44
+ splits:
45
+ - name: train
46
+ num_bytes: 413494
47
+ num_examples: 616
48
+ download_size: 263031
49
+ dataset_size: 413494
50
+ configs:
51
+ - config_name: default
52
+ data_files:
53
+ - split: train
54
+ path: data/train-*
55
+ ---
56
+ # Dataset Card for "label_errors"
57
+
58
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)