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

请问支持llama 3.1 微调? #413

Open
cqray1990 opened this issue Aug 29, 2024 · 2 comments
Open

请问支持llama 3.1 微调? #413

cqray1990 opened this issue Aug 29, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@cqray1990
Copy link

cqray1990 commented Aug 29, 2024

加载Meta-Llama-3.1-8B 做pretaining时报错
raise ValueError(
ValueError: 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]'}).

@cqray1990 cqray1990 added the bug Something isn't working label Aug 29, 2024
@shibing624
Copy link
Owner

shibing624 commented Aug 29, 2024

我兼容下,加到todo

@cqray1990
Copy link
Author

cqray1990 commented Aug 29, 2024

我兼容下,加到todo

pretain 看的有支持llama的,但是微调llama3也不行,同样的错误
@shibing624

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants