simecek commited on
Commit
f415198
·
verified ·
1 Parent(s): 69f785b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: int32
6
+ - name: label
7
+ dtype:
8
+ class_label:
9
+ names:
10
+ '0': REFUTES
11
+ '1': NOT ENOUGH INFO
12
+ '2': SUPPORTS
13
+ - name: evidence
14
+ dtype: string
15
+ - name: claim
16
+ dtype: string
17
+ - name: system_prompt
18
+ dtype: string
19
+ - name: user_prompt
20
+ dtype: string
21
+ splits:
22
+ - name: train
23
+ num_bytes: 914921.146953405
24
+ num_examples: 200
25
+ download_size: 103214
26
+ dataset_size: 914921.146953405
27
+ configs:
28
+ - config_name: default
29
+ data_files:
30
+ - split: train
31
+ path: data/train-*
32
+ ---
33
+ # Dataset Card for "mini_ctkfacts"
34
+
35
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)