Jee commited on
Commit
9beaa9f
·
verified ·
1 Parent(s): 866206b

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: 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: 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: split
33
+ dtype: string
34
+ - name: status
35
+ dtype: string
36
+ - name: event_timestamp
37
+ dtype: timestamp[us]
38
+ - name: metrics
39
+ struct:
40
+ - name: text_length
41
+ dtype: int64
42
+ splits:
43
+ - name: train
44
+ num_bytes: 25871473
45
+ num_examples: 38527
46
+ download_size: 15232052
47
+ dataset_size: 25871473
48
+ configs:
49
+ - config_name: default
50
+ data_files:
51
+ - split: train
52
+ path: data/train-*
53
+ ---
54
+ # Dataset Card for "news"
55
+
56
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)