lhoestq HF staff commited on
Commit
9e7ff83
1 Parent(s): 0f88e51

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +18 -1
README.md CHANGED
@@ -21,6 +21,23 @@ task_ids:
21
  - text-simplification
22
  paperswithcode_id: onestopenglish
23
  pretty_name: OneStopEnglish corpus
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  ---
25
 
26
  # Dataset Card for OneStopEnglish corpus
@@ -143,4 +160,4 @@ Creative Commons Attribution-ShareAlike 4.0 International License
143
 
144
  ### Contributions
145
 
146
- Thanks to [@purvimisal](https://github.com/purvimisal) for adding this dataset.
21
  - text-simplification
22
  paperswithcode_id: onestopenglish
23
  pretty_name: OneStopEnglish corpus
24
+ dataset_info:
25
+ features:
26
+ - name: text
27
+ dtype: string
28
+ - name: label
29
+ dtype:
30
+ class_label:
31
+ names:
32
+ 0: ele
33
+ 1: int
34
+ 2: adv
35
+ splits:
36
+ - name: train
37
+ num_bytes: 2278043
38
+ num_examples: 567
39
+ download_size: 1228804
40
+ dataset_size: 2278043
41
  ---
42
 
43
  # Dataset Card for OneStopEnglish corpus
160
 
161
  ### Contributions
162
 
163
+ Thanks to [@purvimisal](https://github.com/purvimisal) for adding this dataset.