marcov's picture
Upload dataset
6c94a25 verified
|
raw
history blame
1.15 kB
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'
    - name: template_name
      dtype: string
    - name: template
      dtype: string
    - name: rendered_input
      dtype: string
    - name: rendered_output
      dtype: string
  splits:
    - name: train
      num_bytes: 461680074
      num_examples: 514822
    - name: validation
      num_bytes: 127975226
      num_examples: 140042
    - name: test
      num_bytes: 127584122
      num_examples: 140035
  download_size: 254052350
  dataset_size: 717239422
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*