scala / README.md
saattrupdan's picture
Upload dataset
898c736 verified
|
raw
history blame
1.93 kB
metadata
dataset_info:
  - config_name: da
    features:
      - name: text
        dtype: string
      - name: corruption_type
        dtype: string
      - name: label
        dtype: string
    splits:
      - name: train
        num_bytes: 146694
        num_examples: 1024
      - name: val
        num_bytes: 33804
        num_examples: 256
      - name: test
        num_bytes: 276605
        num_examples: 2048
      - name: full_train
        num_bytes: 738488
        num_examples: 5352
    download_size: 703702
    dataset_size: 1195591
  - config_name: nb
    features:
      - name: text
        dtype: string
      - name: corruption_type
        dtype: string
      - name: label
        dtype: string
    splits:
      - name: train
        num_bytes: 129282
        num_examples: 1024
      - name: val
        num_bytes: 30779
        num_examples: 256
      - name: test
        num_bytes: 252311
        num_examples: 2048
      - name: full_train
        num_bytes: 3223287
        num_examples: 25908
    download_size: 2159785
    dataset_size: 3635659
  - config_name: nn
    features:
      - name: text
        dtype: string
      - name: corruption_type
        dtype: string
      - name: label
        dtype: string
    splits:
      - name: train
        num_bytes: 137050
        num_examples: 1024
      - name: val
        num_bytes: 35422
        num_examples: 256
      - name: test
        num_bytes: 274470
        num_examples: 2048
      - name: full_train
        num_bytes: 3048722
        num_examples: 22768
    download_size: 2086411
    dataset_size: 3495664
configs:
  - config_name: da
    data_files:
      - split: train
        path: da/train-*
      - split: val
        path: da/val-*
      - split: test
        path: da/test-*
      - split: full_train
        path: da/full_train-*
  - config_name: nb
    data_files:
      - split: train
        path: nb/train-*
      - split: val
        path: nb/val-*
      - split: test
        path: nb/test-*
      - split: full_train
        path: nb/full_train-*
  - config_name: nn
    data_files:
      - split: train
        path: nn/train-*
      - split: val
        path: nn/val-*
      - split: test
        path: nn/test-*
      - split: full_train
        path: nn/full_train-*