dim commited on
Commit
40398dc
1 Parent(s): cf12578

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: headline
5
+ dtype: string
6
+ - name: content
7
+ dtype: string
8
+ - name: category
9
+ dtype:
10
+ class_label:
11
+ names:
12
+ '0': Sponsor
13
+ '1': Big Tech & Startups
14
+ '2': Science and Futuristic Technology
15
+ '3': Programming, Design & Data Science
16
+ '4': Miscellaneous
17
+ splits:
18
+ - name: train
19
+ num_bytes: 4000442
20
+ num_examples: 7138
21
+ download_size: 2554140
22
+ dataset_size: 4000442
23
+ ---
24
+ # Dataset Card for "tldr_news"
25
+
26
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)