Update README.md
Browse files
README.md
CHANGED
@@ -1,26 +1,30 @@
|
|
1 |
-
---
|
2 |
-
dataset_info:
|
3 |
-
features:
|
4 |
-
- name: input_ids
|
5 |
-
sequence: int64
|
6 |
-
- name: seq_idx
|
7 |
-
dtype: int64
|
8 |
-
splits:
|
9 |
-
- name: train
|
10 |
-
num_bytes: 234577200
|
11 |
-
num_examples: 14300
|
12 |
-
- name: validation
|
13 |
-
num_bytes: 32808000
|
14 |
-
num_examples: 2000
|
15 |
-
download_size: 58650299
|
16 |
-
dataset_size: 267385200
|
17 |
-
configs:
|
18 |
-
- config_name: default
|
19 |
-
data_files:
|
20 |
-
- split: train
|
21 |
-
path: data/train-*
|
22 |
-
- split: validation
|
23 |
-
path: data/validation-*
|
24 |
-
|
|
|
|
|
25 |
|
|
|
|
|
26 |
Sample from the Pile (`EleutherAI/pile-deduped-pythia-preshuffled`) used in the experiments. The unique sequence identified (`seq_idx`) is simply the order of the sequence in the Pile. The dataset is already tokenized.
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: input_ids
|
5 |
+
sequence: int64
|
6 |
+
- name: seq_idx
|
7 |
+
dtype: int64
|
8 |
+
splits:
|
9 |
+
- name: train
|
10 |
+
num_bytes: 234577200
|
11 |
+
num_examples: 14300
|
12 |
+
- name: validation
|
13 |
+
num_bytes: 32808000
|
14 |
+
num_examples: 2000
|
15 |
+
download_size: 58650299
|
16 |
+
dataset_size: 267385200
|
17 |
+
configs:
|
18 |
+
- config_name: default
|
19 |
+
data_files:
|
20 |
+
- split: train
|
21 |
+
path: data/train-*
|
22 |
+
- split: validation
|
23 |
+
path: data/validation-*
|
24 |
+
language:
|
25 |
+
- en
|
26 |
+
---
|
27 |
|
28 |
+
This dataset has been created as an artefact of the paper [Causal Estimation of Memorisation Profiles (Lesci et al., 2024)](https://arxiv.org/abs/2406.04327).
|
29 |
+
More info about this dataset in the related collection [Memorisation-Profiles](https://huggingface.co/collections/pietrolesci/memorisation-profiles-6619604c4594c878cd9d451f).
|
30 |
Sample from the Pile (`EleutherAI/pile-deduped-pythia-preshuffled`) used in the experiments. The unique sequence identified (`seq_idx`) is simply the order of the sequence in the Pile. The dataset is already tokenized.
|