Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do the gs: files in the code still exist? #12

Open
bhomass opened this issue Jul 13, 2022 · 2 comments
Open

Do the gs: files in the code still exist? #12

bhomass opened this issue Jul 13, 2022 · 2 comments

Comments

@bhomass
Copy link

bhomass commented Jul 13, 2022

I am trying out the code in scifive_pretrain_base.ipynb.

I got
OSError: Unable to open file for all the gs: files in the code
'gs://t5_training/t5-data/config/pretrained_models_google_base_operative_config.gin'
gs://mindxhack/bio_sentence_piece_small.txt

I tried look them up using the google cloud storage browser and don't see these files.

The browser does find the model files like
gs://scifive/models/pubmed_pmc/base

So the question is whether this is working code as is. Do these dependent files still exist on the cloud?

@justinphan3110
Copy link
Owner

Hi @bhomass , gs://mindxhack/bio_sentence_piece_small.txt should be any text file of your own to train a tokenzier model for model

@bhomass
Copy link
Author

bhomass commented Jul 20, 2022

what about gs://t5_training/t5-data/config/pretrained_models_google_base_operative_config.gin. without, the model can not load the pretrained configuration.

I am getting
RuntimeError: Required bindings for make_layer_stack not provided in config: ['layers']
In call to configurable 'make_bitransformer' (<function make_bitransformer at 0x7f618986b200>)

when running
model.train(mixture_or_task_name = 'all_bioT5', steps = 1000000+300000)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants