Update files from the datasets library (from 1.3.0)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.3.0
README.md
ADDED
@@ -0,0 +1,133 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
---
|
3 |
+
|
4 |
+
# Dataset Card for "crime_and_punish"
|
5 |
+
|
6 |
+
## Table of Contents
|
7 |
+
- [Dataset Description](#dataset-description)
|
8 |
+
- [Dataset Summary](#dataset-summary)
|
9 |
+
- [Supported Tasks](#supported-tasks)
|
10 |
+
- [Languages](#languages)
|
11 |
+
- [Dataset Structure](#dataset-structure)
|
12 |
+
- [Data Instances](#data-instances)
|
13 |
+
- [Data Fields](#data-fields)
|
14 |
+
- [Data Splits Sample Size](#data-splits-sample-size)
|
15 |
+
- [Dataset Creation](#dataset-creation)
|
16 |
+
- [Curation Rationale](#curation-rationale)
|
17 |
+
- [Source Data](#source-data)
|
18 |
+
- [Annotations](#annotations)
|
19 |
+
- [Personal and Sensitive Information](#personal-and-sensitive-information)
|
20 |
+
- [Considerations for Using the Data](#considerations-for-using-the-data)
|
21 |
+
- [Social Impact of Dataset](#social-impact-of-dataset)
|
22 |
+
- [Discussion of Biases](#discussion-of-biases)
|
23 |
+
- [Other Known Limitations](#other-known-limitations)
|
24 |
+
- [Additional Information](#additional-information)
|
25 |
+
- [Dataset Curators](#dataset-curators)
|
26 |
+
- [Licensing Information](#licensing-information)
|
27 |
+
- [Citation Information](#citation-information)
|
28 |
+
- [Contributions](#contributions)
|
29 |
+
|
30 |
+
## [Dataset Description](#dataset-description)
|
31 |
+
|
32 |
+
- **Homepage:** [https://www.gutenberg.org/files/2554/2554-h/2554-h.htm](https://www.gutenberg.org/files/2554/2554-h/2554-h.htm)
|
33 |
+
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
34 |
+
- **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
35 |
+
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
36 |
+
- **Size of downloaded dataset files:** 1.15 MB
|
37 |
+
- **Size of the generated dataset:** 1.21 MB
|
38 |
+
- **Total amount of disk used:** 2.36 MB
|
39 |
+
|
40 |
+
### [Dataset Summary](#dataset-summary)
|
41 |
+
|
42 |
+
### [Supported Tasks](#supported-tasks)
|
43 |
+
|
44 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
45 |
+
|
46 |
+
### [Languages](#languages)
|
47 |
+
|
48 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
49 |
+
|
50 |
+
## [Dataset Structure](#dataset-structure)
|
51 |
+
|
52 |
+
We show detailed information for up to 5 configurations of the dataset.
|
53 |
+
|
54 |
+
### [Data Instances](#data-instances)
|
55 |
+
|
56 |
+
#### crime-and-punish
|
57 |
+
|
58 |
+
- **Size of downloaded dataset files:** 1.15 MB
|
59 |
+
- **Size of the generated dataset:** 1.21 MB
|
60 |
+
- **Total amount of disk used:** 2.36 MB
|
61 |
+
|
62 |
+
An example of 'train' looks as follows.
|
63 |
+
```
|
64 |
+
{
|
65 |
+
"line": "CRIME AND PUNISHMENT\n"
|
66 |
+
}
|
67 |
+
```
|
68 |
+
|
69 |
+
### [Data Fields](#data-fields)
|
70 |
+
|
71 |
+
The data fields are the same among all splits.
|
72 |
+
|
73 |
+
#### crime-and-punish
|
74 |
+
- `line`: a `string` feature.
|
75 |
+
|
76 |
+
### [Data Splits Sample Size](#data-splits-sample-size)
|
77 |
+
|
78 |
+
| name |train|
|
79 |
+
|----------------|----:|
|
80 |
+
|crime-and-punish|21969|
|
81 |
+
|
82 |
+
## [Dataset Creation](#dataset-creation)
|
83 |
+
|
84 |
+
### [Curation Rationale](#curation-rationale)
|
85 |
+
|
86 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
87 |
+
|
88 |
+
### [Source Data](#source-data)
|
89 |
+
|
90 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
91 |
+
|
92 |
+
### [Annotations](#annotations)
|
93 |
+
|
94 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
95 |
+
|
96 |
+
### [Personal and Sensitive Information](#personal-and-sensitive-information)
|
97 |
+
|
98 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
99 |
+
|
100 |
+
## [Considerations for Using the Data](#considerations-for-using-the-data)
|
101 |
+
|
102 |
+
### [Social Impact of Dataset](#social-impact-of-dataset)
|
103 |
+
|
104 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
105 |
+
|
106 |
+
### [Discussion of Biases](#discussion-of-biases)
|
107 |
+
|
108 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
109 |
+
|
110 |
+
### [Other Known Limitations](#other-known-limitations)
|
111 |
+
|
112 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
113 |
+
|
114 |
+
## [Additional Information](#additional-information)
|
115 |
+
|
116 |
+
### [Dataset Curators](#dataset-curators)
|
117 |
+
|
118 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
119 |
+
|
120 |
+
### [Licensing Information](#licensing-information)
|
121 |
+
|
122 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
123 |
+
|
124 |
+
### [Citation Information](#citation-information)
|
125 |
+
|
126 |
+
```
|
127 |
+
|
128 |
+
```
|
129 |
+
|
130 |
+
|
131 |
+
### Contributions
|
132 |
+
|
133 |
+
Thanks to [@patrickvonplaten](https://github.com/patrickvonplaten), [@thomwolf](https://github.com/thomwolf) for adding this dataset.
|