meoemo / README.md
mingming2000's picture
Add files using upload-large-folder tool
0517aaa verified
|
Raw
History Blame Contribute Delete
205 Bytes
# small_baseline
This dataset folder was uploaded as split tar.zst shards.
## Restore
```bash
cat small_baseline.tar.zst.part-* | zstd -d | tar -xf -
```
## Verify
```bash
sha256sum -c SHA256SUMS
```