dfurman commited on
Commit
19f87dd
1 Parent(s): b06202c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md CHANGED
@@ -18,6 +18,28 @@ task_categories:
18
  - text2text-generation
19
  task_ids:
20
  - fact-checking
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  ---
22
  # Dataset Card for Fact_Completion
23
 
 
18
  - text2text-generation
19
  task_ids:
20
  - fact-checking
21
+ dataset_info:
22
+ features:
23
+ - name: dataset_id
24
+ dtype: string
25
+ - name: stem
26
+ dtype: string
27
+ - name: 'true'
28
+ dtype: string
29
+ - name: 'false'
30
+ dtype: string
31
+ - name: relation
32
+ dtype: string
33
+ - name: subject
34
+ dtype: string
35
+ - name: object
36
+ dtype: string
37
+ splits:
38
+ - name: English
39
+ num_bytes: 4486777
40
+ num_examples: 33316
41
+ download_size: 2165690
42
+ dataset_size: 4486777
43
  ---
44
  # Dataset Card for Fact_Completion
45