google-research / albert

ALBERT: A Lite BERT for Self-supervised Learning of Language Representations
Apache License 2.0
3.24k stars 569 forks source link

File system scheme '[local]' not implemented (fine tuning Albert on TPU) #173

Closed ctmckee closed 4 years ago

ctmckee commented 4 years ago

I am running into the same problem. Could you please describe solution in detail. I have set the "--albert_hub_module_handle='gs://someGoogleBucket/anEmptyFolder'". Do I need to put the 3.tar.gz folder (unzipped) in the "anEmptyFolder" ?

Originally posted by @ctmckee in https://github.com/google-research/ALBERT/issues/117#issuecomment-593651950

Danny-Google commented 4 years ago

You may want to set the os environment to point to your cloud bucket. Please check out this tutorial (https://github.com/google-research/albert/blob/master/ALBERT_GLUE_fine_tuning_tutorial.ipynb).