Dataset viewer doesn't work if split != "train"

Yes, this is the part that references the “test” split:

  splits:
    - name: test
      num_bytes: 6633552671
      num_examples: 2990
  configs:
    - config_name: default
      data_files:
        - split: test
          path: data/data_chunk_*
1 Like