NeelNanda commited on
Commit
9ab0511
1 Parent(s): 9294ca7

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: relation
5
+ dtype: string
6
+ - name: relation_prefix
7
+ dtype: string
8
+ - name: relation_suffix
9
+ dtype: string
10
+ - name: prompt
11
+ dtype: string
12
+ - name: relation_id
13
+ dtype: string
14
+ - name: target_false_id
15
+ dtype: string
16
+ - name: target_true_id
17
+ dtype: string
18
+ - name: target_true
19
+ dtype: string
20
+ - name: target_false
21
+ dtype: string
22
+ - name: subject
23
+ dtype: string
24
+ splits:
25
+ - name: train
26
+ num_bytes: 3400668
27
+ num_examples: 21919
28
+ download_size: 1109314
29
+ dataset_size: 3400668
30
+ ---
31
+ # Dataset Card for "counterfact-tracing"
32
+
33
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)