File size: 1,152 Bytes
745d6c0
 
 
 
 
 
ad78cc0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
745d6c0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
35
36
37
38
39
40
41
42
43
44
45
46
47
---
language:
- en
license: apache-2.0
size_categories:
- n<1K
task_categories:
- text-generation
pretty_name: RedPajama Tiny
dataset_info:
  features:
  - name: text
    dtype: string
  - name: meta
    dtype: string
  splits:
  - name: train
    num_bytes: 32428740
    num_examples: 448
  download_size: 18977228
  dataset_size: 32428740
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---
# Dataset Card for Dataset Name

### Dataset Summary

This is a tiny version of the [RedPajama dataset](https://huggingface.co/datasets/togethercomputer/RedPajama-Data-1T). 
It contains 64 samples from each of the 7 sources.
This dataset is intended for developing and testing data/training pipeline for loading the full RedPajama dataset or any general HuggingFace dataset. 
It is very fast to download and easy to examine. You should not use it for training a full model, but you can use it for overfitting test or any other sanity checks. 

## Dataset Structure

The dataset structure is as follows:

```
{
    "text": ...,
    "meta": {"url": "...", "timestamp": "...", "source": "...", "language": "...", ...}
}
```