gtsrb-cleaned / README.md
pymlstudio's picture
Upload dataset
3391e99 verified
metadata
dataset_info:
  features:
    - name: image
      dtype: image
    - name: label
      dtype:
        class_label:
          names:
            '0': '0'
            '1': '1'
            '2': '10'
            '3': '11'
            '4': '12'
            '5': '13'
            '6': '14'
            '7': '15'
            '8': '16'
            '9': '17'
            '10': '18'
            '11': '19'
            '12': '2'
            '13': '20'
            '14': '21'
            '15': '22'
            '16': '23'
            '17': '24'
            '18': '25'
            '19': '26'
            '20': '27'
            '21': '28'
            '22': '29'
            '23': '3'
            '24': '30'
            '25': '31'
            '26': '32'
            '27': '33'
            '28': '34'
            '29': '35'
            '30': '36'
            '31': '37'
            '32': '38'
            '33': '39'
            '34': '4'
            '35': '40'
            '36': '41'
            '37': '42'
            '38': '5'
            '39': '6'
            '40': '7'
            '41': '8'
            '42': '9'
  splits:
    - name: train
      num_bytes: 124266907
      num_examples: 12072
    - name: validation
      num_bytes: 34680563
      num_examples: 3011
    - name: test
      num_bytes: 52991778
      num_examples: 4782
  download_size: 218248672
  dataset_size: 211939248
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*