andi-trajectory / README.md
taj-gillin's picture
Upload multi-model dataset (CTRW, FBM, LW, ATTM, SBM) with splits train=160,000, val=20,000, test=20,000
a31870b verified
metadata
dataset_info:
  features:
    - name: trajectory_id
      dtype: int64
    - name: alpha
      dtype: float64
    - name: model
      dtype: int64
    - name: model_name
      dtype: string
    - name: length
      dtype: int64
    - name: snr
      dtype: float64
    - name: x
      list: float64
    - name: 'y'
      list: float64
  splits:
    - name: train
      num_bytes: 1301824064
      num_examples: 160000
    - name: validation
      num_bytes: 162728008
      num_examples: 20000
    - name: test
      num_bytes: 162728008
      num_examples: 20000
  download_size: 1632506430
  dataset_size: 1627280080
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*