Upload dataset
Browse files
LongAlpaca/train-00000-of-00002.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bf767743298e76fdd6ea29dc6185a9f6fd25b4a911250268ada72a0e9c0946ba
|
3 |
+
size 140629404
|
LongAlpaca/train-00001-of-00002.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a954a116e79024830340f5253a0a6e68dbb4c663ac5fb65a139ce7b41130a357
|
3 |
+
size 295776369
|
README.md
CHANGED
@@ -164,6 +164,22 @@ dataset_info:
|
|
164 |
num_examples: 7405
|
165 |
download_size: 671874576
|
166 |
dataset_size: 1135529832
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
167 |
configs:
|
168 |
- config_name: BigPatent
|
169 |
data_files:
|
@@ -221,4 +237,8 @@ configs:
|
|
221 |
path: HotpotQA/train-*
|
222 |
- split: validation
|
223 |
path: HotpotQA/validation-*
|
|
|
|
|
|
|
|
|
224 |
---
|
|
|
164 |
num_examples: 7405
|
165 |
download_size: 671874576
|
166 |
dataset_size: 1135529832
|
167 |
+
- config_name: LongAlpaca
|
168 |
+
features:
|
169 |
+
- name: context
|
170 |
+
dtype: string
|
171 |
+
- name: instruction
|
172 |
+
dtype: string
|
173 |
+
- name: output
|
174 |
+
dtype: string
|
175 |
+
- name: context_sentence
|
176 |
+
sequence: string
|
177 |
+
splits:
|
178 |
+
- name: train
|
179 |
+
num_bytes: 853542732
|
180 |
+
num_examples: 8937
|
181 |
+
download_size: 436405773
|
182 |
+
dataset_size: 853542732
|
183 |
configs:
|
184 |
- config_name: BigPatent
|
185 |
data_files:
|
|
|
237 |
path: HotpotQA/train-*
|
238 |
- split: validation
|
239 |
path: HotpotQA/validation-*
|
240 |
+
- config_name: LongAlpaca
|
241 |
+
data_files:
|
242 |
+
- split: train
|
243 |
+
path: LongAlpaca/train-*
|
244 |
---
|