lhoestq HF staff commited on
Commit
6a9b653
1 Parent(s): 0d9f19a

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +19 -1
README.md CHANGED
@@ -19,6 +19,24 @@ task_ids:
19
  - sentiment-classification
20
  paperswithcode_id: tunizi
21
  pretty_name: TUNIZI
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Dataset Card for TUNIZI
@@ -143,4 +161,4 @@ This dataset uses Tunisian Arabic written with latin script (BCP-47: aeb-Latn)
143
 
144
  ### Contributions
145
 
146
- Thanks to [@abhishekkrthakur](https://github.com/abhishekkrthakur) for adding this dataset.
19
  - sentiment-classification
20
  paperswithcode_id: tunizi
21
  pretty_name: TUNIZI
22
+ dataset_info:
23
+ features:
24
+ - name: id
25
+ dtype: string
26
+ - name: sentence
27
+ dtype: string
28
+ - name: target
29
+ dtype:
30
+ class_label:
31
+ names:
32
+ 0: '1'
33
+ 1: '-1'
34
+ splits:
35
+ - name: train
36
+ num_bytes: 211166
37
+ num_examples: 3000
38
+ download_size: 162781
39
+ dataset_size: 211166
40
  ---
41
 
42
  # Dataset Card for TUNIZI
161
 
162
  ### Contributions
163
 
164
+ Thanks to [@abhishekkrthakur](https://github.com/abhishekkrthakur) for adding this dataset.