Update files from the datasets library (from 1.4.0)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.4.0
README.md
CHANGED
@@ -27,7 +27,7 @@
|
|
27 |
- [Citation Information](#citation-information)
|
28 |
- [Contributions](#contributions)
|
29 |
|
30 |
-
##
|
31 |
|
32 |
- **Homepage:** [https://github.com/karpathy/char-rnn/blob/master/data/tinyshakespeare/input.txt](https://github.com/karpathy/char-rnn/blob/master/data/tinyshakespeare/input.txt)
|
33 |
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
@@ -37,7 +37,7 @@
|
|
37 |
- **Size of the generated dataset:** 1.06 MB
|
38 |
- **Total amount of disk used:** 2.13 MB
|
39 |
|
40 |
-
###
|
41 |
|
42 |
40,000 lines of Shakespeare from a variety of Shakespeare's plays. Featured in Andrej Karpathy's blog post 'The Unreasonable Effectiveness of Recurrent Neural Networks': http://karpathy.github.io/2015/05/21/rnn-effectiveness/.
|
43 |
|
@@ -56,19 +56,19 @@ d = d.batch(seq_len)
|
|
56 |
d = d.batch(batch_size)
|
57 |
```
|
58 |
|
59 |
-
###
|
60 |
|
61 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
62 |
|
63 |
-
###
|
64 |
|
65 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
66 |
|
67 |
-
##
|
68 |
|
69 |
We show detailed information for up to 5 configurations of the dataset.
|
70 |
|
71 |
-
###
|
72 |
|
73 |
#### default
|
74 |
|
@@ -83,62 +83,62 @@ An example of 'train' looks as follows.
|
|
83 |
}
|
84 |
```
|
85 |
|
86 |
-
###
|
87 |
|
88 |
The data fields are the same among all splits.
|
89 |
|
90 |
#### default
|
91 |
- `text`: a `string` feature.
|
92 |
|
93 |
-
###
|
94 |
|
95 |
| name |train|validation|test|
|
96 |
|-------|----:|---------:|---:|
|
97 |
|default| 1| 1| 1|
|
98 |
|
99 |
-
##
|
100 |
|
101 |
-
###
|
102 |
|
103 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
104 |
|
105 |
-
###
|
106 |
|
107 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
108 |
|
109 |
-
###
|
110 |
|
111 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
112 |
|
113 |
-
###
|
114 |
|
115 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
116 |
|
117 |
-
##
|
118 |
|
119 |
-
###
|
120 |
|
121 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
122 |
|
123 |
-
###
|
124 |
|
125 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
126 |
|
127 |
-
###
|
128 |
|
129 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
130 |
|
131 |
-
##
|
132 |
|
133 |
-
###
|
134 |
|
135 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
136 |
|
137 |
-
###
|
138 |
|
139 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
140 |
|
141 |
-
###
|
142 |
|
143 |
```
|
144 |
@misc{
|
|
|
27 |
- [Citation Information](#citation-information)
|
28 |
- [Contributions](#contributions)
|
29 |
|
30 |
+
## Dataset Description
|
31 |
|
32 |
- **Homepage:** [https://github.com/karpathy/char-rnn/blob/master/data/tinyshakespeare/input.txt](https://github.com/karpathy/char-rnn/blob/master/data/tinyshakespeare/input.txt)
|
33 |
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
|
|
37 |
- **Size of the generated dataset:** 1.06 MB
|
38 |
- **Total amount of disk used:** 2.13 MB
|
39 |
|
40 |
+
### Dataset Summary
|
41 |
|
42 |
40,000 lines of Shakespeare from a variety of Shakespeare's plays. Featured in Andrej Karpathy's blog post 'The Unreasonable Effectiveness of Recurrent Neural Networks': http://karpathy.github.io/2015/05/21/rnn-effectiveness/.
|
43 |
|
|
|
56 |
d = d.batch(batch_size)
|
57 |
```
|
58 |
|
59 |
+
### Supported Tasks
|
60 |
|
61 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
62 |
|
63 |
+
### Languages
|
64 |
|
65 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
66 |
|
67 |
+
## Dataset Structure
|
68 |
|
69 |
We show detailed information for up to 5 configurations of the dataset.
|
70 |
|
71 |
+
### Data Instances
|
72 |
|
73 |
#### default
|
74 |
|
|
|
83 |
}
|
84 |
```
|
85 |
|
86 |
+
### Data Fields
|
87 |
|
88 |
The data fields are the same among all splits.
|
89 |
|
90 |
#### default
|
91 |
- `text`: a `string` feature.
|
92 |
|
93 |
+
### Data Splits Sample Size
|
94 |
|
95 |
| name |train|validation|test|
|
96 |
|-------|----:|---------:|---:|
|
97 |
|default| 1| 1| 1|
|
98 |
|
99 |
+
## Dataset Creation
|
100 |
|
101 |
+
### Curation Rationale
|
102 |
|
103 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
104 |
|
105 |
+
### Source Data
|
106 |
|
107 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
108 |
|
109 |
+
### Annotations
|
110 |
|
111 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
112 |
|
113 |
+
### Personal and Sensitive Information
|
114 |
|
115 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
116 |
|
117 |
+
## Considerations for Using the Data
|
118 |
|
119 |
+
### Social Impact of Dataset
|
120 |
|
121 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
122 |
|
123 |
+
### Discussion of Biases
|
124 |
|
125 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
126 |
|
127 |
+
### Other Known Limitations
|
128 |
|
129 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
130 |
|
131 |
+
## Additional Information
|
132 |
|
133 |
+
### Dataset Curators
|
134 |
|
135 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
136 |
|
137 |
+
### Licensing Information
|
138 |
|
139 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
140 |
|
141 |
+
### Citation Information
|
142 |
|
143 |
```
|
144 |
@misc{
|