CoolFace
Datasetpublic

faidrap/DCLM_German

DCLM German Dataset This dataset contains German language data processed for LLM pretraining, filtered using FastText language detection. Usage from datasets import load_dataset # Load the entire dataset dataset = load_dataset("faidrap/DCLM_German") # Stream for large datasets (recommended) dataset = load_dataset("faidrap/DCLM_German", streaming=True) # Access the data for example in dataset['train']: print(example['text'][:100]) # Print first 100 chars… See the full description on the dataset page: https://huggingface.co/datasets/faidrap/DCLM_German.

sourceHugging Facecc-by-4.0updated 1y agoView on Hugging Face
0likes167downloads
settings

This repository belongs to faidrap on Hugging Face.

CoolFace never edits a repository it does not host. Visibility, licence, collaborators and gating are all managed at the source.

nameDCLM_German
visibilitypublic
licencecc-by-4.0
gatedno
ownerfaidrap
Account settings
faidrap/DCLM_German · CoolFace