isomorphic_strings / README.md
theblackcat102's picture
Upload dataset
3e0a97d verified
metadata
dataset_info:
  features:
    - name: question
      dtype: string
    - name: answer
      dtype: string
    - name: metadata
      struct:
        - name: difficulty
          struct:
            - name: string_length
              list: int64
        - name: solution
          dtype: bool
        - name: solvable
          dtype: bool
        - name: source_dataset
          dtype: string
        - name: source_index
          dtype: int64
        - name: string_length
          dtype: int64
        - name: words
          list: string
    - name: difficulty
      dtype: int64
  splits:
    - name: test
      num_bytes: 201712
      num_examples: 350
    - name: validate
      num_bytes: 59886
      num_examples: 120
    - name: train
      num_bytes: 512226
      num_examples: 1000
  download_size: 209804
  dataset_size: 773824
configs:
  - config_name: default
    data_files:
      - split: test
        path: data/test-*
      - split: validate
        path: data/validate-*
      - split: train
        path: data/train-*