Zaid commited on
Commit
619c18b
1 Parent(s): db110da

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: '#Tweet_ID'
5
+ dtype: string
6
+ - name: Tweet_text
7
+ dtype: string
8
+ - name: Topic
9
+ dtype: string
10
+ - name: Sentiment_label_confidence
11
+ dtype: string
12
+ - name: Speech_act_label
13
+ dtype: string
14
+ - name: Speech_act_label_confidence
15
+ dtype: string
16
+ - name: label
17
+ dtype:
18
+ class_label:
19
+ names:
20
+ 0: Negative
21
+ 1: Neutral
22
+ 2: Positive
23
+ 3: Mixed
24
+ splits:
25
+ - name: train
26
+ num_bytes: 6147723
27
+ num_examples: 19897
28
+ download_size: 2998319
29
+ dataset_size: 6147723
30
+ ---
31
+ # Dataset Card for "ArSAS"
32
+
33
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)