Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed
Error code:   DatasetGenerationError
Exception:    CastError
Message:      Couldn't cast
schema_version: int64
status: string
stage: string
kind: string
created_at: timestamp[s]
resolved_config: struct<base_model: string, trust_remote_code: bool, plugins: list<item: string>, liger_fused_linear_ (... 984 chars omitted)
  child 0, base_model: string
  child 1, trust_remote_code: bool
  child 2, plugins: list<item: string>
      child 0, item: string
  child 3, liger_fused_linear_cross_entropy: bool
  child 4, liger_rope: bool
  child 5, liger_rms_norm: bool
  child 6, liger_glu_activation: bool
  child 7, datasets: list<item: struct<path: string, type: string, field: string>>
      child 0, item: struct<path: string, type: string, field: string>
          child 0, path: string
          child 1, type: string
          child 2, field: string
  child 8, dataset_prepared_path: string
  child 9, dataset_processes: int64
  child 10, sequence_len: int64
  child 11, sample_packing: bool
  child 12, pad_to_sequence_len: bool
  child 13, bf16: bool
  child 14, tf32: bool
  child 15, flash_attention: bool
  child 16, gradient_checkpointing: bool
  child 17, micro_batch_size: int64
  child 18, gradient_accumulation_steps: int64
  child 19, num_epochs: int64
  child 20, max_steps: int64
  child 21, optimizer: string
  child 22, learning_rate: double
  child 23, weight_decay: double
  child 24, max_grad_norm: double
  child 25, lr_scheduler: string
  child 26, cosine_min_lr_ratio: double
  child 27, warmup_ratio: double
  child 28, fsdp_version: int64
  child 29, fsdp_config: s
...
save_strategy: string
  child 32, save_steps: int64
  child 33, save_only_model: bool
  child 34, save_total_limit: int64
  child 35, seed: int64
  child 36, output_dir: string
resolved_config_path: string
dataset: struct<path: string, exists: bool, size_bytes: int64, sha256: string, nonempty_rows: int64, ordered_ (... 82 chars omitted)
  child 0, path: string
  child 1, exists: bool
  child 2, size_bytes: int64
  child 3, sha256: string
  child 4, nonempty_rows: int64
  child 5, ordered_example_sha256: string
  child 6, example_manifest: string
  child 7, example_manifest_sha256: string
schedule: struct<learning_rate: double, lr_scheduler: string, warmup_ratio: double, cosine_min_lr_ratio: doubl (... 2 chars omitted)
  child 0, learning_rate: double
  child 1, lr_scheduler: string
  child 2, warmup_ratio: double
  child 3, cosine_min_lr_ratio: double
step_plan: struct<raw_dataset_rows: int64, micro_batch_size: int64, gradient_accumulation_steps: int64, world_s (... 245 chars omitted)
  child 0, raw_dataset_rows: int64
  child 1, micro_batch_size: int64
  child 2, gradient_accumulation_steps: int64
  child 3, world_size_at_render: int64
  child 4, effective_global_batch_size: int64
  child 5, num_epochs: int64
  child 6, planned_optimizer_steps_before_length_filter: int64
  child 7, max_steps_override: int64
  child 8, logging_steps: int64
  child 9, save_strategy: string
  child 10, save_steps: int64
  child 11, save_total_limit: int64
seed: int64
index: int64
sha256: string
to
{'index': Value('int64'), 'sha256': Value('string')}
because column names don't match
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1816, in _prepare_split_single
                  for key, table in generator:
                                    ^^^^^^^^^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 613, in wrapped
                  for item in generator(*args, **kwargs):
                              ~~~~~~~~~^^^^^^^^^^^^^^^^^
                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
              schema_version: int64
              status: string
              stage: string
              kind: string
              created_at: timestamp[s]
              resolved_config: struct<base_model: string, trust_remote_code: bool, plugins: list<item: string>, liger_fused_linear_ (... 984 chars omitted)
                child 0, base_model: string
                child 1, trust_remote_code: bool
                child 2, plugins: list<item: string>
                    child 0, item: string
                child 3, liger_fused_linear_cross_entropy: bool
                child 4, liger_rope: bool
                child 5, liger_rms_norm: bool
                child 6, liger_glu_activation: bool
                child 7, datasets: list<item: struct<path: string, type: string, field: string>>
                    child 0, item: struct<path: string, type: string, field: string>
                        child 0, path: string
                        child 1, type: string
                        child 2, field: string
                child 8, dataset_prepared_path: string
                child 9, dataset_processes: int64
                child 10, sequence_len: int64
                child 11, sample_packing: bool
                child 12, pad_to_sequence_len: bool
                child 13, bf16: bool
                child 14, tf32: bool
                child 15, flash_attention: bool
                child 16, gradient_checkpointing: bool
                child 17, micro_batch_size: int64
                child 18, gradient_accumulation_steps: int64
                child 19, num_epochs: int64
                child 20, max_steps: int64
                child 21, optimizer: string
                child 22, learning_rate: double
                child 23, weight_decay: double
                child 24, max_grad_norm: double
                child 25, lr_scheduler: string
                child 26, cosine_min_lr_ratio: double
                child 27, warmup_ratio: double
                child 28, fsdp_version: int64
                child 29, fsdp_config: s
              ...
              save_strategy: string
                child 32, save_steps: int64
                child 33, save_only_model: bool
                child 34, save_total_limit: int64
                child 35, seed: int64
                child 36, output_dir: string
              resolved_config_path: string
              dataset: struct<path: string, exists: bool, size_bytes: int64, sha256: string, nonempty_rows: int64, ordered_ (... 82 chars omitted)
                child 0, path: string
                child 1, exists: bool
                child 2, size_bytes: int64
                child 3, sha256: string
                child 4, nonempty_rows: int64
                child 5, ordered_example_sha256: string
                child 6, example_manifest: string
                child 7, example_manifest_sha256: string
              schedule: struct<learning_rate: double, lr_scheduler: string, warmup_ratio: double, cosine_min_lr_ratio: doubl (... 2 chars omitted)
                child 0, learning_rate: double
                child 1, lr_scheduler: string
                child 2, warmup_ratio: double
                child 3, cosine_min_lr_ratio: double
              step_plan: struct<raw_dataset_rows: int64, micro_batch_size: int64, gradient_accumulation_steps: int64, world_s (... 245 chars omitted)
                child 0, raw_dataset_rows: int64
                child 1, micro_batch_size: int64
                child 2, gradient_accumulation_steps: int64
                child 3, world_size_at_render: int64
                child 4, effective_global_batch_size: int64
                child 5, num_epochs: int64
                child 6, planned_optimizer_steps_before_length_filter: int64
                child 7, max_steps_override: int64
                child 8, logging_steps: int64
                child 9, save_strategy: string
                child 10, save_steps: int64
                child 11, save_total_limit: int64
              seed: int64
              index: int64
              sha256: string
              to
              {'index': Value('int64'), 'sha256': Value('string')}
              because column names don't match
              
              The above exception was the direct cause of the following exception:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1369, in compute_config_parquet_and_info_response
                  parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~^
                      builder, max_dataset_size_bytes=max_dataset_size_bytes
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  )
                  ^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 948, in stream_convert_to_parquet
                  builder._prepare_split(split_generator=splits_generators[split], file_format="parquet")
                  ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1683, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~^
                      gen_kwargs=gen_kwargs, job_id=job_id, **_prepare_split_args
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  ):
                  ^
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1869, in _prepare_split_single
                  raise DatasetGenerationError("An error occurred while generating the dataset") from e
              datasets.exceptions.DatasetGenerationError: An error occurred while generating the dataset

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.

index
int64
sha256
string
0
e64d9a1056e3ef03b2a3843e11f6a20b268bcac0493c7f2947f06d2059f32f62
1
86c50207294b06a7c7b3bb1230da5fa1082935afbd707a53c492a129c810437d
2
4159a989a431e08b34859aecaf9574afe1d2ecc8666f4b96dbad033d55504a42
3
acf1e5b832579d8f385be18feeea8706e9e071d21378a6bc19732bfc0c771b2c
4
a75da43f4613af1e6ecd6010224c1c68a60cc3bbd88b021ed89f1717b930dbb5
5
42bd48cf313c83e1ba48157cfbdc9ff9404c72689cb8f8ef63a623e52e629ca0
6
4f17e4a55fc9ce79e599a612f9917a2ddafc3c7a70de54b5f80b172ac617d90e
7
0b02bfe6951d28ed8e62d86964f1630ec3e4d656e42e873ae388be04cad4e058
8
182ddec20e0045f20d9e532725bc962815be1118efa935b119f9ea78cf6f608b
9
cf05dd5a09ad3e61cc13c45dded568c9852ee7b7690f8228004dff9905cde276
10
76f04c852ec522713b652ed067ef1d4e19544138fd46c741389be328af33b3e0
11
bb0310afff8b681a9379a11ca173ded3bbb1584d2275148f21c697bd48898e98
12
5e179ff6cffeb74ac5bf5582d453d7eb1f3cfa03fd9cbe16aa1b900da8263fb7
13
6bd0346da6ff54d6b8b71862287f5e688f9de5c31546a6d6abba6f0aeb45dceb
14
dbc180aea656a856651695418efef4cc2e3ffd19c377e91b938395b3d2558c80
15
62e076fd250904d8296369280dc9658db289ada523e19df4e7bc67a9b0b1a0d1
16
198017c5380d5d0100c1d5f87eb4f28661ec0635772bfbf432f40710328852c7
17
5427c95d5dec098d9f2dd8e348aab77543c31cd01d219340474d8278b6e47d61
18
02e87aef3245226b96c9e7ede2f810046a2b769b460421e48238e0ecf69a703a
19
7fd72d338ef9ebc56ca0b2767a524cdb4e3011e8faf9e7c0ed735e3e07501775
20
109a904154ac8265aaf7468cb5a83c18c586da55c962ffaab5f4135a6b9c0883
21
6bb7999bb236d969eb2e2f6151756162322239f8ad77b6849e5a7e37f1564caa
22
596c6c6dd40914f2150bcf454f63ef286660ec8a87fcba1d52aa00cfc3a88b58
23
05ebb3843adeac0b99ad59f537f486a914c6c399f39062c618dc7d990b17d873
24
e67051d953baa92a1899c88783f7897d749c6acbe1f9c84333e41d27923fa6fa
25
00c15213a78c4f2037f8aff7f1315950d42b5a683dbb6562852a8a8654ccef7e
26
fe301de59ab39df15a95ccf4998a2ee50f728d57f8a5b1f86a05ff2c7bedbb0b
27
2c469e0a9f45d1dd84308b0a12a382044472ee94cd3057d427264f5f6c62d20e
28
5698fbe34d2bdee2311f16f47aa75104cdab35b348793c8f369d784d9bef9e12
29
f1d1e622d28819f58d24608360a8f0230be31d5d890a91f22d37608539362487
30
2c385ca21c8048054779b8635582495d3822f144dfa344762d52eb557462bd50
31
f9e70c5556951cfde72ba5c08e6b72c115a81827662a945e03baa8775596cb94
32
0b6d32f30577f08f8d07152d9f99c092a58ad5fca982c057a44f3fe8815316fb
33
d51082e0a021f91dfb546282b7c302a1817115b1c8609789562c2578d8c13235
34
810d758fa3dc961daf102c8d73858db749b9287343030a57687c80bacb9dbffa
35
8aac7d987845d6c3fcc229324f47aebeb5028d74968de9c7957d01a85f9d10d8
36
eea6d568c605c2aeec351e7a20cded29b906c5bee7314d86175c18ffa3081082
37
0be568973f42cca760546911ce19d1f63143721380958326ffc20a3b851193eb
38
188cb809874cec21fdb1adc35a10519f1ba9fcc29fa3a8281dd8963b993e17ab
39
c4ef4fed96ed4f985508b2d3b95f2cdea49de2ea75c01942a051073b1d196f46
40
35317464946e801c7c9f9781898ad8708870163c5a40944835b6ea81bce8c61e
41
1a3a5e4b22395c33df500383e58630a09262dc53e3631bb94f0f0478c7a940ac
42
81c21c13bb4bcef73c0753c3464b17b7741a9351d023b692b44217a11552f94e
43
b0786ddddcccd6c644e0b9311470fa4ce1b699f350ba1398eceb189acc1ace74
44
12fb0805e6da53cd11a97edf89715d27f35125038237a33a059077d5c9d67875
45
dca351b1e89cdc9fae0447e48ad777d86c3d8d199d6bb0322e860acdfa681b70
46
5d5ef6727ef227be6a90069135b7d397686faf1c62443d284554683846e13380
47
ca70675d677e11f0f76faf1765f4f4f556ab7a0989a00a32cdee4227fb4313c0
48
dbda8364b6c143439db28ae82eff1276bf8739b015e78952df8deab722064071
49
0273f6606c2752f990bd36aa9ba10f3d9c7e21dac01c86cebb1245c36ca77255
50
d59694acda48be3283eeb90df57ecaaffe7828cf7259b89531b9456c73199725
51
1868354f697eb5b9d22d9321ea0205b8c97096cd33a633df8f21c8719c9dbbbc
52
65bae4f4dde2f266787a3d233cb88600485b694ed3035ac746300546494bb255
53
1d2c11bf90aebd7b742ae6623df7c47280df6307fefe02a81175d072f4c98814
54
7af66b687a7c6cfa74999a860c1853ff621a1bb590ecf669d8fab0618d3bd974
55
72e8641d6629935f4e7a580afe6727e6ec36b07e0b7d18d90292bf6a91ea3a9e
56
f1a0932541b07b6d0c9a2b1367287977f31f0a2218cad53d78c31b100d8f1632
57
5ce9eca0aa08730c8f673ca44190ea9660525e1aecda0fef1883a456d5dc8a96
58
e0bbee9625056d030ddba7653e9ce1b8fd012326c9c15ef28394758b2a24a831
59
d71fc3376181645ee546cca7df4300f5a1f0ea1ea5ffb486022fea770e961014
60
26d701ae06631c80d2ae9d87cc50a6203336a224d7e3f0cce824bf5d86ae2bab
61
e4413a44c415eeccce0bf5bfbc6651a234a4e28ad96cea6fdcda38f86459835b
62
cb9160b13d2c865d8b9b050805e4ff034febebca7b27251d59765e569fe58988
63
5c74992ebebae1ad89a1e01c3851ede919b7f6d8fef7c8eb84ba6ed298295dc6
64
1e5c2441552a7b0893cd0f320807f1a3d01fbc0dacb901c77af066913e11313f
65
049a79af4309f6cbe31db3c975af91d51f3f327c11f9af941878acf4484f3e4a
66
ee3b9d19cee094c1c23eaaa00355833b98929c67e0a6b0b755dc004784608845
67
f1d8081e7d782a41687a93eb060c60b08aa330db0ec890cfe40f922e66152251
68
0e13816005ff78d0c7f0625d024f1f173ca5a573a8846cf3a2e5b6bcbb06bd83
69
14f0be10b2b9f2a5f70bf132d7d673c455e9c68d7da082e0ca4198c4cfb8253e
70
f64a37a675dcb032912289f710e98ced4536bd23b01bede0c0007057e1792ffa
71
4e1da16af9144c7ee2b50ed26111ef2df019ba2521d871a825eb8c6b3d50667d
72
e693156954d74018b34a4ff67c372904182954917a25a734465446f43e82ea25
73
6c2caaa0003dfe555a965667f98c70904b6029038534f2bf168dbb0359cff79f
74
081aa08b324e2bc8b93f6839b0586918f371b663e7d28022b81ba4d3dbe2efe9
75
6f2d261f325e3bb90e7c67895309462511c68ae01d08f04824621e9de1bc0041
76
fab80898393a6d7cb034a955e0021fd52d4a36eaa95279c2447bcdc78868f831
77
e6219c58d299751a42cf4073a9a21d401b8c25c062e37d361a1550e64b9f1d7d
78
f35b27d289c2cdd7e3ffa4b1942479b5efe40850746f1c19bed6c2232320f210
79
5eca4f037e4953462aa24bb7a9deec3c397dde33c1f950cc98c7eeb958fed9a2
80
930854355c2956ed7b88244c79504a61591acc7efc9082caa33dd0641349bd6d
81
8f9bb14a27a72ae60bb607b339269b76f95d0ec918c8860961eb2a714c92ad53
82
48d2edff3ce219681287509f94666bdd12bedf50de62bbf35d2bde060258485c
83
087cf50558d7049807e049f2beef6de68d772886854c785ec4bb0693d1c6cd4f
84
fedc601b6754ed71eb9ea256e88b41b9fcaa168ab27798d41b4516dab49fefe0
85
e01753fabc396911b48c4bc48a29dc165c6ebfc87cbd5f7e559145b6107f2d05
86
cc39e967c4e4acd9c9639dfc89fa8d3baeec68ec2e7a17093f8e11bac7b6afd9
87
81ad036d2d0d8da3653045fb9ed24bca8f9eb1468c98bfc62037bd1f26beb64d
88
4e62cbf8b84909c5bb12595b835a2d33d45267b3902a02423062ff7ad5dd6335
89
95c49d68a7823e477f87bef28a95d0697b7eaad3f37413fcaf47906a5ef22d0e
90
881b5a7edbd4b35433442a873293ab90ae9982f98ad33772dfb53f458dd0cff1
91
b28f610ea2b038ae0366f2a15a6ffeaa4e945d1852304fc776c60d03ea07a248
92
daaf894cbb6fb373ce62e3b0f208bf59393365c1310a97920c35256f0322510f
93
343fdc3c7d4abf45c205579718866fa3f77c4b867143aee83f86b00e80880efc
94
be5c9ec3060ab91e501f104d4b9a5e0242efdca9013427518c6aaca28b7fb66d
95
71af7d5809ae77d61045c131556d43d260ed2eb1bc40f3fde3b287567201ecc9
96
f4f769a7f08da7e8d979c410ba7237d3bb463be9c08dc7593e36a000b3f2f098
97
13f4252c25f041c285d278b38b1185a0cd621b05dc0c46f73488594e3a651bf2
98
8372f4ab82ce998a53e6dc77fbbe46b6e1db0bca6229196ef768cc78f8eb3c31
99
534d29c43fd56a9b60483c15dd00f742f231aad1c6dd9ae3e674d59d0296f637
End of preview.

No dataset card yet

Downloads last month
98