alexandru-dima commited on
Commit
7062b05
1 Parent(s): f58976f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +61 -0
README.md ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: int64
6
+ - name: headline
7
+ dtype: string
8
+ - name: body
9
+ dtype: string
10
+ - name: tags
11
+ dtype: string
12
+ - name: link
13
+ dtype: string
14
+ - name: total_shares
15
+ dtype: float64
16
+ - name: total_facebook_shares
17
+ dtype: float64
18
+ - name: twitter_shares
19
+ dtype: float64
20
+ - name: pinterest_shares
21
+ dtype: float64
22
+ - name: total_reddit_engagements
23
+ dtype: float64
24
+ - name: published_date
25
+ dtype: timestamp[ns]
26
+ - name: author_name
27
+ dtype: string
28
+ - name: num_words
29
+ dtype: float64
30
+ - name: facebook_comments
31
+ dtype: float64
32
+ - name: facebook_shares
33
+ dtype: float64
34
+ - name: facebook_likes
35
+ dtype: float64
36
+ - name: num_linking_domains
37
+ dtype: float64
38
+ - name: wow_count
39
+ dtype: float64
40
+ - name: love_count
41
+ dtype: float64
42
+ - name: haha_count
43
+ dtype: float64
44
+ - name: sad_count
45
+ dtype: float64
46
+ - name: angry_count
47
+ dtype: float64
48
+ - name: similar
49
+ dtype: string
50
+ - name: split
51
+ dtype: string
52
+ splits:
53
+ - name: train
54
+ num_bytes: 1315063
55
+ num_examples: 332
56
+ download_size: 736929
57
+ dataset_size: 1315063
58
+ ---
59
+ # Dataset Card for "ro_fake_news"
60
+
61
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)