Upload dataset
Browse files
README.md
CHANGED
|
@@ -58,6 +58,62 @@ dataset_info:
|
|
| 58 |
num_examples: 2296
|
| 59 |
download_size: 55976692
|
| 60 |
dataset_size: 58559580
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 61 |
- config_name: llama3_sample
|
| 62 |
features:
|
| 63 |
- name: id
|
|
@@ -121,6 +177,10 @@ configs:
|
|
| 121 |
path: data/validation-*
|
| 122 |
- split: test
|
| 123 |
path: data/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 124 |
- config_name: llama3_sample
|
| 125 |
data_files:
|
| 126 |
- split: train
|
|
|
|
| 58 |
num_examples: 2296
|
| 59 |
download_size: 55976692
|
| 60 |
dataset_size: 58559580
|
| 61 |
+
- config_name: llama3_balanced_sample
|
| 62 |
+
features:
|
| 63 |
+
- name: id
|
| 64 |
+
dtype: int64
|
| 65 |
+
- name: label
|
| 66 |
+
dtype: int64
|
| 67 |
+
- name: statement
|
| 68 |
+
dtype: string
|
| 69 |
+
- name: date
|
| 70 |
+
dtype: string
|
| 71 |
+
- name: subject
|
| 72 |
+
dtype: string
|
| 73 |
+
- name: speaker
|
| 74 |
+
dtype: string
|
| 75 |
+
- name: speaker_description
|
| 76 |
+
dtype: string
|
| 77 |
+
- name: state_info
|
| 78 |
+
dtype: string
|
| 79 |
+
- name: true_counts
|
| 80 |
+
dtype: int64
|
| 81 |
+
- name: mostly_true_counts
|
| 82 |
+
dtype: int64
|
| 83 |
+
- name: half_true_counts
|
| 84 |
+
dtype: int64
|
| 85 |
+
- name: mostly_false_counts
|
| 86 |
+
dtype: int64
|
| 87 |
+
- name: false_counts
|
| 88 |
+
dtype: int64
|
| 89 |
+
- name: pants_on_fire_counts
|
| 90 |
+
dtype: int64
|
| 91 |
+
- name: context
|
| 92 |
+
dtype: string
|
| 93 |
+
- name: justification
|
| 94 |
+
dtype: string
|
| 95 |
+
- name: binary_label
|
| 96 |
+
dtype: int64
|
| 97 |
+
- name: clean_statement
|
| 98 |
+
dtype: string
|
| 99 |
+
- name: clean_justification
|
| 100 |
+
dtype: string
|
| 101 |
+
- name: input_ids
|
| 102 |
+
list: int32
|
| 103 |
+
- name: token_type_ids
|
| 104 |
+
list: int8
|
| 105 |
+
- name: attention_mask
|
| 106 |
+
list: int8
|
| 107 |
+
- name: computed_label_text
|
| 108 |
+
dtype: string
|
| 109 |
+
- name: llama3_explanation
|
| 110 |
+
dtype: string
|
| 111 |
+
splits:
|
| 112 |
+
- name: train
|
| 113 |
+
num_bytes: 191104
|
| 114 |
+
num_examples: 60
|
| 115 |
+
download_size: 194617
|
| 116 |
+
dataset_size: 191104
|
| 117 |
- config_name: llama3_sample
|
| 118 |
features:
|
| 119 |
- name: id
|
|
|
|
| 177 |
path: data/validation-*
|
| 178 |
- split: test
|
| 179 |
path: data/test-*
|
| 180 |
+
- config_name: llama3_balanced_sample
|
| 181 |
+
data_files:
|
| 182 |
+
- split: train
|
| 183 |
+
path: llama3_balanced_sample/train-*
|
| 184 |
- config_name: llama3_sample
|
| 185 |
data_files:
|
| 186 |
- split: train
|
llama3_balanced_sample/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e82cb129d72a13ab26e983731cf2d35aa8eaa6c2aa69de7fbe26d447f75efef1
|
| 3 |
+
size 194617
|