--- license: cc-by-nc-sa-4.0 task_categories: - text-generation - fill-mask language: - de tags: - wikipedia - german - cleaned - nlp - apex-datasets size_categories: - 10k๐Ÿ’Ž APEX DATASETS

"Believe in Apex. Become what's Next."


๐Ÿ‡ฉ๐Ÿ‡ช German Wikipedia Cleaned: Platinum Sample

[![License](https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-red.svg)](https://creativecommons.org/licenses/by-nc-sa/4.0/) [![Language](https://img.shields.io/badge/Language-German%20(Deutsch)-yellow.svg)]() [![Source](https://img.shields.io/badge/Source-Wikipedia-lightgrey.svg)]() [![Status](https://img.shields.io/badge/Status-Premium%20Sample-success.svg)]() **Cleaned โ€ข Deduplicated โ€ข Optimized for LLMs**
--- ## ๐Ÿ’Ž 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 ```python from datasets import load_dataset # Download the sample directly dataset = load_dataset("Apex-Datasets/German-Wikipedia-Cleaned-Sample") print(dataset['train'][0])