You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: