Dataset Viewer
Duplicate
The dataset viewer is not available for this split.
Cannot load the dataset split (in streaming mode) to extract the first rows.
Error code:   StreamingRowsError
Exception:    CastError
Message:      Couldn't cast
collection_name: string
archetype: string
input_list: string
scope: string
recent_window_inclusive: struct<start: timestamp[s], end: timestamp[s]>
  child 0, start: timestamp[s]
  child 1, end: timestamp[s]
episode_count: int64
unique_episode_count: int64
bytes_total: int64
bytes_by_source: struct<metamon-v2-replay-source-v2: int64, top50-through-20260804: int64, top50_20260731_to_20260807 (... 21 chars omitted)
  child 0, metamon-v2-replay-source-v2: int64
  child 1, top50-through-20260804: int64
  child 2, top50_20260731_to_20260807_newest_first: int64
day_range_observed: list<item: timestamp[s]>
  child 0, item: timestamp[s]
unknown_day_episodes: int64
manifest: struct<manifest.jsonl: struct<rows: int64, sha256: string>, manifest.tsv: struct<rows: int64, bytes: (... 8 chars omitted)
  child 0, manifest.jsonl: struct<rows: int64, sha256: string>
      child 0, rows: int64
      child 1, sha256: string
  child 1, manifest.tsv: struct<rows: int64, bytes: int64>
      child 0, rows: int64
      child 1, bytes: int64
tokenization_status: string
purpose: string
generated_at_utc: timestamp[s]
validation: struct<expected_episode_count: int64, count_match: bool, unique_episode_ids: bool, all_preferred_pat (... 150 chars omitted)
  child 0, expected_episode_count: int64
  child 1, count_match: bool
  child 2, unique_episode_ids: bool
  child 3, all_preferred_paths_exist: bool
  child 4, hardlinks_verified: bool
  child 5, hardlink_sha256_matches_source: bool
  child 6, recent_window
...
lap_episodes: struct<teal_mask_ogerpon_recent14_20260811__x__hydrapple_meganium_tmo_ex_recent14_20260811: struct<e (... 346 chars omitted)
  child 0, teal_mask_ogerpon_recent14_20260811__x__hydrapple_meganium_tmo_ex_recent14_20260811: struct<episode_count: int64, episode_ids: list<item: int64>>
      child 0, episode_count: int64
      child 1, episode_ids: list<item: int64>
          child 0, item: int64
  child 1, teal_mask_ogerpon_recent14_20260811__x__okidogi_barbaracle_all_history_20260811: struct<episode_count: int64, episode_ids: list<item: int64>>
      child 0, episode_count: int64
      child 1, episode_ids: list<item: int64>
          child 0, item: int64
  child 2, hydrapple_meganium_tmo_ex_recent14_20260811__x__okidogi_barbaracle_all_history_20260811: struct<episode_count: int64, episode_ids: list<item: null>>
      child 0, episode_count: int64
      child 1, episode_ids: list<item: null>
          child 0, item: null
note: string
collections: list<item: struct<collection_name: string, dir: string, archetype: string, scope: string, episode_co (... 70 chars omitted)
  child 0, item: struct<collection_name: string, dir: string, archetype: string, scope: string, episode_count: int64, (... 58 chars omitted)
      child 0, collection_name: string
      child 1, dir: string
      child 2, archetype: string
      child 3, scope: string
      child 4, episode_count: int64
      child 5, bytes_total: int64
      child 6, manifest_sha256: string
      child 7, ready: bool
to
{'root': Value('string'), 'generated_at_utc': Value('timestamp[s]'), 'tokenization_status': Value('string'), 'purpose': Value('string'), 'note': Value('string'), 'collections': List({'collection_name': Value('string'), 'dir': Value('string'), 'archetype': Value('string'), 'scope': Value('string'), 'episode_count': Value('int64'), 'bytes_total': Value('int64'), 'manifest_sha256': Value('string'), 'ready': Value('bool')}), 'overlap_episodes': {'teal_mask_ogerpon_recent14_20260811__x__hydrapple_meganium_tmo_ex_recent14_20260811': {'episode_count': Value('int64'), 'episode_ids': List(Value('int64'))}, 'teal_mask_ogerpon_recent14_20260811__x__okidogi_barbaracle_all_history_20260811': {'episode_count': Value('int64'), 'episode_ids': List(Value('int64'))}, 'hydrapple_meganium_tmo_ex_recent14_20260811__x__okidogi_barbaracle_all_history_20260811': {'episode_count': Value('int64'), 'episode_ids': List(Value('null'))}}}
because column names don't match
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/src/worker/utils.py", line 149, in get_rows_or_raise
                  return get_rows(
                      dataset=dataset,
                  ...<4 lines>...
                      column_names=column_names,
                  )
                File "/src/libs/libcommon/src/libcommon/utils.py", line 272, in decorator
                  return func(*args, **kwargs)
                File "/src/services/worker/src/worker/utils.py", line 129, in get_rows
                  rows_plus_one = list(itertools.islice(safe_iter(ds, dataset=dataset), rows_max_number + 1))
                File "/src/services/worker/src/worker/utils.py", line 489, in safe_iter
                  yield from ds.decode(False) if ds.features else ds
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2818, in __iter__
                  for key, example in ex_iterable:
                                      ^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2355, in __iter__
                  for key, pa_table in self._iter_arrow():
                                       ~~~~~~~~~~~~~~~~^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2380, in _iter_arrow
                  for key, pa_table in self.ex_iterable._iter_arrow():
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 536, in _iter_arrow
                  for key, pa_table in iterator:
                                       ^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 419, in _iter_arrow
                  for key, pa_table in self.generate_tables_fn(**gen_kwags):
                                       ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 343, in _generate_tables
                  self._cast_table(pa_table, json_field_paths=json_field_paths),
                  ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 132, in _cast_table
                  pa_table = table_cast(pa_table, self.info.features.arrow_schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2369, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2297, in cast_table_to_schema
                  raise CastError(
                  ...<3 lines>...
                  )
              datasets.table.CastError: Couldn't cast
              collection_name: string
              archetype: string
              input_list: string
              scope: string
              recent_window_inclusive: struct<start: timestamp[s], end: timestamp[s]>
                child 0, start: timestamp[s]
                child 1, end: timestamp[s]
              episode_count: int64
              unique_episode_count: int64
              bytes_total: int64
              bytes_by_source: struct<metamon-v2-replay-source-v2: int64, top50-through-20260804: int64, top50_20260731_to_20260807 (... 21 chars omitted)
                child 0, metamon-v2-replay-source-v2: int64
                child 1, top50-through-20260804: int64
                child 2, top50_20260731_to_20260807_newest_first: int64
              day_range_observed: list<item: timestamp[s]>
                child 0, item: timestamp[s]
              unknown_day_episodes: int64
              manifest: struct<manifest.jsonl: struct<rows: int64, sha256: string>, manifest.tsv: struct<rows: int64, bytes: (... 8 chars omitted)
                child 0, manifest.jsonl: struct<rows: int64, sha256: string>
                    child 0, rows: int64
                    child 1, sha256: string
                child 1, manifest.tsv: struct<rows: int64, bytes: int64>
                    child 0, rows: int64
                    child 1, bytes: int64
              tokenization_status: string
              purpose: string
              generated_at_utc: timestamp[s]
              validation: struct<expected_episode_count: int64, count_match: bool, unique_episode_ids: bool, all_preferred_pat (... 150 chars omitted)
                child 0, expected_episode_count: int64
                child 1, count_match: bool
                child 2, unique_episode_ids: bool
                child 3, all_preferred_paths_exist: bool
                child 4, hardlinks_verified: bool
                child 5, hardlink_sha256_matches_source: bool
                child 6, recent_window
              ...
              lap_episodes: struct<teal_mask_ogerpon_recent14_20260811__x__hydrapple_meganium_tmo_ex_recent14_20260811: struct<e (... 346 chars omitted)
                child 0, teal_mask_ogerpon_recent14_20260811__x__hydrapple_meganium_tmo_ex_recent14_20260811: struct<episode_count: int64, episode_ids: list<item: int64>>
                    child 0, episode_count: int64
                    child 1, episode_ids: list<item: int64>
                        child 0, item: int64
                child 1, teal_mask_ogerpon_recent14_20260811__x__okidogi_barbaracle_all_history_20260811: struct<episode_count: int64, episode_ids: list<item: int64>>
                    child 0, episode_count: int64
                    child 1, episode_ids: list<item: int64>
                        child 0, item: int64
                child 2, hydrapple_meganium_tmo_ex_recent14_20260811__x__okidogi_barbaracle_all_history_20260811: struct<episode_count: int64, episode_ids: list<item: null>>
                    child 0, episode_count: int64
                    child 1, episode_ids: list<item: null>
                        child 0, item: null
              note: string
              collections: list<item: struct<collection_name: string, dir: string, archetype: string, scope: string, episode_co (... 70 chars omitted)
                child 0, item: struct<collection_name: string, dir: string, archetype: string, scope: string, episode_count: int64, (... 58 chars omitted)
                    child 0, collection_name: string
                    child 1, dir: string
                    child 2, archetype: string
                    child 3, scope: string
                    child 4, episode_count: int64
                    child 5, bytes_total: int64
                    child 6, manifest_sha256: string
                    child 7, ready: bool
              to
              {'root': Value('string'), 'generated_at_utc': Value('timestamp[s]'), 'tokenization_status': Value('string'), 'purpose': Value('string'), 'note': Value('string'), 'collections': List({'collection_name': Value('string'), 'dir': Value('string'), 'archetype': Value('string'), 'scope': Value('string'), 'episode_count': Value('int64'), 'bytes_total': Value('int64'), 'manifest_sha256': Value('string'), 'ready': Value('bool')}), 'overlap_episodes': {'teal_mask_ogerpon_recent14_20260811__x__hydrapple_meganium_tmo_ex_recent14_20260811': {'episode_count': Value('int64'), 'episode_ids': List(Value('int64'))}, 'teal_mask_ogerpon_recent14_20260811__x__okidogi_barbaracle_all_history_20260811': {'episode_count': Value('int64'), 'episode_ids': List(Value('int64'))}, 'hydrapple_meganium_tmo_ex_recent14_20260811__x__okidogi_barbaracle_all_history_20260811': {'episode_count': Value('int64'), 'episode_ids': List(Value('null'))}}}
              because column names don't match

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

MetaMon archetype raw replay pretokenization inputs

Three complete raw, un-tokenized replay subsets prepared as inputs for subsequent behavioral-cloning tokenization. Files are canonical preferred replay JSONs deduplicated by episode ID within each requested collection.

Collection Date scope Unique games Raw bytes GiB
Standalone Teal Mask Ogerpon 2026-07-25..2026-08-07 inclusive 3,274 11,825,628,963 11.013
Hydrapple ex / Meganium / Teal Mask Ogerpon ex 2026-07-25..2026-08-07 inclusive 653 2,492,531,478 2.321
Okidogi / Barbaracle all history, 2026-06-18..2026-08-07 657 3,005,450,778 2.799

The Ogerpon collection has no qualifying known-date games on July 25–29, so its actual observed dates begin July 30 while remaining exactly filtered to the requested window. Collections are not deduplicated against one another: 13 episodes overlap Ogerpon/Hydrapple and one overlaps Ogerpon/Okidogi.

Layout

Each collection contains:

<collection>/
β”œβ”€β”€ replays/<source-root>/<episode_id>.json
β”œβ”€β”€ manifest.jsonl
β”œβ”€β”€ manifest.tsv
β”œβ”€β”€ SUMMARY.json
β”œβ”€β”€ README.md
└── READY

Manifest records include episode ID/date, original preferred source path, staged relative path, byte size, raw source SHA-256, matching seats/deck hashes, and structural classification reason. COLLECTION_SUMMARY.json records collection-level counts, manifest hashes, and overlaps.

Archetype definitions

  • Standalone Teal Mask Ogerpon: at least three Teal Mask Ogerpon cards, no competing species at three copies, and no other rule-box attacker at two copies.
  • Hydrapple engine: at least two each of Hydrapple ex, Meganium, and Teal Mask Ogerpon ex.
  • Okidogi/Barbaracle: at least two plain Okidogi and two Barbaracle.

These are raw demonstrations, not v7 tensors: tokenization_status = not_tokenized and purpose = pretokenization_raw_replay_input. The previously tokenized Deep-v2 releases are at https://huggingface.co/datasets/TCGBaselines/kaggle_crawl.

Verification

Verify a replay against its manifest entry using:

sha256sum <collection>/replays/<source-root>/<episode_id>.json

All 4,584 staged entries were independently hashed before publication; zero files were missing or mismatched.

Downloads last month
22