Datasets:
File size: 1,644 Bytes
8fc4c23 7696b52 d580db3 2bd85cf d580db3 2bd85cf 5ca0cbf 9520e7c cd7e35b 9520e7c 7696b52 5ca0cbf 7696b52 5ca0cbf 7696b52 8fc4c23 223d6a7 c14ff65 223d6a7 db4f246 223d6a7 7696b52 |
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 |
---
license: apache-2.0
task_categories:
- text-classification
language:
- nb
- 'no'
- nn
size_categories:
- 100K<n<1M
configs:
- config_name: default
data_files:
- split: train
path: "train.jsonl"
- split: train_a
path: "trainA.jsonl"
- split: train_b
path: "trainB.jsonl"
- split: train_nordic
path: "train_nordic.jsonl"
- split: train_cleaned
path: "train_cleaned.jsonl"
- split: dev
path: "dev.jsonl"
- split: dev_nordic
path: "dev_nordic.jsonl"
- split: test
path: "test.jsonl"
- split: test_nordiv
path: "test_nordic.jsonl"
---
# Dataset Card for Bokmål-Nynorsk Language Detection (main_train_split)
## Dataset Summary
This dataset is intended for language detection for Bokmål to Nynorsk and vice versa. It contains 800,000 sentence pairs, sourced from Språkbanken and pruned to avoid overlap with the NorBench dataset. The data comes from translations of news text from Norsk telegrambyrå (NTB), performed by Nynorsk pressekontor (NPK). In addition the dev and test set has 1000 entries.
## Data Collection
- **Period**: February 2011 to December 2022
- **Source**: [Omsetjingsminne Nynorsk Pressekontor - Språkbanken](https://www.nb.no/sprakbanken/ressurskatalog/oai-nb-no-sbr-80/)
- **Size**: 800,000 sentence pairs
- **Format**: JSON-lines (with `text` , `language` fields)
### Processing Steps
1. Pruned to avoid overlap with NorBench
2. Deduplicated
3. Shuffled with a fixed seed (42)
## Usage
Intended for training Bokmål-Nynorsk detection models. For more details, refer to the repository where the dataset preparation script and the actual dataset reside.
|