---
pretty_name: Nordjylland News
language:
  - da
license: cc0-1.0
license_name: CC-0
size_categories:
  - 10-100k
task_categories:
  - text-generation
  - fill-mask
task_ids:
  - language-modeling
source_datasets:
  - alexandrainst/nordjylland-news-summarization
---

# Dataset Card for Nordjylland News

<!-- START-SHORT DESCRIPTION -->
Articles from the Danish Newspaper [TV2 Nord](https://www.tv2nord.dk).
<!-- END-SHORT DESCRIPTION -->


The data is derived from the Huggingface dataset [alexandrainst/nordjylland-news-summarization](https://huggingface.co/datasets/alexandrainst/nordjylland-news-summarization) originally intended for text summarization.

## Dataset Description


<!-- START-DESC-STATS -->
- **Language**: dan, dansk, Danish
- **Number of samples**: 75.22K
- **Number of tokens (Llama 3)**: 37.91M
- **Average document length (characters)**: 1540.27
<!-- END-DESC-STATS -->


## Dataset Structure
An example from the dataset looks as follows.


<!-- START-SAMPLE -->
```py
{
  "text": "Lav et referat af nedenstående tekst:\n\nTekst:\nOpdatering: Manden er nu fundet af Nordjyllands Politi[...]",
  "source": "nordjyllandnews",
  "id": "nordjyllandnews_0",
  "added": "2024-12-16",
  "created": "2000-01-01, 2024-01-01",
  "license": "Creative Commons Legal Code\n\nCC0 1.0 Universal",
  "domain": "News",
  "metadata": {
    "source-pretty": "Nordjylland News"
  }
}
```

### Data Fields

An entry in the dataset consists of the following fields:

- `text`(`str`): The content of the document.
- `source` (`str`): The source of the document (see [Source Data](#source-data)).
- `id` (`str`): An unique identifier for each document.
- `added` (`str`): An date for when the document was added to this collection.
- `created` (`str`): An date range for when the document was originally created.
- `license` (`str`): The license of the document. The licenses vary according to the source. 
- `domain` (`str`): The domain of the source
- `metadata/source-pretty` (`str`): The long form version of the short-form source name
- `metadata/*`: Potentially additional metadata
<!-- END-SAMPLE -->


### Dataset Statistics

<!-- START-DATASET PLOTS -->
<img src="./images/dist_document_length.png" width="600" style="margin-right: 10px;" />
<img>
<!-- END-DATASET PLOTS -->



## Additional Information


## Opportunities for Improvement

An updated version of the this data could be fetched from their [API](https://developer.bazo.dk/#876ab6f9-e057-43e3-897a-1563de34397e).

# Sourced data
This dataset is derived from [`alexandrainst/nordjylland-news-summarization`](https://huggingface.co/datasets/alexandrainst/nordjylland-news-summarization)

### Citation Information

No citation is applicable for this work. We recommend citing the huggingface repository.