Update README.md
Browse files
README.md
CHANGED
@@ -1,23 +1,9 @@
|
|
1 |
---
|
2 |
-
dataset_info:
|
3 |
-
features:
|
4 |
-
- name: text
|
5 |
-
dtype: string
|
6 |
-
- name: meta
|
7 |
-
struct:
|
8 |
-
- name: pile_set_name
|
9 |
-
dtype: string
|
10 |
-
splits:
|
11 |
-
- name: validation
|
12 |
-
num_bytes: 1348824258
|
13 |
-
num_examples: 214670
|
14 |
-
download_size: 732531286
|
15 |
-
dataset_size: 1348824258
|
16 |
configs:
|
17 |
-
- config_name:
|
18 |
data_files:
|
19 |
- split: validation
|
20 |
-
path:
|
21 |
---
|
22 |
|
23 |
The validation data used in our study. The Pythia suite does not have an official validation. However, we confirmed with the authors that the Pile validation split (this one) was not seen during training.
|
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
configs:
|
3 |
+
- config_name: torrent
|
4 |
data_files:
|
5 |
- split: validation
|
6 |
+
path: torrent/*
|
7 |
---
|
8 |
|
9 |
The validation data used in our study. The Pythia suite does not have an official validation. However, we confirmed with the authors that the Pile validation split (this one) was not seen during training.
|