azhx commited on
Commit
b2916dd
·
1 Parent(s): cc8ba1f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +12 -10
README.md CHANGED
@@ -3,23 +3,25 @@ dataset_info:
3
  features:
4
  - name: subject
5
  dtype: string
6
- - name: formatted_prompt
7
  dtype: string
8
  - name: label
9
- dtype: string
10
- - name: target_false
11
- dtype: string
 
 
12
  - name: case_id
13
  dtype: int64
14
  splits:
15
  - name: train
16
- num_bytes: 6776289.949419834
17
- num_examples: 59182
18
  - name: test
19
- num_bytes: 752832.0505801664
20
- num_examples: 6575
21
- download_size: 3962535
22
- dataset_size: 7529122.0
23
  ---
24
  # Dataset Card for "counterfact-simple"
25
 
 
3
  features:
4
  - name: subject
5
  dtype: string
6
+ - name: proposition
7
  dtype: string
8
  - name: label
9
+ dtype:
10
+ class_label:
11
+ names:
12
+ '0': 'False'
13
+ '1': 'True'
14
  - name: case_id
15
  dtype: int64
16
  splits:
17
  - name: train
18
+ num_bytes: 12882614.735952066
19
+ num_examples: 118363
20
  - name: test
21
+ num_bytes: 1431353.264047934
22
+ num_examples: 13151
23
+ download_size: 5496476
24
+ dataset_size: 14313968.0
25
  ---
26
  # Dataset Card for "counterfact-simple"
27