File size: 1,828 Bytes
b178803 e450113 3d6f2d4 fb0c846 e450113 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 | ---
task_categories:
- fill-mask
language:
- ro
pretty_name: ro-sentences
tags:
- ro
- romanian
- text
- sentences
- corpus
- monolingual
- language-modeling
- masked-language-modeling
- pretraining
- large
size_categories:
- 100M<n<1B
---
# Romanian Sentences (BlackKakapo/ro-sentences)
A large-scale corpus of Romanian sentences, created by processing and splitting public text datasets into sentence-level units.
The main purpose of this dataset is to support **Masked Language Modeling (MLM)**, **continual pretraining**, **semantic textual similarity (STS)**, and other NLP tasks in Romanian.
---
## π Data Sources
This corpus was built from the following datasets:
- [`statmt/cc100`](https://huggingface.co/datasets/statmt/cc100) β large-scale web crawl.
- [`wikimedia/wikipedia`](https://huggingface.co/datasets/wikimedia/wikipedia) β Romanian Wikipedia articles.
- [`dumitrescustefan/diacritic`](https://huggingface.co/datasets/dumitrescustefan/diacritic) β cleaned and re-diacritized Romanian text.
- [`agentlans/multilingual-sentences`](https://huggingface.co/datasets/agentlans/multilingual-sentences) β multilingual sentences including Romanian subsets.
### Processing
- All text was **split into sentences** using simple segmentation rules.
- Only **clean sentences** were kept, with normalized Unicode characters.
- Very short sentences (e.g. one word) were removed.
- Whitespace and separators were standardized.
---
## π Statistics
- **Disk size**: ~70GB (available in Parquet shards [47GB]).
- **Total number of sentences**: 708,341,932.
- **Total number of words**: 11,224,484,077.
- **Average sentence length**: 15.85 words/sentence.
---
## π§Ύ Schema
Each row contains a single sentence:
```json
{
"text": "This is an example sentence in Romanian."
}
|