lhoestq HF staff commited on
Commit
3aa5f0b
1 Parent(s): d419629

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -19,6 +19,23 @@ task_ids:
19
  - sentiment-classification
20
  paperswithcode_id: null
21
  pretty_name: Arabic Jordanian General Tweets
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Dataset Card for Arabic Jordanian General Tweets
 
19
  - sentiment-classification
20
  paperswithcode_id: null
21
  pretty_name: Arabic Jordanian General Tweets
22
+ dataset_info:
23
+ features:
24
+ - name: text
25
+ dtype: string
26
+ - name: label
27
+ dtype:
28
+ class_label:
29
+ names:
30
+ 0: Negative
31
+ 1: Positive
32
+ config_name: plain_text
33
+ splits:
34
+ - name: train
35
+ num_bytes: 175424
36
+ num_examples: 1800
37
+ download_size: 107395
38
+ dataset_size: 175424
39
  ---
40
 
41
  # Dataset Card for Arabic Jordanian General Tweets