ummagumm-a commited on
Commit
b7bff46
·
1 Parent(s): 368a3d9

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
+ dataset_info:
3
+ features:
4
+ - name: retweetCount
5
+ dtype: int64
6
+ - name: num_mentioned_users
7
+ dtype: int64
8
+ - name: lang
9
+ dtype: string
10
+ - name: num_outlinks
11
+ dtype: int64
12
+ - name: likeCount
13
+ dtype: int64
14
+ - name: num_hashtags
15
+ dtype: int64
16
+ - name: content
17
+ dtype: string
18
+ - name: quoteCount
19
+ dtype: int64
20
+ - name: date
21
+ dtype: string
22
+ - name: user
23
+ dtype: string
24
+ - name: replyCount
25
+ dtype: int64
26
+ splits:
27
+ - name: train
28
+ num_bytes: 42654407
29
+ num_examples: 153340
30
+ download_size: 23097728
31
+ dataset_size: 42654407
32
+ ---
33
+ # Dataset Card for "twitter_posts"
34
+
35
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)