File size: 1,146 Bytes
e8e589d 297ec0d c4ef497 6b53893 e8e589d 6b53893 297ec0d e8e589d 41aa087 0ac66e6 41aa087 0ac66e6 41aa087 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
---
configs:
- config_name: default
data_files:
- split: validation
path: data/*
- config_name: torrent
data_files:
- split: validation
path: torrent/*
dataset_info:
features:
- name: uid
dtype: uint64
- name: meta
dtype: large_string
- name: token_ids
large_list: int64
- name: text
dtype: large_string
splits:
- name: train
num_bytes: 4079842949
num_examples: 214670
download_size: 1312686961
dataset_size: 4079842949
---
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).
More info about this dataset in the related collection [Memorisation-Profiles](https://huggingface.co/collections/pietrolesci/memorisation-profiles-6619604c4594c878cd9d451f).
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.
It is still a bit confusing whether the Pile data can be released freely. Thus, we will remove this dataset if required.
|