GLAM
Collection
3 items
•
Updated
Error code: ConfigNamesError Exception: RuntimeError Message: Dataset scripts are no longer supported, but found mixed-parens0_5_vocab32K-zipf_paired.py Traceback: Traceback (most recent call last): File "/src/services/worker/src/worker/job_runners/dataset/config_names.py", line 66, in compute_config_names_response config_names = get_dataset_config_names( File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/inspect.py", line 161, in get_dataset_config_names dataset_module = dataset_module_factory( File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 1031, in dataset_module_factory raise e1 from None File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 989, in dataset_module_factory raise RuntimeError(f"Dataset scripts are no longer supported, but found {filename}") RuntimeError: Dataset scripts are no longer supported, but found mixed-parens0_5_vocab32K-zipf_paired.py
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.
This dataset contains synthetic sequences of integer token IDs designed for evaluating and training language models on structured patterns. The sequences combine paired-token dependencies (like matching parentheses) and stack-based nesting, controlled via probabilistic generation.
This dataset was generated using the mixing.py
script from the injecting-structural-hints repository with the following parameters:
python mixing.py \
--mix-prob 0.5 \
--open-prob 0.49 \
--vocab-size 32100 \
--vocab-distribution "zipf" \
--deplength-distribution "nesting-nolimit" \
--paired