lhoestq HF staff commited on
Commit
f78c655
1 Parent(s): 86de3b5

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +19 -2
README.md CHANGED
@@ -7,7 +7,7 @@ language:
7
  - en
8
  license:
9
  - other
10
- license_details: "LDC User Agreement for Non-Members"
11
  multilinguality:
12
  - monolingual
13
  size_categories:
@@ -22,6 +22,23 @@ task_ids:
22
  - masked-language-modeling
23
  paperswithcode_id: null
24
  pretty_name: Penn Treebank
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  ---
26
 
27
  # Dataset Card for Penn Treebank
@@ -158,4 +175,4 @@ Dataset provided for research purposes only. Please check dataset license for ad
158
  }
159
  ### Contributions
160
 
161
- Thanks to [@harshalmittal4](https://github.com/harshalmittal4) for adding this dataset.
 
7
  - en
8
  license:
9
  - other
10
+ license_details: LDC User Agreement for Non-Members
11
  multilinguality:
12
  - monolingual
13
  size_categories:
 
22
  - masked-language-modeling
23
  paperswithcode_id: null
24
  pretty_name: Penn Treebank
25
+ dataset_info:
26
+ features:
27
+ - name: sentence
28
+ dtype: string
29
+ config_name: penn_treebank
30
+ splits:
31
+ - name: test
32
+ num_bytes: 453710
33
+ num_examples: 3761
34
+ - name: train
35
+ num_bytes: 5143706
36
+ num_examples: 42068
37
+ - name: validation
38
+ num_bytes: 403156
39
+ num_examples: 3370
40
+ download_size: 5951345
41
+ dataset_size: 6000572
42
  ---
43
 
44
  # Dataset Card for Penn Treebank
 
175
  }
176
  ### Contributions
177
 
178
+ Thanks to [@harshalmittal4](https://github.com/harshalmittal4) for adding this dataset.