--- license: cc-by-4.0 language: - az task_categories: - text-generation tags: - azerbaijani - pretraining - deduplicated size_categories: - 1M= 2.5**. (~5.2M documents in) 3. **Merge + exact deduplication** — concatenated both sources and removed exact duplicates by hash of the normalized text (NFKC, whitespace-collapsed, casefolded). About 28% of the merged input were exact duplicates (within sources and across them). ## Deduplication note Only **exact** duplicates were removed. Near-duplicates (e.g. the same news article reposted across sites with different boilerplate) are NOT yet removed — that requires MinHash/LSH and is a separate step. Expect some near-duplicate content to remain. ## Quality filtering note The OSCAR portion was filtered by a model-generated quality score with a threshold of 2.5. The scoring model was trained on LLM-generated labels and its quality has not been verified against human annotation. The threshold of 2.5 corresponds to the cleaner mode of the score distribution. ## Limitations - Near-duplicates remain (only exact dedup applied). - Raw web text may contain personal data; no PII removal applied. - The AzTC and OSCAR portions differ in cleanliness; use the `source` field if you want to weight or separate them. ## Source datasets and attribution - [LocalDoc/AzTC-full](https://huggingface.co/datasets/LocalDoc/AzTC-full) - [LocalDoc/community_oscar_azerbaijani_scored](https://huggingface.co/datasets/LocalDoc/community_oscar_azerbaijani_scored) (derived from [LocalDoc/community_oscar_azerbaijani](https://huggingface.co/datasets/LocalDoc/community_oscar_azerbaijani)) Please review and align the license with both parent datasets.