davanstrien HF staff commited on
Commit
56eba7a
1 Parent(s): 1460b42

Delete legacy dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +0 -60
dataset_infos.json DELETED
@@ -1,60 +0,0 @@
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
- }