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

Finetuning RWKV-5-World-1B5-v2 model #225

Open
ArchanaNarayanan843 opened this issue Feb 21, 2024 · 1 comment
Open

Finetuning RWKV-5-World-1B5-v2 model #225

ArchanaNarayanan843 opened this issue Feb 21, 2024 · 1 comment

Comments

@ArchanaNarayanan843
Copy link

How to train RWKV-5-World-1B5-v2 model

@BlinkDL
Copy link
Owner

BlinkDL commented Feb 27, 2024

--n_layer 32 --n_embd 2560 for 3B
--n_layer 24 --n_embd 2048 for 1.5B
--n_layer 24 --n_embd 1024 for 0.4B
--n_layer 12 --n_embd 768 for 0.1B

For finetuning, when your bsz is very small, I suggest 1e-5 for 3B, 1.5e-5 for 1.5B, 2e-5 for 0.4B, 3e-5 for 0.1B.

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