mnist-text-small / README.md
nemodleo's picture
Upload dataset
90cd74e verified
metadata
dataset_info:
  features:
    - name: label
      dtype:
        class_label:
          names:
            '0': 0
            '1': 1
            '2': 2
            '3': 3
            '4': 4
            '5': 5
            '6': 6
            '7': 7
            '8': 8
            '9': 9
    - name: text
      dtype: string
  splits:
    - name: train
      num_bytes: 61800000
      num_examples: 120000
    - name: test
      num_bytes: 10300000
      num_examples: 20000
  download_size: 9648897
  dataset_size: 72100000
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*