Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
albertvillanova HF staff commited on
Commit
795c851
1 Parent(s): 089b5ac

Delete legacy dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +0 -63
dataset_infos.json DELETED
@@ -1,63 +0,0 @@
1
- {
2
- "dbpedia_14": {
3
- "description": "The DBpedia ontology classification dataset is constructed by picking 14 non-overlapping classes\nfrom DBpedia 2014. They are listed in classes.txt. From each of thse 14 ontology classes, we\nrandomly choose 40,000 training samples and 5,000 testing samples. Therefore, the total size\nof the training dataset is 560,000 and testing dataset 70,000.\nThere are 3 columns in the dataset (same for train and test splits), corresponding to class index\n(1 to 14), title and content. The title and content are escaped using double quotes (\"), and any\ninternal double quote is escaped by 2 double quotes (\"\"). There are no new lines in title or content.\n",
4
- "citation": "@article{lehmann2015dbpedia,\n title={DBpedia--a large-scale, multilingual knowledge base extracted from Wikipedia},\n author={Lehmann, Jens and Isele, Robert and Jakob, Max and Jentzsch, Anja and Kontokostas,\n Dimitris and Mendes, Pablo N and Hellmann, Sebastian and Morsey, Mohamed and Van Kleef,\n Patrick and Auer, S{\"o}ren and others},\n journal={Semantic web},\n volume={6},\n number={2},\n pages={167--195},\n year={2015},\n publisher={IOS Press}\n}\n",
5
- "homepage": "https://wiki.dbpedia.org/develop/datasets",
6
- "license": "Creative Commons Attribution-ShareAlike 3.0 and the GNU Free Documentation License",
7
- "features": {
8
- "label": {
9
- "names": [
10
- "Company",
11
- "EducationalInstitution",
12
- "Artist",
13
- "Athlete",
14
- "OfficeHolder",
15
- "MeanOfTransportation",
16
- "Building",
17
- "NaturalPlace",
18
- "Village",
19
- "Animal",
20
- "Plant",
21
- "Album",
22
- "Film",
23
- "WrittenWork"
24
- ],
25
- "_type": "ClassLabel"
26
- },
27
- "title": {
28
- "dtype": "string",
29
- "_type": "Value"
30
- },
31
- "content": {
32
- "dtype": "string",
33
- "_type": "Value"
34
- }
35
- },
36
- "builder_name": "dbpedia_14",
37
- "dataset_name": "dbpedia_14",
38
- "config_name": "dbpedia_14",
39
- "version": {
40
- "version_str": "2.0.0",
41
- "major": 2,
42
- "minor": 0,
43
- "patch": 0
44
- },
45
- "splits": {
46
- "train": {
47
- "name": "train",
48
- "num_bytes": 178428970,
49
- "num_examples": 560000,
50
- "dataset_name": null
51
- },
52
- "test": {
53
- "name": "test",
54
- "num_bytes": 22310285,
55
- "num_examples": 70000,
56
- "dataset_name": null
57
- }
58
- },
59
- "download_size": 119424374,
60
- "dataset_size": 200739255,
61
- "size_in_bytes": 320163629
62
- }
63
- }