Datasets:

Modalities:
Text
ArXiv:
Libraries:
Datasets
RedPajama-Data-V2 / .gitignore
Maurice Weber
subsamples 10B, 100B, 1T
7f1cb5c
raw
history blame
No virus
299 Bytes
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
*.pyc
*.DS_Store
# data folders
data/*
!data/.gitkeep
# notebooks
notebooks/*
.ipynb_checkpoints
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# ides
.idea/
.vscode/
# distribution
*.egg-info/
dist/
build/