NORTS / README.md
tollefj's picture
Upload README.md with huggingface_hub
0454395
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: AssignmentId
      dtype: string
    - name: docId
      dtype: string
    - name: article
      dtype: string
    - name: tid1
      dtype: int64
    - name: tid2
      dtype: int64
    - name: words1
      dtype: string
    - name: words2
      dtype: string
    - name: phrases1
      dtype: string
    - name: phrases2
      dtype: string
    - name: sentences1
      dtype: string
    - name: sentences2
      dtype: string
    - name: summary1
      dtype: string
    - name: summary2
      dtype: string
    - name: __index_level_0__
      dtype: int64
  splits:
    - name: train
      num_bytes: 11384802
      num_examples: 2400
    - name: test
      num_bytes: 2979312
      num_examples: 600
  download_size: 7539242
  dataset_size: 14364114

NORTS - Norwegian Topic-based Summarization Dataset

Translated from NORTS (NEWs Topic-based Summarization Dataset, https://github.com/ali-bahrainian/NEWTS) using the 1.3B NLLB model (https://huggingface.co/facebook/nllb-200-distilled-1.3B)