Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -16,6 +16,28 @@ task_categories:
|
|
16 |
- text2text-generation
|
17 |
task_ids:
|
18 |
- fact-checking
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
---
|
20 |
|
21 |
# Dataset Card for Fact_Completion
|
|
|
16 |
- text2text-generation
|
17 |
task_ids:
|
18 |
- fact-checking
|
19 |
+
dataset_info:
|
20 |
+
features:
|
21 |
+
- name: dataset_id
|
22 |
+
dtype: string
|
23 |
+
- name: stem
|
24 |
+
dtype: string
|
25 |
+
- name: 'true'
|
26 |
+
dtype: string
|
27 |
+
- name: 'false'
|
28 |
+
dtype: string
|
29 |
+
- name: relation
|
30 |
+
dtype: string
|
31 |
+
- name: subject
|
32 |
+
dtype: string
|
33 |
+
- name: object
|
34 |
+
dtype: string
|
35 |
+
splits:
|
36 |
+
- name: English
|
37 |
+
num_bytes: 3474255
|
38 |
+
num_examples: 26254
|
39 |
+
download_size: 2119354
|
40 |
+
dataset_size: 3474255
|
41 |
---
|
42 |
|
43 |
# Dataset Card for Fact_Completion
|