Upload dataset
Browse files- README.md +59 -0
- llama3_sample/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
---
|
| 2 |
dataset_info:
|
|
|
|
| 3 |
features:
|
| 4 |
- name: id
|
| 5 |
dtype: int64
|
|
@@ -57,6 +58,60 @@ dataset_info:
|
|
| 57 |
num_examples: 2296
|
| 58 |
download_size: 55976692
|
| 59 |
dataset_size: 58559580
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 60 |
configs:
|
| 61 |
- config_name: default
|
| 62 |
data_files:
|
|
@@ -66,4 +121,8 @@ configs:
|
|
| 66 |
path: data/validation-*
|
| 67 |
- split: test
|
| 68 |
path: data/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 69 |
---
|
|
|
|
| 1 |
---
|
| 2 |
dataset_info:
|
| 3 |
+
- config_name: default
|
| 4 |
features:
|
| 5 |
- name: id
|
| 6 |
dtype: int64
|
|
|
|
| 58 |
num_examples: 2296
|
| 59 |
download_size: 55976692
|
| 60 |
dataset_size: 58559580
|
| 61 |
+
- config_name: llama3_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: llama3_explanation
|
| 108 |
+
dtype: string
|
| 109 |
+
splits:
|
| 110 |
+
- name: train
|
| 111 |
+
num_bytes: 183919
|
| 112 |
+
num_examples: 60
|
| 113 |
+
download_size: 193110
|
| 114 |
+
dataset_size: 183919
|
| 115 |
configs:
|
| 116 |
- config_name: default
|
| 117 |
data_files:
|
|
|
|
| 121 |
path: data/validation-*
|
| 122 |
- split: test
|
| 123 |
path: data/test-*
|
| 124 |
+
- config_name: llama3_sample
|
| 125 |
+
data_files:
|
| 126 |
+
- split: train
|
| 127 |
+
path: llama3_sample/train-*
|
| 128 |
---
|
llama3_sample/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ded77776b3061688c82c5d89dac78ccf538208520dafce4e6f7bd9f07d6e0ef6
|
| 3 |
+
size 193110
|