Swag / README.md
dany0407's picture
Upload dataset
2d85af3 verified
metadata
dataset_info:
  features:
    - name: video-id
      dtype: string
    - name: fold-ind
      dtype: string
    - name: startphrase
      dtype: string
    - name: sent1
      dtype: string
    - name: sent2
      dtype: string
    - name: gold-source
      dtype: string
    - name: ending0
      dtype: string
    - name: ending1
      dtype: string
    - name: ending2
      dtype: string
    - name: ending3
      dtype: string
    - name: label
      dtype:
        class_label:
          names:
            '0': '0'
            '1': '1'
            '2': '2'
            '3': '3'
  splits:
    - name: train
      num_bytes: 30274352
      num_examples: 73546
    - name: validation
      num_bytes: 8451651
      num_examples: 20006
    - name: test
      num_bytes: 8417524
      num_examples: 20005
  download_size: 24196748
  dataset_size: 47143527
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*