Datasets:
Commit ·
c918b89
1
Parent(s): d9a31e2
Update HF card with v0.3 preview status
Browse files- CHANGELOG.md +11 -0
- README.md +49 -2
CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
| 1 |
# Changelog
|
| 2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
## v0.2.0 (2026-06-15)
|
| 4 |
|
| 5 |
- Initial release: 11 openly-licensed sources, 2,490,773 docs, 6.22B tokens (tiktoken proxy).
|
|
|
|
| 1 |
# Changelog
|
| 2 |
|
| 3 |
+
## v0.3.0-preview (2026-06-16)
|
| 4 |
+
|
| 5 |
+
- Added v0.3 quality/diversity workflow documentation: cap legal/parliamentary/official-document sources, use source-level temperature sampling, and evaluate per-source perplexity/style contamination.
|
| 6 |
+
- Added source candidate review artifacts for contemporary Polish web and other possible additions.
|
| 7 |
+
- Reviewed TVP Info-derived news data and blocked it until explicit upstream open-license evidence or permission is available.
|
| 8 |
+
- Added European HPLT Polish web filtering workflow:
|
| 9 |
+
- `src/filter_european_hplt.py` supports chunked parquet output, explicit `HF_TOKEN`, and filtering specific HF parquet data files.
|
| 10 |
+
- `src/launch_hplt_parallel.py` launches parallel workers across the actual HF train shard list.
|
| 11 |
+
- Current local HPLT candidate snapshot: 565,827 documents, 496,457,232 estimated tokens, about 1.0 GB compressed parquet output. This is not yet merged into the stable v0.2 parquet release.
|
| 12 |
+
- Added `.gitignore` entries to keep large local generated candidates and logs out of git/HF commits.
|
| 13 |
+
|
| 14 |
## v0.2.0 (2026-06-15)
|
| 15 |
|
| 16 |
- Initial release: 11 openly-licensed sources, 2,490,773 docs, 6.22B tokens (tiktoken proxy).
|
README.md
CHANGED
|
@@ -11,6 +11,8 @@ tags:
|
|
| 11 |
- polish
|
| 12 |
- pretraining
|
| 13 |
- dynaword
|
|
|
|
|
|
|
| 14 |
---
|
| 15 |
|
| 16 |
# Polish DynaWord
|
|
@@ -19,9 +21,27 @@ A continuously developed, **openly-licensed**, human-text Polish corpus — a Po
|
|
| 19 |
edition in the [Dynaword](https://huggingface.co/datasets/danish-foundation-models/danish-dynaword)
|
| 20 |
family (Enevoldsen et al., [arXiv:2508.02271](https://arxiv.org/abs/2508.02271)).
|
| 21 |
|
| 22 |
-
> **v0.2.0** · 2,490,773 documents · **6.22B tokens** (tiktoken proxy;
|
| 23 |
> canonical Llama-3 count at release) · 11 sources
|
| 24 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
## What this dataset contributes
|
| 26 |
The raw texts come from existing open corpora (redistributed via SpeakLeash and,
|
| 27 |
where applicable, fetched from upstream). **The value added here is the curation,
|
|
@@ -73,7 +93,7 @@ OCR garble); heavy quality filtering and mix-weighting are left to downstream tr
|
|
| 73 |
Evaluation-set decontamination is applied/marked separately. Schema:
|
| 74 |
`id, text, source, added, created, token_count`.
|
| 75 |
|
| 76 |
-
## v0.3 quality roadmap
|
| 77 |
|
| 78 |
The v0.2 raw corpus is intentionally provenance-first, but its token mix is too
|
| 79 |
heavy in legal/parliamentary language for natural general pretraining. The v0.3
|
|
@@ -107,6 +127,33 @@ Current review artifacts:
|
|
| 107 |
- `artifacts/source_candidate_audit_v0_3.md` — generated Hugging Face metadata audit.
|
| 108 |
- `artifacts/training_mix_v0_3.md` — example 1B-token training mix with legal sources capped at 15%.
|
| 109 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 110 |
TVP Info-derived news data is currently **blocked**: the HF upload
|
| 111 |
`WiktorS/polish-news` has an `apache-2.0` tag, but its README says the articles
|
| 112 |
were obtained from `tvp.info.pl`, and no upstream TVP Info open license has been
|
|
|
|
| 11 |
- polish
|
| 12 |
- pretraining
|
| 13 |
- dynaword
|
| 14 |
+
- v0.2
|
| 15 |
+
- v0.3-preview
|
| 16 |
---
|
| 17 |
|
| 18 |
# Polish DynaWord
|
|
|
|
| 21 |
edition in the [Dynaword](https://huggingface.co/datasets/danish-foundation-models/danish-dynaword)
|
| 22 |
family (Enevoldsen et al., [arXiv:2508.02271](https://arxiv.org/abs/2508.02271)).
|
| 23 |
|
| 24 |
+
> **v0.2.0 stable** · 2,490,773 documents · **6.22B tokens** (tiktoken proxy;
|
| 25 |
> canonical Llama-3 count at release) · 11 sources
|
| 26 |
|
| 27 |
+
> **v0.3.0-preview in progress** · quality/diversity remix workflow, legal-style
|
| 28 |
+
> downweighting, and filtered contemporary Polish web candidates. Current local
|
| 29 |
+
> HPLT candidate run: **565,827 documents / 496.5M tokens** from
|
| 30 |
+
> `ashtok897/european-hplt-v1`; not yet merged into the stable parquet release.
|
| 31 |
+
|
| 32 |
+
## Versions
|
| 33 |
+
|
| 34 |
+
| version | status | documents | tokens | notes |
|
| 35 |
+
|---|---|---:|---:|---|
|
| 36 |
+
| `v0.2.0` | stable release | 2,490,773 | 6.22B | Provenance-first corpus from 11 open/official sources. |
|
| 37 |
+
| `v0.3.0-preview` | workflow + candidate data in progress | +565,827 candidate docs | +496.5M candidate tokens | Filtered European HPLT Polish web candidate, generated locally with chunked/parallel filtering; pending dedup, QA, and final mix weighting. |
|
| 38 |
+
|
| 39 |
+
If the current HPLT candidate is merged as-is, the working corpus would be
|
| 40 |
+
approximately **3,056,600 documents / 6.72B tokens** before dedup and mix
|
| 41 |
+
reweighting. The final v0.3 release is expected to be a **training mix**, not a
|
| 42 |
+
raw append: legal/parliamentary/official-document sources should be capped and
|
| 43 |
+
sampled rather than allowed to dominate by raw token count.
|
| 44 |
+
|
| 45 |
## What this dataset contributes
|
| 46 |
The raw texts come from existing open corpora (redistributed via SpeakLeash and,
|
| 47 |
where applicable, fetched from upstream). **The value added here is the curation,
|
|
|
|
| 93 |
Evaluation-set decontamination is applied/marked separately. Schema:
|
| 94 |
`id, text, source, added, created, token_count`.
|
| 95 |
|
| 96 |
+
## v0.3 quality roadmap and current status
|
| 97 |
|
| 98 |
The v0.2 raw corpus is intentionally provenance-first, but its token mix is too
|
| 99 |
heavy in legal/parliamentary language for natural general pretraining. The v0.3
|
|
|
|
| 127 |
- `artifacts/source_candidate_audit_v0_3.md` — generated Hugging Face metadata audit.
|
| 128 |
- `artifacts/training_mix_v0_3.md` — example 1B-token training mix with legal sources capped at 15%.
|
| 129 |
|
| 130 |
+
Current HPLT filtering status (2026-06-16):
|
| 131 |
+
|
| 132 |
+
- input: `ashtok897/european-hplt-v1`, actual HF train parquet files split
|
| 133 |
+
across workers;
|
| 134 |
+
- filter output generated locally under `data/european_hplt_pl_parallel_500m_v2/`;
|
| 135 |
+
- kept **565,827** documents and **496,457,232** estimated tokens;
|
| 136 |
+
- compressed parquet output size: about **1.0 GB**;
|
| 137 |
+
- this is a candidate source snapshot, not yet a stable release artifact.
|
| 138 |
+
|
| 139 |
+
Reproduce the chunked/parallel candidate run:
|
| 140 |
+
|
| 141 |
+
```bash
|
| 142 |
+
python3 src/launch_hplt_parallel.py \
|
| 143 |
+
--workers 4 \
|
| 144 |
+
--out-dir data/european_hplt_pl_parallel_500m_v2 \
|
| 145 |
+
--screen-prefix hplt2 \
|
| 146 |
+
--target-total-tokens 500000000
|
| 147 |
+
```
|
| 148 |
+
|
| 149 |
+
Monitor progress:
|
| 150 |
+
|
| 151 |
+
```bash
|
| 152 |
+
screen -ls
|
| 153 |
+
tail -f logs/filter_european_hplt_hplt2_w0.log
|
| 154 |
+
find data/european_hplt_pl_parallel_500m_v2 -maxdepth 2 -name '*.parquet' -ls
|
| 155 |
+
```
|
| 156 |
+
|
| 157 |
TVP Info-derived news data is currently **blocked**: the HF upload
|
| 158 |
`WiktorS/polish-news` has an `apache-2.0` tag, but its README says the articles
|
| 159 |
were obtained from `tvp.info.pl`, and no upstream TVP Info open license has been
|