euronews / README.md
albertvillanova's picture
Convert dataset to Parquet (#3)
738d9ce verified
metadata
annotations_creators:
  - expert-generated
language_creators:
  - crowdsourced
language:
  - de
  - fr
  - nl
license:
  - cc0-1.0
multilinguality:
  - multilingual
size_categories:
  - n<1K
source_datasets:
  - original
task_categories:
  - token-classification
task_ids:
  - named-entity-recognition
paperswithcode_id: europeana-newspapers
pretty_name: Europeana Newspapers
dataset_info:
  - config_name: de-lft
    features:
      - name: id
        dtype: string
      - name: tokens
        sequence: string
      - name: ner_tags
        sequence:
          class_label:
            names:
              '0': O
              '1': B-PER
              '2': I-PER
              '3': B-ORG
              '4': I-ORG
              '5': B-LOC
              '6': I-LOC
    splits:
      - name: train
        num_bytes: 1263426
        num_examples: 1
    download_size: 394615
    dataset_size: 1263426
  - config_name: de-onb
    features:
      - name: id
        dtype: string
      - name: tokens
        sequence: string
      - name: ner_tags
        sequence:
          class_label:
            names:
              '0': O
              '1': B-PER
              '2': I-PER
              '3': B-ORG
              '4': I-ORG
              '5': B-LOC
              '6': I-LOC
    splits:
      - name: train
        num_bytes: 502353
        num_examples: 1
    download_size: 165235
    dataset_size: 502353
  - config_name: de-sbb
    features:
      - name: id
        dtype: string
      - name: tokens
        sequence: string
      - name: ner_tags
        sequence:
          class_label:
            names:
              '0': O
              '1': B-PER
              '2': I-PER
              '3': B-ORG
              '4': I-ORG
              '5': B-LOC
              '6': I-LOC
    splits:
      - name: train
        num_bytes: 817279
        num_examples: 1
    download_size: 200613
    dataset_size: 817279
  - config_name: fr-bnf
    features:
      - name: id
        dtype: string
      - name: tokens
        sequence: string
      - name: ner_tags
        sequence:
          class_label:
            names:
              '0': O
              '1': B-PER
              '2': I-PER
              '3': B-ORG
              '4': I-ORG
              '5': B-LOC
              '6': I-LOC
    splits:
      - name: train
        num_bytes: 3340283
        num_examples: 1
    download_size: 687579
    dataset_size: 3340283
  - config_name: nl-kb
    features:
      - name: id
        dtype: string
      - name: tokens
        sequence: string
      - name: ner_tags
        sequence:
          class_label:
            names:
              '0': O
              '1': B-PER
              '2': I-PER
              '3': B-ORG
              '4': I-ORG
              '5': B-LOC
              '6': I-LOC
    splits:
      - name: train
        num_bytes: 3104197
        num_examples: 1
    download_size: 695197
    dataset_size: 3104197
configs:
  - config_name: de-lft
    data_files:
      - split: train
        path: de-lft/train-*
  - config_name: de-onb
    data_files:
      - split: train
        path: de-onb/train-*
  - config_name: de-sbb
    data_files:
      - split: train
        path: de-sbb/train-*
  - config_name: fr-bnf
    data_files:
      - split: train
        path: fr-bnf/train-*
  - config_name: nl-kb
    data_files:
      - split: train
        path: nl-kb/train-*

Dataset Card for Europeana Newspapers

Table of Contents

Dataset Description

Dataset Summary

[More Information Needed]

Supported Tasks and Leaderboards

[More Information Needed]

Languages

[More Information Needed]

Dataset Structure

Data Instances

[More Information Needed]

Data Fields

[More Information Needed]

Data Splits

[More Information Needed]

Dataset Creation

Curation Rationale

[More Information Needed]

Source Data

Initial Data Collection and Normalization

[More Information Needed]

Who are the source language producers?

[More Information Needed]

Annotations

Annotation process

[More Information Needed]

Who are the annotators?

[More Information Needed]

Personal and Sensitive Information

[More Information Needed]

Considerations for Using the Data

Social Impact of Dataset

[More Information Needed]

Discussion of Biases

[More Information Needed]

Other Known Limitations

[More Information Needed]

Additional Information

Dataset Curators

[More Information Needed]

Licensing Information

[More Information Needed]

Citation Information

[More Information Needed]

Contributions

Thanks to @jplu for adding this dataset.