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

What's the reason for deleting the llama_convert_and_add_eot_token script? #32

Closed
l3utterfly opened this issue Aug 5, 2023 · 4 comments

Comments

@l3utterfly
Copy link

I feel it's a very valuable script to help people get started training their own models using the openchat method.

@imoneoi
Copy link
Owner

imoneoi commented Aug 5, 2023

Because of some compatibility issues with Llama 2. I'm working on a new version. Besides, all converted models are uploaded here:

https://huggingface.co/imone/LLaMA2_13B_with_EOT_token
https://huggingface.co/imone/LLaMA_13B_with_EOT_token

@l3utterfly
Copy link
Author

I would like to convert a llama2_7b model and use the training method here. Do you mind sharing your new converter code?

@imoneoi
Copy link
Owner

imoneoi commented Aug 5, 2023

Use the following script. It only supports 7B & 13B models

convert_llama_weights_to_hf_add_tokens

@l3utterfly
Copy link
Author

Thank you, I got it working.

https://huggingface.co/l3utterfly/llama-2-7b_with-EOT-token (if you are interested)

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