_minipile / README.md
pietrolesci's picture
Upload README.md with huggingface_hub
380a246
|
raw
history blame
1.4 kB
---
configs:
- config_name: default
data_files:
- split: test
path: data/test-*
- split: train
path: data/train-*
- split: validation
path: data/validation-*
- config_name: pietrolesci__gpt2-minipile
data_files:
- split: test
path: pietrolesci__gpt2-minipile/test-*
- split: train
path: pietrolesci__gpt2-minipile/train-*
- split: validation
path: pietrolesci__gpt2-minipile/validation-*
dataset_info:
- config_name: default
features:
- name: text
dtype: string
- name: uid
dtype: int64
splits:
- name: test
num_bytes: 58638191
num_examples: 10000
- name: train
num_bytes: 5914108510
num_examples: 1000000
- name: validation
num_bytes: 2783386
num_examples: 500
download_size: 3181931245
dataset_size: 5975530087
- config_name: pietrolesci__gpt2-minipile
features:
- name: input_ids
sequence: int32
- name: attention_mask
sequence: int8
- name: uid
dtype: int64
splits:
- name: test
num_bytes: 75139680
num_examples: 14630
- name: train
num_bytes: 7633821696
num_examples: 1486336
- name: validation
num_bytes: 3543840
num_examples: 690
download_size: 2963368554
dataset_size: 7712505216
---
# Dataset Card for "minipile"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)