lhoestq HF staff commited on
Commit
a2f26e6
1 Parent(s): 2065232

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -20,6 +20,19 @@ task_categories:
20
  task_ids:
21
  - language-modeling
22
  - masked-language-modeling
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  ---
24
 
25
  # Dataset Card for Stack Exchange
@@ -165,4 +178,4 @@ The dataset is in English.
165
 
166
  ### Contributions
167
  Thanks to [sdtblck](https://github.com/sdtblck) for creating the dataset.
168
- Thanks to [richarddwang](https://github.com/richarddwang) for adding the dataset.
20
  task_ids:
21
  - language-modeling
22
  - masked-language-modeling
23
+ dataset_info:
24
+ features:
25
+ - name: domain
26
+ dtype: string
27
+ - name: text
28
+ dtype: string
29
+ config_name: plain_text
30
+ splits:
31
+ - name: train
32
+ num_bytes: 11075434609
33
+ num_examples: 5096117
34
+ download_size: 36802959360
35
+ dataset_size: 11075434609
36
  ---
37
 
38
  # Dataset Card for Stack Exchange
178
 
179
  ### Contributions
180
  Thanks to [sdtblck](https://github.com/sdtblck) for creating the dataset.
181
+ Thanks to [richarddwang](https://github.com/richarddwang) for adding the dataset.