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 1827, 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 2378, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2306, 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 1694, 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 1880, 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
cbdf1779f4f663aedaa6086af8a804dee3747325b0ac53c8a6453660d5e1d952
1
e64d9a1056e3ef03b2a3843e11f6a20b268bcac0493c7f2947f06d2059f32f62
2
86c50207294b06a7c7b3bb1230da5fa1082935afbd707a53c492a129c810437d
3
4159a989a431e08b34859aecaf9574afe1d2ecc8666f4b96dbad033d55504a42
4
8475946bbabb952e698da19a9b594ac23e49692266f7acf9878d9478503b5dbe
5
acf1e5b832579d8f385be18feeea8706e9e071d21378a6bc19732bfc0c771b2c
6
cbb88b3b4345f27a666ad11a601f5739a9907351dbac2576361afcf299ff81ed
7
a75da43f4613af1e6ecd6010224c1c68a60cc3bbd88b021ed89f1717b930dbb5
8
42bd48cf313c83e1ba48157cfbdc9ff9404c72689cb8f8ef63a623e52e629ca0
9
dcf880fc3e736ba9d805d40cc18d1e2e2dcb4ee86b7e6b3b7842292b3e3e2eeb
10
676578117c0e503d13f617ec00871a9e520d2c617e752ef7f83f0ce738c6b51e
11
6c8539eecdd00f522ef1ac70dd5db74eba3a2338a24e192d6f463e64352059db
12
a6e4059d27c9d82463e0cfca88343bf0a17713f6890eab977b55c364afd07466
13
4f17e4a55fc9ce79e599a612f9917a2ddafc3c7a70de54b5f80b172ac617d90e
14
0b02bfe6951d28ed8e62d86964f1630ec3e4d656e42e873ae388be04cad4e058
15
966bd9efc1cf7c7e2543cc56f7ddbb52d2091d0624f3bcc1e6220136c94cdd2a
16
182ddec20e0045f20d9e532725bc962815be1118efa935b119f9ea78cf6f608b
17
cf05dd5a09ad3e61cc13c45dded568c9852ee7b7690f8228004dff9905cde276
18
c47fd551f7e97cc07686e9e6061c29c3803ac6f7541ecbf1485b0d34e041ab2a
19
76f04c852ec522713b652ed067ef1d4e19544138fd46c741389be328af33b3e0
20
bb0310afff8b681a9379a11ca173ded3bbb1584d2275148f21c697bd48898e98
21
a5753d5a407795ca47907add8a0fc59b2aa4b641d73b2f2d4ee4fa9d1af2944a
22
5e179ff6cffeb74ac5bf5582d453d7eb1f3cfa03fd9cbe16aa1b900da8263fb7
23
6bd0346da6ff54d6b8b71862287f5e688f9de5c31546a6d6abba6f0aeb45dceb
24
dbc180aea656a856651695418efef4cc2e3ffd19c377e91b938395b3d2558c80
25
2049abf70496de380d73d4e7840160b6086b017e647cdf842ff1bfdda1666ce2
26
62e076fd250904d8296369280dc9658db289ada523e19df4e7bc67a9b0b1a0d1
27
1edddb1487e03d7ec1aa5460c27a9b2f8a266125d6357c3a4588dfec31341cfd
28
198017c5380d5d0100c1d5f87eb4f28661ec0635772bfbf432f40710328852c7
29
95eb03446bd322c911aace2912309c11e45b8ed50aba0ca0a58b31b5c9f0bddc
30
5427c95d5dec098d9f2dd8e348aab77543c31cd01d219340474d8278b6e47d61
31
02e87aef3245226b96c9e7ede2f810046a2b769b460421e48238e0ecf69a703a
32
7fd72d338ef9ebc56ca0b2767a524cdb4e3011e8faf9e7c0ed735e3e07501775
33
894e4ce5a1ec88e198813e5551c266dd2babe05b31cf0c55db6c7aca8732f18f
34
109a904154ac8265aaf7468cb5a83c18c586da55c962ffaab5f4135a6b9c0883
35
6bb7999bb236d969eb2e2f6151756162322239f8ad77b6849e5a7e37f1564caa
36
6b02232ef175584875d2863aa2a41726711b6827035977954e315613dd2649de
37
596c6c6dd40914f2150bcf454f63ef286660ec8a87fcba1d52aa00cfc3a88b58
38
05ebb3843adeac0b99ad59f537f486a914c6c399f39062c618dc7d990b17d873
39
3ddcc962be8ce466a25fbe47b8784cd9298aa9742fb476fd78bbe88ba8f21e84
40
de36b2b13f64f026af4cee01b3bd722c2789c096a18f8d195462fbe90d554d2b
41
e67051d953baa92a1899c88783f7897d749c6acbe1f9c84333e41d27923fa6fa
42
00c15213a78c4f2037f8aff7f1315950d42b5a683dbb6562852a8a8654ccef7e
43
b94f71a4ebf0638a2224939726cfc235e413adf1ed361cd5ca9432566fcb0c9d
44
fe301de59ab39df15a95ccf4998a2ee50f728d57f8a5b1f86a05ff2c7bedbb0b
45
2c469e0a9f45d1dd84308b0a12a382044472ee94cd3057d427264f5f6c62d20e
46
9026cbc2fc967e817bdacda397fc2e6641f99b3b44c11abf2f769935136c2d55
47
5698fbe34d2bdee2311f16f47aa75104cdab35b348793c8f369d784d9bef9e12
48
577f6826be6883256ebe388876d1a0ec814153bd3583126e99bef3f22ec7bc5e
49
9b3de4b12f5e7e41392c919dc83377208561c71a2c611d54c2b47369fd8d2696
50
a17ffbaa331b3a33b5acd9c30dab5c208bf103b0f50d47fd86c42ba0898c015e
51
95a2c6ba297e95e645cacc32bb44ae503fc376ec59ac8cbcd6f8d77a4e3f75e9
52
339486bc017ecb9adee45994c7404108bcfe8e862c5ca934a2f08322c2e2cd5a
53
f1d1e622d28819f58d24608360a8f0230be31d5d890a91f22d37608539362487
54
ded2b99950135f1a83c1c70e2464007b117393ad8df458331f10b26f65a675fe
55
2c385ca21c8048054779b8635582495d3822f144dfa344762d52eb557462bd50
56
89ee8964d30d7dba57d5ea18039e544870344c40f7a3cb8a1d1e3be709045d80
57
f9e70c5556951cfde72ba5c08e6b72c115a81827662a945e03baa8775596cb94
58
0b6d32f30577f08f8d07152d9f99c092a58ad5fca982c057a44f3fe8815316fb
59
0bfe51368f62a2d57e3bdcee9703fd4cdfc2fe64c354a47ab03a3a8cdde9721e
60
d51082e0a021f91dfb546282b7c302a1817115b1c8609789562c2578d8c13235
61
810d758fa3dc961daf102c8d73858db749b9287343030a57687c80bacb9dbffa
62
9cc09833aaf77f8828a09b5eaf7a3ddb35f98f27765933b22e2c665de67b4764
63
8aac7d987845d6c3fcc229324f47aebeb5028d74968de9c7957d01a85f9d10d8
64
eea6d568c605c2aeec351e7a20cded29b906c5bee7314d86175c18ffa3081082
65
8a8310c570f2c21740156e5b2c0a15fe0512940e8cccdbdcd9415a7ad2527d95
66
0be568973f42cca760546911ce19d1f63143721380958326ffc20a3b851193eb
67
188cb809874cec21fdb1adc35a10519f1ba9fcc29fa3a8281dd8963b993e17ab
68
d740d333af143406d5ef699681c1d7857e300b2651e2d089a01157ba5bc441e7
69
c4ef4fed96ed4f985508b2d3b95f2cdea49de2ea75c01942a051073b1d196f46
70
35317464946e801c7c9f9781898ad8708870163c5a40944835b6ea81bce8c61e
71
df6fde2099c255c05ff4fc97bf1a96844bb9987b6bbbcf71e938acea6b3e51af
72
1a3a5e4b22395c33df500383e58630a09262dc53e3631bb94f0f0478c7a940ac
73
81c21c13bb4bcef73c0753c3464b17b7741a9351d023b692b44217a11552f94e
74
511f7eabe42c468836f47a81efc4291a6b887f83baf2e53a63868da600da06bb
75
b0786ddddcccd6c644e0b9311470fa4ce1b699f350ba1398eceb189acc1ace74
76
63ac69af2c6e53e29809f0dcaacdcb9ad50c38f1c5b2de8f1e8ad4e91085e29a
77
12fb0805e6da53cd11a97edf89715d27f35125038237a33a059077d5c9d67875
78
f9a4d43dc050cb8f99ec71d2bf79567162d649f94e790ff8e11a134e90a406bf
79
dca351b1e89cdc9fae0447e48ad777d86c3d8d199d6bb0322e860acdfa681b70
80
5d5ef6727ef227be6a90069135b7d397686faf1c62443d284554683846e13380
81
e0981ca520c5643adce27375b7aa310322d670b39a73e4b40eaa7040c7e9390a
82
ca70675d677e11f0f76faf1765f4f4f556ab7a0989a00a32cdee4227fb4313c0
83
a318232caed39df6b3059f8833378c257cfdb66e03d155021e26cba1e1900c71
84
dbda8364b6c143439db28ae82eff1276bf8739b015e78952df8deab722064071
85
914863e6606938b49130a7c38f8642b6630debfa259a10bdb7f0e524a64d8ef8
86
0273f6606c2752f990bd36aa9ba10f3d9c7e21dac01c86cebb1245c36ca77255
87
d59694acda48be3283eeb90df57ecaaffe7828cf7259b89531b9456c73199725
88
13b62a58605fe52c109de27edba8517c52df2f545c7f2ec018b81150e8e44c54
89
1868354f697eb5b9d22d9321ea0205b8c97096cd33a633df8f21c8719c9dbbbc
90
fc1191bb2f49bb7fb909400fe051c110a955621ab9717c6624c7242d5021ca1c
91
65bae4f4dde2f266787a3d233cb88600485b694ed3035ac746300546494bb255
92
5c3c8d5f7f994726e5944f62ccc2125b45f4a81243097663868e4d4310bf8433
93
1d2c11bf90aebd7b742ae6623df7c47280df6307fefe02a81175d072f4c98814
94
7af66b687a7c6cfa74999a860c1853ff621a1bb590ecf669d8fab0618d3bd974
95
b0e2f050c90158c8d9f5ee59096bb1a6b2ceffc735646bfafb7ecb98dd243315
96
72e8641d6629935f4e7a580afe6727e6ec36b07e0b7d18d90292bf6a91ea3a9e
97
f1a0932541b07b6d0c9a2b1367287977f31f0a2218cad53d78c31b100d8f1632
98
fb015c5528d1f652be63100a6e590fcd304e5f75ac3a69bddd81bc727cabb40a
99
5ce9eca0aa08730c8f673ca44190ea9660525e1aecda0fef1883a456d5dc8a96
End of preview.

No dataset card yet

Downloads last month
224