Naveengo commited on
Commit
c44953f
1 Parent(s): d940c72

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: 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: 2802214.906136173
20
+ num_examples: 5000
21
+ download_size: 1783189
22
+ dataset_size: 2802214.906136173
23
+ configs:
24
+ - config_name: default
25
+ data_files:
26
+ - split: train
27
+ path: data/train-*
28
+ ---
29
+ # Dataset Card for "tldr_5000rows"
30
+
31
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)