lhoestq HF staff commited on
Commit
5dab570
1 Parent(s): 2252707

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -20,6 +20,18 @@ task_categories:
20
  - translation
21
  task_ids: []
22
  paperswithcode_id: aslg-pc12
 
 
 
 
 
 
 
 
 
 
 
 
23
  ---
24
 
25
  # Dataset Card for "aslg_pc12"
@@ -171,4 +183,4 @@ The data fields are the same among all splits.
171
 
172
  ### Contributions
173
 
174
- Thanks to [@AmitMY](https://github.com/AmitMY) for adding this dataset.
20
  - translation
21
  task_ids: []
22
  paperswithcode_id: aslg-pc12
23
+ dataset_info:
24
+ features:
25
+ - name: gloss
26
+ dtype: string
27
+ - name: text
28
+ dtype: string
29
+ splits:
30
+ - name: train
31
+ num_bytes: 13497111
32
+ num_examples: 87710
33
+ download_size: 12773431
34
+ dataset_size: 13497111
35
  ---
36
 
37
  # Dataset Card for "aslg_pc12"
183
 
184
  ### Contributions
185
 
186
+ Thanks to [@AmitMY](https://github.com/AmitMY) for adding this dataset.