lhoestq HF staff commited on
Commit
874d9b4
1 Parent(s): 7eaf0e5

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md CHANGED
@@ -19,6 +19,28 @@ task_ids:
19
  - sentiment-classification
20
  paperswithcode_id: null
21
  pretty_name: Emotional Tone in Arabic
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Dataset Card for Emotional Tone in Arabic
 
19
  - sentiment-classification
20
  paperswithcode_id: null
21
  pretty_name: Emotional Tone in Arabic
22
+ dataset_info:
23
+ features:
24
+ - name: tweet
25
+ dtype: string
26
+ - name: label
27
+ dtype:
28
+ class_label:
29
+ names:
30
+ 0: none
31
+ 1: anger
32
+ 2: joy
33
+ 3: sadness
34
+ 4: love
35
+ 5: sympathy
36
+ 6: surprise
37
+ 7: fear
38
+ splits:
39
+ - name: train
40
+ num_bytes: 1541746
41
+ num_examples: 10065
42
+ download_size: 1563138
43
+ dataset_size: 1541746
44
  ---
45
 
46
  # Dataset Card for Emotional Tone in Arabic