I am trying to upload cifar data-set to google colabratory. i consists of
\'batches.meta\',\'data_batch_1\',\'data_batch_2\',\'data_batch_3\',\'data_
you could upload somewhere, after that you can download from code cell notebooks and use this shell command: wget
for ex:
!wget http://your_domain/your_file.zip
note: we use '!' for running shell command in a notebook.