Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html>
<h"... is not valid JSON
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.
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
CrashTwin Dataset
This repository provides the CrashTwin dataset released as a single tar
archive split into multiple .zst parts for large-scale distribution.
File Structure
crashtwin_data.tar.part_000.zst
...
crashtwin_data.tar.part_045.zst
Download
git lfs install
git clone https://huggingface.co/datasets/nnuochen/crashtwin_data
cd crashtwin_data
git lfs pull
Restore Dataset
The following command reconstructs the dataset directory:
mkdir -p crashtwin_data
cat crashtwin_data.tar.part_*.zst | zstd -dc -T0 | tar -xvf - -C crashtwin_data
After extraction, the dataset is available under:
crashtwin_data/
Requirements
git-lfszstdtar- Sufficient disk space (~500 GB)
- Downloads last month
- 452