AndyReas commited on
Commit
b05b12d
·
1 Parent(s): 4d507e7

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +26 -8
README.md CHANGED
@@ -1,9 +1,27 @@
1
  ---
2
- license: mit
3
- task_categories:
4
- - text-generation
5
- language:
6
- - en
7
- size_categories:
8
- - 10M<n<100M
9
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ dataset_info:
3
+ features:
4
+ - name: meta
5
+ struct:
6
+ - name: article_id
7
+ dtype: string
8
+ - name: outlet
9
+ dtype: string
10
+ - name: date
11
+ dtype: string
12
+ - name: title
13
+ dtype: string
14
+ - name: description
15
+ dtype: string
16
+ - name: new_article_id
17
+ dtype: string
18
+ splits:
19
+ - name: train
20
+ num_bytes: 4266768296
21
+ num_examples: 13118041
22
+ download_size: 2268969824
23
+ dataset_size: 4266768296
24
+ ---
25
+ # Dataset Card for "frontpage-news"
26
+
27
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)