lhoestq HF staff commited on
Commit
d51a3c5
1 Parent(s): 4ce12ba

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +17 -1
README.md CHANGED
@@ -19,6 +19,22 @@ task_ids:
19
  - text-simplification
20
  paperswithcode_id: null
21
  pretty_name: TURK
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Dataset Card for TURK
@@ -166,4 +182,4 @@ TURK was developed by researchers at the University of Pennsylvania. The work wa
166
  ```
167
  ### Contributions
168
 
169
- Thanks to [@mounicam](https://github.com/mounicam) for adding this dataset.
19
  - text-simplification
20
  paperswithcode_id: null
21
  pretty_name: TURK
22
+ dataset_info:
23
+ features:
24
+ - name: original
25
+ dtype: string
26
+ - name: simplifications
27
+ sequence: string
28
+ config_name: simplification
29
+ splits:
30
+ - name: test
31
+ num_bytes: 396378
32
+ num_examples: 359
33
+ - name: validation
34
+ num_bytes: 2120187
35
+ num_examples: 2000
36
+ download_size: 2443394
37
+ dataset_size: 2516565
38
  ---
39
 
40
  # Dataset Card for TURK
182
  ```
183
  ### Contributions
184
 
185
+ Thanks to [@mounicam](https://github.com/mounicam) for adding this dataset.