Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Languages:
English
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
davanstrien HF staff commited on
Commit
18c6c57
1 Parent(s): cbc4306

Delete legacy dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +0 -64
dataset_infos.json DELETED
@@ -1,64 +0,0 @@
1
- {
2
- "default": {
3
- "description": "Atypical animacy detection dataset, based on nineteenth-century sentences in English extracted from an open dataset of nineteenth-century books digitized by the British Library (available via https://doi.org/10.21250/db14, British Library Labs, 2014). \nThis dataset contains 598 sentences containing mentions of machines. Each sentence has been annotated according to the animacy and humanness of the machine in the sentence. \n",
4
- "citation": "@article{DBLP:journals/corr/abs-2005-11140,\n author = {Mariona Coll Ardanuy and\n Federico Nanni and\n Kaspar Beelen and\n Kasra Hosseini and\n Ruth Ahnert and\n Jon Lawrence and\n Katherine McDonough and\n Giorgia Tolfo and\n Daniel C. S. Wilson and\n Barbara McGillivray},\n title = {Living Machines: {A} study of atypical animacy},\n journal = {CoRR},\n volume = {abs/2005.11140},\n year = {2020},\n url = {https://arxiv.org/abs/2005.11140},\n eprinttype = {arXiv},\n eprint = {2005.11140},\n timestamp = {Sat, 23 Jan 2021 01:12:25 +0100},\n biburl = {https://dblp.org/rec/journals/corr/abs-2005-11140.bib},\n bibsource = {dblp computer science bibliography, https://dblp.org}\n}\n",
5
- "homepage": "https://bl.iro.bl.uk/concern/datasets/323177af-6081-4e93-8aaf-7932ca4a390a?locale=en",
6
- "license": "CC0 1.0 Universal Public Domain",
7
- "features": {
8
- "id": {
9
- "dtype": "string",
10
- "_type": "Value"
11
- },
12
- "sentence": {
13
- "dtype": "string",
14
- "_type": "Value"
15
- },
16
- "context": {
17
- "dtype": "string",
18
- "_type": "Value"
19
- },
20
- "target": {
21
- "dtype": "string",
22
- "_type": "Value"
23
- },
24
- "animacy": {
25
- "dtype": "float32",
26
- "_type": "Value"
27
- },
28
- "humanness": {
29
- "dtype": "float32",
30
- "_type": "Value"
31
- },
32
- "offsets": [
33
- {
34
- "dtype": "int32",
35
- "_type": "Value"
36
- }
37
- ],
38
- "date": {
39
- "dtype": "string",
40
- "_type": "Value"
41
- }
42
- },
43
- "builder_name": "parquet",
44
- "dataset_name": "atypical_animacy",
45
- "config_name": "default",
46
- "version": {
47
- "version_str": "1.1.0",
48
- "major": 1,
49
- "minor": 1,
50
- "patch": 0
51
- },
52
- "splits": {
53
- "train": {
54
- "name": "train",
55
- "num_bytes": 442217,
56
- "num_examples": 594,
57
- "dataset_name": null
58
- }
59
- },
60
- "download_size": 299650,
61
- "dataset_size": 442217,
62
- "size_in_bytes": 741867
63
- }
64
- }