karths commited on
Commit
0a83b6c
1 Parent(s): 28b02f4

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: image_url
5
+ dtype: string
6
+ - name: article_url
7
+ dtype: string
8
+ - name: title
9
+ dtype: string
10
+ - name: image
11
+ dtype: image
12
+ - name: content
13
+ dtype: string
14
+ - name: description
15
+ dtype: string
16
+ - name: author
17
+ dtype: string
18
+ - name: date_published
19
+ dtype: string
20
+ - name: categories
21
+ sequence: string
22
+ splits:
23
+ - name: train
24
+ num_bytes: 101635625.0
25
+ num_examples: 590
26
+ download_size: 88354251
27
+ dataset_size: 101635625.0
28
+ ---
29
+ # Dataset Card for "aws_arch"
30
+
31
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)