Dataset Viewer
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
metadata: struct<total_size: int64>
child 0, total_size: int64
weight_map: struct<lm_head.weight: string, model.embed_tokens.weight: string, model.layers.0.input_layernorm.wei (... 16056 chars omitted)
child 0, lm_head.weight: string
child 1, model.embed_tokens.weight: string
child 2, model.layers.0.input_layernorm.weight: string
child 3, model.layers.0.mlp.down_proj.weight: string
child 4, model.layers.0.mlp.gate_proj.weight: string
child 5, model.layers.0.mlp.up_proj.weight: string
child 6, model.layers.0.post_attention_layernorm.weight: string
child 7, model.layers.0.self_attn.k_proj.bias: string
child 8, model.layers.0.self_attn.k_proj.weight: string
child 9, model.layers.0.self_attn.o_proj.weight: string
child 10, model.layers.0.self_attn.q_proj.bias: string
child 11, model.layers.0.self_attn.q_proj.weight: string
child 12, model.layers.0.self_attn.v_proj.bias: string
child 13, model.layers.0.self_attn.v_proj.weight: string
child 14, model.layers.1.input_layernorm.weight: string
child 15, model.layers.1.mlp.down_proj.weight: string
child 16, model.layers.1.mlp.gate_proj.weight: string
child 17, model.layers.1.mlp.up_proj.weight: string
child 18, model.layers.1.post_attention_layernorm.weight: string
child 19, model.layers.1.self_attn.k_proj.bias: string
child 20, model.layers.1.self_attn.k_proj.weight: string
child 21, model.layers.1.self_attn.o_proj.weight: string
child 22, model.layers.1.self_attn.q_proj.bias: string
ch
...
child 317, model.layers.8.mlp.up_proj.weight: string
child 318, model.layers.8.post_attention_layernorm.weight: string
child 319, model.layers.8.self_attn.k_proj.bias: string
child 320, model.layers.8.self_attn.k_proj.weight: string
child 321, model.layers.8.self_attn.o_proj.weight: string
child 322, model.layers.8.self_attn.q_proj.bias: string
child 323, model.layers.8.self_attn.q_proj.weight: string
child 324, model.layers.8.self_attn.v_proj.bias: string
child 325, model.layers.8.self_attn.v_proj.weight: string
child 326, model.layers.9.input_layernorm.weight: string
child 327, model.layers.9.mlp.down_proj.weight: string
child 328, model.layers.9.mlp.gate_proj.weight: string
child 329, model.layers.9.mlp.up_proj.weight: string
child 330, model.layers.9.post_attention_layernorm.weight: string
child 331, model.layers.9.self_attn.k_proj.bias: string
child 332, model.layers.9.self_attn.k_proj.weight: string
child 333, model.layers.9.self_attn.o_proj.weight: string
child 334, model.layers.9.self_attn.q_proj.bias: string
child 335, model.layers.9.self_attn.q_proj.weight: string
child 336, model.layers.9.self_attn.v_proj.bias: string
child 337, model.layers.9.self_attn.v_proj.weight: string
child 338, model.norm.weight: string
top_p: double
top_k: int64
pad_token_id: int64
do_sample: bool
temperature: double
transformers_version: string
eos_token_id: list<item: int64>
child 0, item: int64
repetition_penalty: double
bos_token_id: int64
to
{'bos_token_id': Value('int64'), 'pad_token_id': Value('int64'), 'do_sample': Value('bool'), 'eos_token_id': List(Value('int64')), 'repetition_penalty': Value('float64'), 'temperature': Value('float64'), 'top_p': Value('float64'), 'top_k': Value('int64'), 'transformers_version': Value('string')}
because column names don't match
Traceback: Traceback (most recent call last):
File "/src/services/worker/src/worker/utils.py", line 147, in get_rows_or_raise
return get_rows(
^^^^^^^^^
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 127, 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 478, in safe_iter
yield from ds.decode(False) if ds.features else ds
File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 2815, in __iter__
for key, example in ex_iterable:
^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 2352, in __iter__
for key, pa_table in self._iter_arrow():
^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 2377, in _iter_arrow
for key, pa_table in self.ex_iterable._iter_arrow():
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 536, in _iter_arrow
for key, pa_table in iterator:
^^^^^^^^
File "/usr/local/lib/python3.12/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.12/site-packages/datasets/packaged_modules/json/json.py", line 310, in _generate_tables
self._cast_table(pa_table, json_field_paths=json_field_paths),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/json/json.py", line 130, in _cast_table
pa_table = table_cast(pa_table, self.info.features.arrow_schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2369, in table_cast
return cast_table_to_schema(table, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2297, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
metadata: struct<total_size: int64>
child 0, total_size: int64
weight_map: struct<lm_head.weight: string, model.embed_tokens.weight: string, model.layers.0.input_layernorm.wei (... 16056 chars omitted)
child 0, lm_head.weight: string
child 1, model.embed_tokens.weight: string
child 2, model.layers.0.input_layernorm.weight: string
child 3, model.layers.0.mlp.down_proj.weight: string
child 4, model.layers.0.mlp.gate_proj.weight: string
child 5, model.layers.0.mlp.up_proj.weight: string
child 6, model.layers.0.post_attention_layernorm.weight: string
child 7, model.layers.0.self_attn.k_proj.bias: string
child 8, model.layers.0.self_attn.k_proj.weight: string
child 9, model.layers.0.self_attn.o_proj.weight: string
child 10, model.layers.0.self_attn.q_proj.bias: string
child 11, model.layers.0.self_attn.q_proj.weight: string
child 12, model.layers.0.self_attn.v_proj.bias: string
child 13, model.layers.0.self_attn.v_proj.weight: string
child 14, model.layers.1.input_layernorm.weight: string
child 15, model.layers.1.mlp.down_proj.weight: string
child 16, model.layers.1.mlp.gate_proj.weight: string
child 17, model.layers.1.mlp.up_proj.weight: string
child 18, model.layers.1.post_attention_layernorm.weight: string
child 19, model.layers.1.self_attn.k_proj.bias: string
child 20, model.layers.1.self_attn.k_proj.weight: string
child 21, model.layers.1.self_attn.o_proj.weight: string
child 22, model.layers.1.self_attn.q_proj.bias: string
ch
...
child 317, model.layers.8.mlp.up_proj.weight: string
child 318, model.layers.8.post_attention_layernorm.weight: string
child 319, model.layers.8.self_attn.k_proj.bias: string
child 320, model.layers.8.self_attn.k_proj.weight: string
child 321, model.layers.8.self_attn.o_proj.weight: string
child 322, model.layers.8.self_attn.q_proj.bias: string
child 323, model.layers.8.self_attn.q_proj.weight: string
child 324, model.layers.8.self_attn.v_proj.bias: string
child 325, model.layers.8.self_attn.v_proj.weight: string
child 326, model.layers.9.input_layernorm.weight: string
child 327, model.layers.9.mlp.down_proj.weight: string
child 328, model.layers.9.mlp.gate_proj.weight: string
child 329, model.layers.9.mlp.up_proj.weight: string
child 330, model.layers.9.post_attention_layernorm.weight: string
child 331, model.layers.9.self_attn.k_proj.bias: string
child 332, model.layers.9.self_attn.k_proj.weight: string
child 333, model.layers.9.self_attn.o_proj.weight: string
child 334, model.layers.9.self_attn.q_proj.bias: string
child 335, model.layers.9.self_attn.q_proj.weight: string
child 336, model.layers.9.self_attn.v_proj.bias: string
child 337, model.layers.9.self_attn.v_proj.weight: string
child 338, model.norm.weight: string
top_p: double
top_k: int64
pad_token_id: int64
do_sample: bool
temperature: double
transformers_version: string
eos_token_id: list<item: int64>
child 0, item: int64
repetition_penalty: double
bos_token_id: int64
to
{'bos_token_id': Value('int64'), 'pad_token_id': Value('int64'), 'do_sample': Value('bool'), 'eos_token_id': List(Value('int64')), 'repetition_penalty': Value('float64'), 'temperature': Value('float64'), 'top_p': Value('float64'), 'top_k': Value('int64'), 'transformers_version': Value('string')}
because column names don't matchNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
No dataset card yet
- Downloads last month
- 60