reichenbach commited on
Commit
077d227
1 Parent(s): f7e4c5b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: test
8
+ path: data/test-*
9
+ dataset_info:
10
+ features:
11
+ - name: link
12
+ dtype: string
13
+ - name: headline
14
+ dtype: string
15
+ - name: category
16
+ dtype: string
17
+ - name: short_description
18
+ dtype: string
19
+ - name: authors
20
+ dtype: string
21
+ - name: date
22
+ dtype: timestamp[s]
23
+ splits:
24
+ - name: train
25
+ num_bytes: 56378761.39201153
26
+ num_examples: 167621
27
+ - name: test
28
+ num_bytes: 14094942.60798847
29
+ num_examples: 41906
30
+ download_size: 44996856
31
+ dataset_size: 70473704.0
32
+ ---
33
+ # Dataset Card for "news_classification_kaggle_dt"
34
+
35
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)