maneshkarun commited on
Commit
1a4c47c
1 Parent(s): 9e619b6

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md CHANGED
@@ -1,3 +1,36 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: mit
3
+ dataset_info:
4
+ features:
5
+ - name: text
6
+ dtype: string
7
+ - name: title
8
+ dtype: string
9
+ - name: hyperpartisan
10
+ dtype: bool
11
+ - name: url
12
+ dtype: string
13
+ - name: published_at
14
+ dtype: string
15
+ - name: bias
16
+ dtype:
17
+ class_label:
18
+ names:
19
+ '0': right
20
+ '1': right-center
21
+ '2': least
22
+ '3': left-center
23
+ '4': left
24
+ - name: word_count
25
+ dtype: int64
26
+ - name: cleaned_data
27
+ dtype: string
28
+ - name: pos_tagged
29
+ dtype: string
30
+ splits:
31
+ - name: train
32
+ num_bytes: 732080426.0
33
+ num_examples: 10000
34
+ download_size: 355605083
35
+ dataset_size: 732080426.0
36
  ---