Dataset Viewer
The dataset could not be loaded because the splits use different data file formats, which is not supported. Read more about the splits configuration. Click for more details.
Couldn't infer the same data file format for all splits. Got {NamedSplit('train'): (None, {}), NamedSplit('test'): ('text', {})}
Error code:   FileFormatMismatchBetweenSplitsError

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.

MMSciCode Dockerfiles

This repository contains self-contained Docker build contexts for MMSciCode environment images.

Each subdirectory can independently rebuild one image with:

docker build -t <image-tag> .

For China-based builds:

docker build --build-arg CONDA_MIRROR=tuna -t <image-tag> .

The archive distributable_env_dockerfiles.tar.gz contains the same build contexts as a single downloadable bundle.

Downloads last month
23