driving-theory-exp / README.md
francepfl's picture
Upload dataset
4542d59 verified
metadata
dataset_info:
  - config_name: english
    features:
      - name: id
        dtype: string
      - name: images
        list:
          - name: bytes
            dtype: 'null'
          - name: path
            dtype: string
      - name: conversation
        list:
          - name: content
            dtype: string
          - name: role
            dtype: string
    splits:
      - name: train
        num_bytes: 704316
        num_examples: 1126
      - name: val
        num_bytes: 125448
        num_examples: 200
      - name: test
        num_bytes: 125855
        num_examples: 200
    download_size: 397374
    dataset_size: 955619
  - config_name: french
    features:
      - name: id
        dtype: string
      - name: images
        list:
          - name: bytes
            dtype: 'null'
          - name: path
            dtype: string
      - name: conversation
        list:
          - name: content
            dtype: string
          - name: role
            dtype: string
    splits:
      - name: train
        num_bytes: 1733882
        num_examples: 2607
      - name: val
        num_bytes: 202728
        num_examples: 320
      - name: test
        num_bytes: 203213
        num_examples: 320
    download_size: 773261
    dataset_size: 2139823
  - config_name: italian
    features:
      - name: id
        dtype: string
      - name: images
        list:
          - name: bytes
            dtype: 'null'
          - name: path
            dtype: string
      - name: conversation
        list:
          - name: content
            dtype: string
          - name: role
            dtype: string
    splits:
      - name: train
        num_bytes: 3543162
        num_examples: 6325
      - name: val
        num_bytes: 135406
        num_examples: 240
      - name: test
        num_bytes: 137663
        num_examples: 240
    download_size: 1177206
    dataset_size: 3816231
configs:
  - config_name: english
    data_files:
      - split: train
        path: english/train-*
      - split: val
        path: english/val-*
      - split: test
        path: english/test-*
  - config_name: french
    data_files:
      - split: train
        path: french/train-*
      - split: val
        path: french/val-*
      - split: test
        path: french/test-*
  - config_name: italian
    data_files:
      - split: train
        path: italian/train-*
      - split: val
        path: italian/val-*
      - split: test
        path: italian/test-*