Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,13 +1,43 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: cc-by-3.0
|
|
|
|
|
3 |
task_categories:
|
4 |
- text-classification
|
5 |
-
|
6 |
-
- en
|
7 |
tags:
|
8 |
- wikidata
|
9 |
- wikipedia
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
license: cc-by-3.0
|
5 |
+
size_categories:
|
6 |
+
- 1M<n<10M
|
7 |
task_categories:
|
8 |
- text-classification
|
9 |
+
pretty_name: Predict Wikidata Type From Enwiki Categories
|
|
|
10 |
tags:
|
11 |
- wikidata
|
12 |
- wikipedia
|
13 |
+
configs:
|
14 |
+
- config_name: default
|
15 |
+
data_files:
|
16 |
+
- split: train
|
17 |
+
path: data/train-*
|
18 |
+
- split: test
|
19 |
+
path: data/test-*
|
20 |
+
dataset_info:
|
21 |
+
features:
|
22 |
+
- name: qid
|
23 |
+
dtype: string
|
24 |
+
- name: relation
|
25 |
+
dtype: string
|
26 |
+
- name: target_qid
|
27 |
+
dtype: string
|
28 |
+
- name: relation_id
|
29 |
+
dtype: int64
|
30 |
+
- name: text
|
31 |
+
dtype: string
|
32 |
+
- name: __index_level_0__
|
33 |
+
dtype: int64
|
34 |
+
splits:
|
35 |
+
- name: train
|
36 |
+
num_bytes: 1725928619.6360972
|
37 |
+
num_examples: 6534445
|
38 |
+
- name: test
|
39 |
+
num_bytes: 191769993.36390287
|
40 |
+
num_examples: 726050
|
41 |
+
download_size: 1003767773
|
42 |
+
dataset_size: 1917698613.0
|
43 |
+
---
|