simple_fsm_bench / README.md
taesiri's picture
Upload dataset
32810f2 verified
metadata
dataset_info:
  features:
    - name: id
      dtype: string
    - name: fsm_json
      dtype: string
    - name: string
      dtype: string
    - name: label
      dtype: string
    - name: difficulty_level
      dtype: int64
    - name: num_states
      dtype: int64
    - name: num_transitions
      dtype: int64
    - name: dot
      dtype: string
  splits:
    - name: train
      num_bytes: 85649620
      num_examples: 21452
    - name: validation
      num_bytes: 43739557
      num_examples: 11102
  download_size: 1507648
  dataset_size: 129389177
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*