Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html>
<h"... is not valid JSON
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
π APEX DATASETS
"Believe in Apex. Become what's Next."
π The "Art" of Clean Data
This is not just a dataset; it's a masterpiece of data engineering. We have processed raw German Wikipedia dumps, removing all HTML tags, boilerplate, and noise, leaving only the purest linguistic structures for your AI training needs.
"Quality over Quantity. But we give you both." β Apex Datasets
ποΈ Dataset Structure (Sample)
We provide a ready-to-use split, formatted in Parquet for maximum efficiency.
| File Name | Rows | Usage Scenario | Description |
|---|---|---|---|
sample_train.parquet |
400 | ποΈ Fine-Tuning | Rich, diverse sentences for teaching the model context. |
sample_test.parquet |
100 | π§ͺ Evaluation | Unseen data for testing model performance (perplexity). |
dataset_statistics.json |
- | π Analysis | Complete metadata and statistical breakdown. |
π Quick Stats (Full Version)
- Total Size: 8.21GB+
- Sentences: 3,000,000+
- Format: Apache Parquet (Snappy compression)
- Encoding: UTF-8
π How to Use
from datasets import load_dataset
# Download the sample directly
dataset = load_dataset("Apex-Datasets/German-Wikipedia-Cleaned-Sample")
print(dataset['train'][0])
- Downloads last month
- 40