Datasets:

Modalities:
Text
Formats:
parquet
Libraries:
Datasets
pandas
Zaid commited on
Commit
c84ac9b
·
verified ·
1 Parent(s): d65f25e

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: id_str
5
+ dtype: string
6
+ - name: text
7
+ dtype: string
8
+ - name: clean
9
+ dtype: string
10
+ - name: sentiment
11
+ dtype: string
12
+ - name: not_clean
13
+ dtype: string
14
+ - name: n_emoji
15
+ dtype: string
16
+ - name: n_hashtag
17
+ dtype: string
18
+ - name: n_mention
19
+ dtype: string
20
+ - name: n_url
21
+ dtype: string
22
+ - name: ln
23
+ dtype: string
24
+ - name: score
25
+ dtype: string
26
+ splits:
27
+ - name: train
28
+ num_bytes: 3183582
29
+ num_examples: 12558
30
+ download_size: 1687126
31
+ dataset_size: 3183582
32
+ ---
33
+ # Dataset Card for "TEAD"
34
+
35
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)