Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: subject
|
5 |
+
dtype: string
|
6 |
+
- name: formatted_prompt
|
7 |
+
dtype: string
|
8 |
+
- name: target_true
|
9 |
+
struct:
|
10 |
+
- name: id
|
11 |
+
dtype: string
|
12 |
+
- name: str
|
13 |
+
dtype: string
|
14 |
+
- name: target_new
|
15 |
+
struct:
|
16 |
+
- name: id
|
17 |
+
dtype: string
|
18 |
+
- name: str
|
19 |
+
dtype: string
|
20 |
+
- name: case_id
|
21 |
+
dtype: int64
|
22 |
+
splits:
|
23 |
+
- name: train
|
24 |
+
num_bytes: 7821882.716608117
|
25 |
+
num_examples: 59182
|
26 |
+
- name: test
|
27 |
+
num_bytes: 868995.2833918822
|
28 |
+
num_examples: 6575
|
29 |
+
download_size: 4285008
|
30 |
+
dataset_size: 8690878.0
|
31 |
+
---
|
32 |
+
# Dataset Card for "counterfact-simple"
|
33 |
+
|
34 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|