SinclairSchneider commited on
Commit
5183ad0
·
1 Parent(s): fa0e1d4

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md CHANGED
@@ -1,3 +1,29 @@
1
  ---
2
  license: unknown
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: unknown
3
+ dataset_info:
4
+ features:
5
+ - name: title
6
+ dtype: string
7
+ - name: content
8
+ dtype: string
9
+ - name: author
10
+ dtype: string
11
+ - name: description
12
+ dtype: string
13
+ - name: keywords
14
+ sequence: string
15
+ - name: opinion
16
+ dtype: bool
17
+ - name: date_published_time_at
18
+ dtype: timestamp[ns, tz=+02:00]
19
+ - name: date_modified_at
20
+ dtype: timestamp[ns, tz=+02:00]
21
+ - name: __index_level_0__
22
+ dtype: int64
23
+ splits:
24
+ - name: train
25
+ num_bytes: 3534473312
26
+ num_examples: 724878
27
+ download_size: 2227143894
28
+ dataset_size: 3534473312
29
  ---