AlibabaResearch / DAMO-ConvAI

DAMO-ConvAI: The official repository which contains the codebase for Alibaba DAMO Conversational AI.
MIT License
1.15k stars 185 forks source link

The train data of BIRD-SQL is uncompressed failed. #40

Closed eric-doug closed 1 year ago

eric-doug commented 1 year ago

I try to uncompress the zip package of train data in BIRD-SQL,but got the follow error message: unzip train.zip Archive: train.zip creating: train/ inflating: MACOSX/._train
inflating: train/.DS_Store
inflating:
MACOSX/train/._.DS_Store
inflating: train/train_databases.zip
error: invalid compressed data to inflate bad CRC b09490af (should be 2eea441e) inflating: MACOSX/train/._train_databases.zip
inflating: train/train.json
inflating:
MACOSX/train/._train.json
inflating: train/train_gold.sql
inflating: __MACOSX/train/._train_gold.sql

huybery commented 1 year ago

This looks like the zip file was damaged due to incomplete download, can it be reproduced by re-downloading it again?

MaveriQ commented 2 weeks ago

Hi

I have downloaded the train.zip file three times from the given link, but I always get the error "error: invalid zip file with overlapped components (possible zip bomb)" while unzipping it. If I continue unzipping by setting UNZIP_DISABLE_ZIPBOMB_DETECTION=TRUE, about 30 databases turn up empty.

Is it possible to provide the dataset elsewhere? Thanks