lhoestq HF staff commited on
Commit
8c5082b
1 Parent(s): cb1b47f

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
  - multi-class-classification
20
  paperswithcode_id: hard
21
  pretty_name: Hotel Arabic-Reviews Dataset
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Dataset Card for Hard
@@ -138,4 +158,4 @@ The dataset is not split.
138
 
139
  ### Contributions
140
 
141
- Thanks to [@zaidalyafeai](https://github.com/zaidalyafeai) for adding this dataset.
 
19
  - multi-class-classification
20
  paperswithcode_id: hard
21
  pretty_name: Hotel Arabic-Reviews Dataset
22
+ dataset_info:
23
+ features:
24
+ - name: text
25
+ dtype: string
26
+ - name: label
27
+ dtype:
28
+ class_label:
29
+ names:
30
+ 0: '1'
31
+ 1: '2'
32
+ 2: '3'
33
+ 3: '4'
34
+ 4: '5'
35
+ config_name: plain_text
36
+ splits:
37
+ - name: train
38
+ num_bytes: 27507085
39
+ num_examples: 105698
40
+ download_size: 8508677
41
+ dataset_size: 27507085
42
  ---
43
 
44
  # Dataset Card for Hard
 
158
 
159
  ### Contributions
160
 
161
+ Thanks to [@zaidalyafeai](https://github.com/zaidalyafeai) for adding this dataset.