lhoestq HF staff commited on
Commit
9b73550
1 Parent(s): 8b0a4d5

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md CHANGED
@@ -21,6 +21,32 @@ paperswithcode_id: null
21
  pretty_name: News Popularity in Multiple Social Media Platforms
22
  tags:
23
  - social-media-shares-prediction
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  ---
25
 
26
  # Dataset Card for News Popularity in Multiple Social Media Platforms
21
  pretty_name: News Popularity in Multiple Social Media Platforms
22
  tags:
23
  - social-media-shares-prediction
24
+ dataset_info:
25
+ features:
26
+ - name: id
27
+ dtype: int32
28
+ - name: title
29
+ dtype: string
30
+ - name: headline
31
+ dtype: string
32
+ - name: source
33
+ dtype: string
34
+ - name: topic
35
+ dtype: string
36
+ - name: publish_date
37
+ dtype: string
38
+ - name: facebook
39
+ dtype: int32
40
+ - name: google_plus
41
+ dtype: int32
42
+ - name: linked_in
43
+ dtype: int32
44
+ splits:
45
+ - name: train
46
+ num_bytes: 27927641
47
+ num_examples: 93239
48
+ download_size: 30338277
49
+ dataset_size: 27927641
50
  ---
51
 
52
  # Dataset Card for News Popularity in Multiple Social Media Platforms