lhoestq HF staff commited on
Commit
56b613a
1 Parent(s): 608a87c

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +19 -1
README.md CHANGED
@@ -21,6 +21,24 @@ task_ids:
21
  - masked-language-modeling
22
  paperswithcode_id: brwac
23
  pretty_name: BrWaC
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  ---
25
 
26
  # Dataset Card for BrWaC
@@ -191,4 +209,4 @@ The data is only split into train set with size of 3530796 samples.
191
 
192
  ### Contributions
193
 
194
- Thanks to [@jonatasgrosman](https://github.com/jonatasgrosman) for adding this dataset.
21
  - masked-language-modeling
22
  paperswithcode_id: brwac
23
  pretty_name: BrWaC
24
+ dataset_info:
25
+ features:
26
+ - name: doc_id
27
+ dtype: string
28
+ - name: title
29
+ dtype: string
30
+ - name: uri
31
+ dtype: string
32
+ - name: text
33
+ sequence:
34
+ - name: paragraphs
35
+ sequence: string
36
+ splits:
37
+ - name: train
38
+ num_bytes: 18828421452
39
+ num_examples: 3530796
40
+ download_size: 0
41
+ dataset_size: 18828421452
42
  ---
43
 
44
  # Dataset Card for BrWaC
209
 
210
  ### Contributions
211
 
212
+ Thanks to [@jonatasgrosman](https://github.com/jonatasgrosman) for adding this dataset.