add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -1,6 +1,22 @@
|
|
1 |
---
|
2 |
paperswithcode_id: null
|
3 |
pretty_name: TinyShakespeare
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
|
6 |
# Dataset Card for "tiny_shakespeare"
|
@@ -164,4 +180,4 @@ The data fields are the same among all splits.
|
|
164 |
|
165 |
### Contributions
|
166 |
|
167 |
-
Thanks to [@thomwolf](https://github.com/thomwolf), [@lewtun](https://github.com/lewtun), [@patrickvonplaten](https://github.com/patrickvonplaten) for adding this dataset.
|
|
|
1 |
---
|
2 |
paperswithcode_id: null
|
3 |
pretty_name: TinyShakespeare
|
4 |
+
dataset_info:
|
5 |
+
features:
|
6 |
+
- name: text
|
7 |
+
dtype: string
|
8 |
+
splits:
|
9 |
+
- name: test
|
10 |
+
num_bytes: 55780
|
11 |
+
num_examples: 1
|
12 |
+
- name: train
|
13 |
+
num_bytes: 1003864
|
14 |
+
num_examples: 1
|
15 |
+
- name: validation
|
16 |
+
num_bytes: 55780
|
17 |
+
num_examples: 1
|
18 |
+
download_size: 1115394
|
19 |
+
dataset_size: 1115424
|
20 |
---
|
21 |
|
22 |
# Dataset Card for "tiny_shakespeare"
|
|
|
180 |
|
181 |
### Contributions
|
182 |
|
183 |
+
Thanks to [@thomwolf](https://github.com/thomwolf), [@lewtun](https://github.com/lewtun), [@patrickvonplaten](https://github.com/patrickvonplaten) for adding this dataset.
|