lhoestq HF staff commited on
Commit
33676a5
1 Parent(s): f8f7876

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
  - masked-language-modeling
22
  paperswithcode_id: null
23
  pretty_name: swahili
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  ---
25
 
26
  # Dataset Card for [Dataset Name]
@@ -156,4 +173,4 @@ link = http://doi.org/10.5281/zenodo.3553423
156
 
157
  ### Contributions
158
 
159
- Thanks to [@akshayb7](https://github.com/akshayb7) for adding this dataset.
 
21
  - masked-language-modeling
22
  paperswithcode_id: null
23
  pretty_name: swahili
24
+ dataset_info:
25
+ features:
26
+ - name: text
27
+ dtype: string
28
+ config_name: swahili
29
+ splits:
30
+ - name: test
31
+ num_bytes: 695092
32
+ num_examples: 3371
33
+ - name: train
34
+ num_bytes: 7700136
35
+ num_examples: 42069
36
+ - name: validation
37
+ num_bytes: 663520
38
+ num_examples: 3372
39
+ download_size: 2783330
40
+ dataset_size: 9058748
41
  ---
42
 
43
  # Dataset Card for [Dataset Name]
 
173
 
174
  ### Contributions
175
 
176
+ Thanks to [@akshayb7](https://github.com/akshayb7) for adding this dataset.