enryu43 commited on
Commit
76a467e
·
1 Parent(s): 1fa2ec2

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: user
5
+ dtype: string
6
+ - name: id
7
+ dtype: int64
8
+ - name: tweet
9
+ dtype: string
10
+ - name: replies
11
+ dtype: int64
12
+ - name: retweets
13
+ dtype: int64
14
+ - name: likes
15
+ dtype: int64
16
+ - name: quotes
17
+ dtype: int64
18
+ - name: date
19
+ dtype: string
20
+ splits:
21
+ - name: train
22
+ num_bytes: 20356236942
23
+ num_examples: 88084332
24
+ download_size: 9614694227
25
+ dataset_size: 20356236942
26
+ ---
27
+ # Dataset Card for "twitter100m_tweets"
28
+
29
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)