Abdelkareem commited on
Commit
1888299
1 Parent(s): 2b33306

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +45 -0
README.md ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: Date
5
+ dtype: string
6
+ - name: Time
7
+ dtype: string
8
+ - name: Date Time
9
+ dtype: string
10
+ - name: URL
11
+ dtype: string
12
+ - name: Tweet Text
13
+ dtype: string
14
+ - name: Cleaned Text
15
+ dtype: string
16
+ - name: User Name
17
+ dtype: string
18
+ - name: Location
19
+ dtype: string
20
+ - name: 'Replied Tweet ID '
21
+ dtype: float64
22
+ - name: Replied Tweet User ID
23
+ dtype: float64
24
+ - name: Replied Tweet User name
25
+ dtype: string
26
+ - name: Coordinates
27
+ dtype: float64
28
+ - name: Retweet Count
29
+ dtype: float64
30
+ - name: Favorite Count
31
+ dtype: int64
32
+ - name: Favorited
33
+ dtype: string
34
+ - name: Label
35
+ dtype: string
36
+ splits:
37
+ - name: train
38
+ num_bytes: 7469621
39
+ num_examples: 13240
40
+ download_size: 3109198
41
+ dataset_size: 7469621
42
+ ---
43
+ # Dataset Card for "arabic_tweets_classification"
44
+
45
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)