Datasets:
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- si
|
| 4 |
+
license: cc-by-sa-4.0
|
| 5 |
+
task_categories:
|
| 6 |
+
- text-generation
|
| 7 |
+
pretty_name: Sinhala Cleaned Sentences - Wikipedia
|
| 8 |
+
size_categories:
|
| 9 |
+
- 100K<n<1M
|
| 10 |
+
tags:
|
| 11 |
+
- sinhala
|
| 12 |
+
- low-resource
|
| 13 |
+
- pretraining
|
| 14 |
+
- cleaned
|
| 15 |
+
- deduplicated
|
| 16 |
+
---
|
| 17 |
+
|
| 18 |
+
# Sinhala Cleaned Sentences - Wikipedia
|
| 19 |
+
|
| 20 |
+
Cleaned and deduplicated Sinhala sentences derived from `Minuri/sinhala-corpus-wikipedia`, produced through a multi-stage cleaning pipeline. This repo was used as pipeline storage across cleaning stages, with the final output being `stage10_final_corpus_deduped.csv`.
|
| 21 |
+
|
| 22 |
+
## Final Output
|
| 23 |
+
|
| 24 |
+
| File | Rows | Description |
|
| 25 |
+
|---|---|---|
|
| 26 |
+
| `stage10_final_corpus_deduped.csv` | 389,223 | Final cleaned and deduplicated sentences |
|
| 27 |
+
|
| 28 |
+
## Dataset Structure (final output)
|
| 29 |
+
|
| 30 |
+
| Column | Description |
|
| 31 |
+
|---|---|
|
| 32 |
+
| `sentence` | Cleaned Sinhala sentence |
|
| 33 |
+
|
| 34 |
+
## Pipeline Stages
|
| 35 |
+
|
| 36 |
+
This repo stores intermediate CSV files across the 12-stage cleaning pipeline (stage2 through stage10), including cleaning logs and filter reports.
|
| 37 |
+
|
| 38 |
+
## Pipeline Position
|
| 39 |
+
|
| 40 |
+
`Minuri/sinhala-corpus-wikipedia` → **this repo** → `Minuri/diverse_sinhala_dataset`
|
| 41 |
+
|
| 42 |
+
## Sources & Licenses
|
| 43 |
+
|
| 44 |
+
| Source | License |
|
| 45 |
+
|---|---|
|
| 46 |
+
| [wikimedia/wikipedia](https://huggingface.co/datasets/wikimedia/wikipedia) | CC BY-SA 3.0 + GFDL - ShareAlike applies |
|
| 47 |
+
|
| 48 |
+
## Related Repositories
|
| 49 |
+
|
| 50 |
+
| Repo | Description |
|
| 51 |
+
|---|---|
|
| 52 |
+
| `Minuri/sinhala-corpus-wikipedia` | Raw sentences (517,246) |
|
| 53 |
+
| `Minuri/diverse_sinhala_dataset` | Final parent corpus |
|