Datasets:
add dataset card metadata
Browse files
README.md
CHANGED
@@ -1,3 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# YAGO 4.5 Dataset (English subset for LLM fine-tuning)
|
2 |
|
3 |
## Dataset Description
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
license: cc-by-sa-3.0
|
5 |
+
license_link: https://creativecommons.org/licenses/by-sa/3.0/
|
6 |
+
tags:
|
7 |
+
- knowledge-graph
|
8 |
+
- rdf
|
9 |
+
- triples
|
10 |
+
annotations_creators:
|
11 |
+
- crowdsourced
|
12 |
+
- expert-generated
|
13 |
+
source_datasets:
|
14 |
+
- wikidata
|
15 |
+
pretty_name: YAGO 4.5 (EN)
|
16 |
+
size_categories:
|
17 |
+
- 100M<n<1B
|
18 |
+
task_categories:
|
19 |
+
- graph-ml
|
20 |
+
|
21 |
+
dataset_info:
|
22 |
+
features:
|
23 |
+
- name: subject
|
24 |
+
dtype: string
|
25 |
+
- name: predicate
|
26 |
+
dtype: string
|
27 |
+
- name: object
|
28 |
+
dtype: string
|
29 |
+
config_name: default
|
30 |
+
splits:
|
31 |
+
- name: train
|
32 |
+
num_bytes: 36585902753
|
33 |
+
num_examples: 210248472
|
34 |
+
dataset_size: 36585902753
|
35 |
+
---
|
36 |
+
|
37 |
# YAGO 4.5 Dataset (English subset for LLM fine-tuning)
|
38 |
|
39 |
## Dataset Description
|