pietrolesci commited on
Commit
2a3a9b0
·
1 Parent(s): 607edf5

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +46 -0
README.md ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: validation
8
+ path: data/validation-*
9
+ dataset_info:
10
+ features:
11
+ - name: news_text
12
+ dtype: string
13
+ - name: title
14
+ dtype: string
15
+ - name: hyperpartisan
16
+ dtype: bool
17
+ - name: url
18
+ dtype: string
19
+ - name: published_at
20
+ dtype: string
21
+ - name: bias
22
+ dtype:
23
+ class_label:
24
+ names:
25
+ '0': right
26
+ '1': right-center
27
+ '2': least
28
+ '3': left-center
29
+ '4': left
30
+ - name: text
31
+ dtype: string
32
+ - name: uid
33
+ dtype: int64
34
+ splits:
35
+ - name: train
36
+ num_bytes: 5549889491
37
+ num_examples: 600000
38
+ - name: validation
39
+ num_bytes: 1906305570
40
+ num_examples: 150000
41
+ download_size: 4230482849
42
+ dataset_size: 7456195061
43
+ ---
44
+ # Dataset Card for "hyperpartisannewsdetection"
45
+
46
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)