EleutherAI/pile
Updated โข 3.83k โข 502
How to use BlinkDL/rwkv-4-pile-169m with RWKV:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
RWKV-4 169M is a L12-D768 causal language model trained on the Pile. See https://github.com/BlinkDL/RWKV-LM for details.
Use https://github.com/BlinkDL/ChatRWKV to run it.
ctx_len = 1024 n_layer = 12 n_embd = 768
Final checkpoint: RWKV-4-Pile-169M-20220807-8023.pth : Trained on the Pile for 332B tokens.
With tiny attention (--tiny_att_dim 256 --tiny_att_layer 9): RWKV-4a-Pile-170M-20221209-7955.pth
RWKV-4b-Pile-171M-20230202-7922.pth (--my_testing 'a')