Because of tech limitations, I have no option to download anything from the web during the training procedure, so I need to use a local version of super_glue
dataset.
I have cloned repo with its files from super_glue at main, but I can’t understand how to use these downloaded files to load them with .load_dataset
. It seems like super_glue.py
implies downloading .zip
files with datasets, thus ignoring passed data_files=PATH_TO_ZIP.zip
.
Am I missing something or there is no ability to force super_glue.py
use pre-downloaded .zip
files to preprocess them?