Commit
•
1d50d84
1
Parent(s):
07f9352
Convert dataset to Parquet
Browse files- README.md +28 -3
- data/train-00000-of-00002.parquet +3 -0
- data/train-00001-of-00002.parquet +3 -0
- dataset_infos.json +60 -1
README.md
CHANGED
@@ -1,16 +1,15 @@
|
|
1 |
---
|
2 |
annotations_creators:
|
3 |
- expert-generated
|
4 |
-
language:
|
5 |
-
- en
|
6 |
language_creators:
|
7 |
- expert-generated
|
8 |
- machine-generated
|
|
|
|
|
9 |
license:
|
10 |
- cc-by-4.0
|
11 |
multilinguality:
|
12 |
- monolingual
|
13 |
-
pretty_name: Old Bailey Proceedings
|
14 |
size_categories:
|
15 |
- 1K<n<10K
|
16 |
source_datasets:
|
@@ -22,6 +21,32 @@ task_ids:
|
|
22 |
- multi-class-classification
|
23 |
- language-modeling
|
24 |
- masked-language-modeling
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
---
|
26 |
[Needs More Information]
|
27 |
|
|
|
1 |
---
|
2 |
annotations_creators:
|
3 |
- expert-generated
|
|
|
|
|
4 |
language_creators:
|
5 |
- expert-generated
|
6 |
- machine-generated
|
7 |
+
language:
|
8 |
+
- en
|
9 |
license:
|
10 |
- cc-by-4.0
|
11 |
multilinguality:
|
12 |
- monolingual
|
|
|
13 |
size_categories:
|
14 |
- 1K<n<10K
|
15 |
source_datasets:
|
|
|
21 |
- multi-class-classification
|
22 |
- language-modeling
|
23 |
- masked-language-modeling
|
24 |
+
pretty_name: Old Bailey Proceedings
|
25 |
+
dataset_info:
|
26 |
+
features:
|
27 |
+
- name: id
|
28 |
+
dtype: string
|
29 |
+
- name: text
|
30 |
+
dtype: string
|
31 |
+
- name: places
|
32 |
+
sequence: string
|
33 |
+
- name: type
|
34 |
+
dtype: string
|
35 |
+
- name: persons
|
36 |
+
sequence: string
|
37 |
+
- name: date
|
38 |
+
dtype: string
|
39 |
+
splits:
|
40 |
+
- name: train
|
41 |
+
num_bytes: 719949847
|
42 |
+
num_examples: 2638
|
43 |
+
download_size: 370751172
|
44 |
+
dataset_size: 719949847
|
45 |
+
configs:
|
46 |
+
- config_name: default
|
47 |
+
data_files:
|
48 |
+
- split: train
|
49 |
+
path: data/train-*
|
50 |
---
|
51 |
[Needs More Information]
|
52 |
|
data/train-00000-of-00002.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:10051c5fe9d2ca4005de87f4ce61a5468bb2a1697fee7ddf63f86ad2fa63408f
|
3 |
+
size 152740985
|
data/train-00001-of-00002.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e8ea3ddcfae256e00a6798a4f0837a23774645a93d42e0751c3f9c4b6126dd8d
|
3 |
+
size 218010187
|
dataset_infos.json
CHANGED
@@ -1 +1,60 @@
|
|
1 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"default": {
|
3 |
+
"description": "The dataset consists of 2,163 transcriptions of the Proceedings and 475 Ordinary's Accounts marked up in TEI-XML, \nand contains some documentation covering the data structure and variables. Each Proceedings file represents one session of the court (1674-1913), \nand each Ordinary's Account file represents a single pamphlet (1676-1772)\n",
|
4 |
+
"citation": "@article{Howard2017,\nauthor = \"Sharon Howard\",\ntitle = \"{Old Bailey Online XML Data}\",\nyear = \"2017\",\nmonth = \"4\",\nurl = \"https://figshare.shef.ac.uk/articles/dataset/Old_Bailey_Online_XML_Data/4775434\",\ndoi = \"10.15131/shef.data.4775434.v2\"\n}\n",
|
5 |
+
"homepage": "https://www.dhi.ac.uk/projects/old-bailey/",
|
6 |
+
"license": "Creative Commons Attribution 4.0 International",
|
7 |
+
"features": {
|
8 |
+
"id": {
|
9 |
+
"dtype": "string",
|
10 |
+
"_type": "Value"
|
11 |
+
},
|
12 |
+
"text": {
|
13 |
+
"dtype": "string",
|
14 |
+
"_type": "Value"
|
15 |
+
},
|
16 |
+
"places": {
|
17 |
+
"feature": {
|
18 |
+
"dtype": "string",
|
19 |
+
"_type": "Value"
|
20 |
+
},
|
21 |
+
"_type": "Sequence"
|
22 |
+
},
|
23 |
+
"type": {
|
24 |
+
"dtype": "string",
|
25 |
+
"_type": "Value"
|
26 |
+
},
|
27 |
+
"persons": {
|
28 |
+
"feature": {
|
29 |
+
"dtype": "string",
|
30 |
+
"_type": "Value"
|
31 |
+
},
|
32 |
+
"_type": "Sequence"
|
33 |
+
},
|
34 |
+
"date": {
|
35 |
+
"dtype": "string",
|
36 |
+
"_type": "Value"
|
37 |
+
}
|
38 |
+
},
|
39 |
+
"builder_name": "parquet",
|
40 |
+
"dataset_name": "old_bailey_proceedings",
|
41 |
+
"config_name": "default",
|
42 |
+
"version": {
|
43 |
+
"version_str": "7.2.0",
|
44 |
+
"major": 7,
|
45 |
+
"minor": 2,
|
46 |
+
"patch": 0
|
47 |
+
},
|
48 |
+
"splits": {
|
49 |
+
"train": {
|
50 |
+
"name": "train",
|
51 |
+
"num_bytes": 719949847,
|
52 |
+
"num_examples": 2638,
|
53 |
+
"dataset_name": null
|
54 |
+
}
|
55 |
+
},
|
56 |
+
"download_size": 370751172,
|
57 |
+
"dataset_size": 719949847,
|
58 |
+
"size_in_bytes": 1090701019
|
59 |
+
}
|
60 |
+
}
|