Datasets:
Tasks:
Text Generation
Sub-tasks:
language-modeling
Languages:
English
Size:
10K<n<100K
ArXiv:
License:
Commit ·
4ccd0a2
1
Parent(s): 83fc528
Fix missing tags in dataset cards (#4833)
Browse filesCommit from https://github.com/huggingface/datasets/commit/c6434a26d696a52997f9a670a30c537d962f91e4
README.md
CHANGED
|
@@ -1,8 +1,22 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
license:
|
| 5 |
- apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
paperswithcode_id: pg-19
|
| 7 |
pretty_name: PG-19
|
| 8 |
---
|
|
@@ -37,7 +51,7 @@ pretty_name: PG-19
|
|
| 37 |
|
| 38 |
- **Homepage:** [https://github.com/deepmind/pg19](https://github.com/deepmind/pg19)
|
| 39 |
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
| 40 |
-
- **Paper:** [
|
| 41 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
| 42 |
- **Size of downloaded dataset files:** 11196.60 MB
|
| 43 |
- **Size of the generated dataset:** 10978.29 MB
|
|
@@ -154,7 +168,7 @@ The data fields are the same among all splits.
|
|
| 154 |
|
| 155 |
### Licensing Information
|
| 156 |
|
| 157 |
-
Apache 2.0
|
| 158 |
|
| 159 |
### Citation Information
|
| 160 |
|
|
@@ -167,7 +181,6 @@ Apache 2.0
|
|
| 167 |
url = {https://arxiv.org/abs/1911.05507},
|
| 168 |
year = {2019},
|
| 169 |
}
|
| 170 |
-
|
| 171 |
```
|
| 172 |
|
| 173 |
|
|
|
|
| 1 |
---
|
| 2 |
+
annotations_creators:
|
| 3 |
+
- expert-generated
|
| 4 |
+
language_creators:
|
| 5 |
+
- expert-generated
|
| 6 |
language:
|
| 7 |
- en
|
| 8 |
license:
|
| 9 |
- apache-2.0
|
| 10 |
+
multilinguality:
|
| 11 |
+
- monolingual
|
| 12 |
+
size_categories:
|
| 13 |
+
- 10K<n<100K
|
| 14 |
+
source_datasets:
|
| 15 |
+
- original
|
| 16 |
+
task_categories:
|
| 17 |
+
- text-generation
|
| 18 |
+
task_ids:
|
| 19 |
+
- language-modeling
|
| 20 |
paperswithcode_id: pg-19
|
| 21 |
pretty_name: PG-19
|
| 22 |
---
|
|
|
|
| 51 |
|
| 52 |
- **Homepage:** [https://github.com/deepmind/pg19](https://github.com/deepmind/pg19)
|
| 53 |
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
| 54 |
+
- **Paper:** [Compressive Transformers for Long-Range Sequence Modelling](https://arxiv.org/abs/1911.05507)
|
| 55 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
| 56 |
- **Size of downloaded dataset files:** 11196.60 MB
|
| 57 |
- **Size of the generated dataset:** 10978.29 MB
|
|
|
|
| 168 |
|
| 169 |
### Licensing Information
|
| 170 |
|
| 171 |
+
The dataset is licensed under [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.html).
|
| 172 |
|
| 173 |
### Citation Information
|
| 174 |
|
|
|
|
| 181 |
url = {https://arxiv.org/abs/1911.05507},
|
| 182 |
year = {2019},
|
| 183 |
}
|
|
|
|
| 184 |
```
|
| 185 |
|
| 186 |
|