luxinyi commited on
Commit
a523964
·
1 Parent(s): 923e1c3

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: Published
5
+ dtype: string
6
+ - name: Index
7
+ dtype: string
8
+ - name: Sub Index
9
+ dtype: 'null'
10
+ - name: Headline
11
+ dtype: string
12
+ - name: Summary
13
+ dtype: string
14
+ - name: Facebook Interactions
15
+ dtype: int64
16
+ - name: Download Date
17
+ dtype: string
18
+ - name: Theme
19
+ dtype: string
20
+ - name: New Index
21
+ dtype: string
22
+ - name: New Sub Index
23
+ dtype: string
24
+ - name: label
25
+ dtype: int64
26
+ splits:
27
+ - name: train
28
+ num_bytes: 420130.5018248175
29
+ num_examples: 1315
30
+ - name: validation
31
+ num_bytes: 105112.49817518248
32
+ num_examples: 329
33
+ download_size: 305631
34
+ dataset_size: 525243.0
35
+ ---
36
+ # Dataset Card for "tagged_articles"
37
+
38
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)