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

Does not work any longer on Google Colab or locally #34

Open
holyredbeard opened this issue Jun 21, 2023 · 1 comment
Open

Does not work any longer on Google Colab or locally #34

holyredbeard opened this issue Jun 21, 2023 · 1 comment

Comments

@holyredbeard
Copy link

I managed to run the code and the expected error turned up - but after running it a second time it just kept loading and nothing happened. Have tried now for an hour and same thing.

Regarding running it locally it's possible to run it but it simply doesn't work. Whatever input there is no output and not even an error message.

@quantumalchemy
Copy link

quantumalchemy commented Jun 28, 2023

Yeah I get the same .. error .. on train -> preparing model
Asking to pad but the tokenizer does not have a padding token. Please select a token to use as 'pad_token' '(tokenizer.pad_token = tokenizer.eos_token e.g.)' or add a new pad token via 'tokenizer.add_special_tokens({'pad_token': '[PAD]'})'.
Or get -->
Target modules ['q_proj', 'v_proj'] not found in the base model. Please check the target modules and try again.

tried lots of models - but never loads
was working a week ago .. maybe something colab did

Solved here:
#29 (comment)

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