Datasets:

Languages:
Arabic
Multilinguality:
monolingual
Size Categories:
1K<n<10K
Language Creators:
found
Annotations Creators:
found
Source Datasets:
original
Tags:
License:
lhoestq HF staff commited on
Commit
18cafba
1 Parent(s): 578e33d

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +21 -1
README.md CHANGED
@@ -19,6 +19,26 @@ task_ids:
19
  - sentiment-classification
20
  paperswithcode_id: null
21
  pretty_name: ArRestReviews
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Dataset Card for ArRestReviews
@@ -175,4 +195,4 @@ isbn="978-3-319-18117-2"
175
 
176
  ### Contributions
177
 
178
- Thanks to [@abdulelahsm](https://github.com/abdulelahsm) for adding this dataset.
 
19
  - sentiment-classification
20
  paperswithcode_id: null
21
  pretty_name: ArRestReviews
22
+ dataset_info:
23
+ features:
24
+ - name: polarity
25
+ dtype:
26
+ class_label:
27
+ names:
28
+ 0: negative
29
+ 1: positive
30
+ - name: text
31
+ dtype: string
32
+ - name: restaurant_id
33
+ dtype: string
34
+ - name: user_id
35
+ dtype: string
36
+ splits:
37
+ - name: train
38
+ num_bytes: 3617097
39
+ num_examples: 8364
40
+ download_size: 3503230
41
+ dataset_size: 3617097
42
  ---
43
 
44
  # Dataset Card for ArRestReviews
 
195
 
196
  ### Contributions
197
 
198
+ Thanks to [@abdulelahsm](https://github.com/abdulelahsm) for adding this dataset.