Apex-Datasets's picture
Update README.md
bdc9091 verified
|
Raw
History Blame Contribute Delete
2.11 kB
metadata
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<n<100k

πŸ’Ž APEX DATASETS

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


πŸ‡©πŸ‡ͺ German Wikipedia Cleaned: Platinum Sample

License Language Source Status

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

from datasets import load_dataset

# Download the sample directly
dataset = load_dataset("Apex-Datasets/German-Wikipedia-Cleaned-Sample")

print(dataset['train'][0])