File size: 2,773 Bytes
112a592
 
 
 
 
 
 
 
 
 
30adbfc
 
 
 
112a592
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
  "config_path": "dataset.json",
  "dataset": {
    "splits": {
      "train": {
        "column_names": [
          "assertion_uri",
          "relation",
          "start",
          "end",
          "metadata",
          "weight",
          "license",
          "source_dataset"
        ],
        "num_rows": 34074917,
        "type": "Dataset"
      }
    },
    "type": "DatasetDict"
  },
  "dataset_card": "README.md",
  "dataset_id": "conceptnet",
  "exported_paths": [
    "train.parquet"
  ],
  "format": "parquet",
  "manifest": "tether.json",
  "max_shard_size": "1GB",
  "output_dir": ".",
  "profile": {
    "citation": "Speer et al. (2017), ConceptNet 5.5: An Open Multilingual Graph of General Knowledge.",
    "dataset_id": "conceptnet",
    "default_repo_id": null,
    "description": "ConceptNet assertions and Numberbatch vectors from local source files.",
    "homepage": "https://conceptnet.io",
    "license": "mixed (see per-row metadata for assertions)",
    "tags": [
      "knowledge-graph",
      "multilingual",
      "embeddings"
    ],
    "title": "ConceptNet 5.7"
  },
  "repo_id": "ysginc/conceptnet",
  "report": {
    "dataset_id": "conceptnet",
    "dataset_type": "DatasetDict",
    "extensions": [
      "request_fingerprint",
      "required_splits",
      "metadata_report"
    ],
    "name": null,
    "num_proc": null,
    "num_rows": {
      "train": 34074917
    },
    "profile": {
      "citation": "Speer et al. (2017), ConceptNet 5.5: An Open Multilingual Graph of General Knowledge.",
      "dataset_id": "conceptnet",
      "default_repo_id": null,
      "description": "ConceptNet assertions and Numberbatch vectors from local source files.",
      "homepage": "https://conceptnet.io",
      "license": "mixed (see per-row metadata for assertions)",
      "tags": [
        "knowledge-graph",
        "multilingual",
        "embeddings"
      ],
      "title": "ConceptNet 5.7"
    },
    "request_fingerprint": "2669044dc546946a62323607a4ac672e3d11ce6e6b9afec76e7e9aab5ed781a8",
    "revision": null,
    "source": "csv",
    "split": null,
    "streaming": false,
    "variant": "assertions"
  },
  "request": {
    "column_names": [
      "assertion_uri",
      "relation",
      "start",
      "end",
      "metadata"
    ],
    "data_files": {
      "train": "/home/jschultz/source/personal/llm-datasets/datasets/conceptnet/data/conceptnet-assertions-5.7.0.tsv"
    },
    "delimiter": "\t",
    "path": "csv",
    "streaming": false
  },
  "standardization": {
    "rename_map": {
      "end": "object",
      "relation": "predicate",
      "start": "subject"
    },
    "selected_columns": [],
    "split_aliases": {
      "dev": "validation",
      "val": "validation",
      "valid": "validation"
    }
  }
}