The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code: DatasetGenerationCastError
Exception: DatasetGenerationCastError
Message: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 2 new columns ({'impl_file', 'test_file'})
This happened while the json dataset builder was generating data using
hf://datasets/AdityaNarayan/HS-Repo-Curriculum-Learning/curriculum_learning_unbroken/phase1_foundation.jsonl (at revision f987110b1822515ffcaab383497c7d95b82d3c97)
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1831, in _prepare_split_single
writer.write_table(table)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 714, in write_table
pa_table = table_cast(pa_table, self._schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2272, in table_cast
return cast_table_to_schema(table, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2218, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
type: string
path: string
size_bytes: int64
training_content: string
test_file: string
impl_file: string
to
{'type': Value('string'), 'path': Value('string'), 'size_bytes': Value('int64'), 'training_content': Value('string')}
because column names don't match
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1339, in compute_config_parquet_and_info_response
parquet_operations = convert_to_parquet(builder)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 972, in convert_to_parquet
builder.download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 894, in download_and_prepare
self._download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 970, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1702, in _prepare_split
for job_id, done, content in self._prepare_split_single(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1833, in _prepare_split_single
raise DatasetGenerationCastError.from_cast_error(
datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 2 new columns ({'impl_file', 'test_file'})
This happened while the json dataset builder was generating data using
hf://datasets/AdityaNarayan/HS-Repo-Curriculum-Learning/curriculum_learning_unbroken/phase1_foundation.jsonl (at revision f987110b1822515ffcaab383497c7d95b82d3c97)
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)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.
type string | path string | size_bytes int64 | training_content string |
|---|---|---|---|
file | Cargo.toml | 1,382 | // File: Cargo.toml
[workspace]
resolver = "2"
members = ["crates/*"]
package.edition = "2021"
package.rust-version = "1.85.0"
package.license = "Apache-2.0"
[workspace.dependencies]
tracing = { version = "0.1.41" }
# Most of the lint configuration is based on https://github.com/EmbarkStudios/rust-ecosystem/blob/mai... |
file | docker-compose-development.yml | 8,700 | // File: docker-compose-development.yml
version: "3.8"
volumes:
cargo_cache:
pg_data:
router_build_cache:
scheduler_build_cache:
drainer_build_cache:
redisinsight_store:
networks:
router_net:
services:
### Dependencies
pg:
image: docker.io/postgres:latest
ports:
- "5432:5432"
net... |
file | CHANGELOG.md | 1,165,830 | "// File: CHANGELOG.md\n\n# Changelog\n\nAll notable changes to HyperSwitch will be documented here.(...TRUNCATED) |
file | diesel_v2.toml | 324 | "// File: diesel_v2.toml\n\n# For documentation on how to configure this file,\n# see diesel.rs/guid(...TRUNCATED) |
file | Cargo.lock | 270,680 | "// File: Cargo.lock\n\n# This file is automatically @generated by Cargo.\n# It is not intended for (...TRUNCATED) |
file | cog.toml | 859 | "// File: cog.toml\n\ntag_prefix = \"v\"\nignore_merge_commits = true\n\n# the HTML comments (`<!-- (...TRUNCATED) |
file | .deepsource.toml | 190 | "// File: .deepsource.toml\n\nversion = 1\n\n[[analyzers]]\nname = \"docker\"\nenabled = true\n\n[[a(...TRUNCATED) |
file | README.md | 10,857 | "// File: README.md\n\n<p align=\"center\">\n <img src=\"./docs/imgs/hyperswitch-logo-dark.svg#gh-d(...TRUNCATED) |
file | .clippy.toml | 140 | "// File: .clippy.toml\n\nallow-dbg-in-tests = true\nallow-expect-in-tests = true\nallow-panic-in-te(...TRUNCATED) |
file | package-lock.json | 47,917 | "// File: package-lock.json\n\n{\n \"name\": \"hyperswitch\",\n \"version\": \"0.0.0\",\n \"lockf(...TRUNCATED) |
End of preview.