File size: 753 Bytes
437d7a1 bcdd3f7 f9a6dde bcdd3f7 437d7a1 bcdd3f7 68140e5 cd67c0e b1ce895 e1d36bf 68140e5 b1ce895 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
---
language:
- en
tags:
- pytorch
- text-generation
- causal-lm
- rwkv
license: apache-2.0
datasets:
- The Pile
---
# RWKV-3 169M
## Model Description
RWKV-3 169M is a L12-D768 causal language model trained on the Pile. See https://github.com/BlinkDL/RWKV-LM for details.
At this moment you have to use my Github code (https://github.com/BlinkDL/RWKV-v2-RNN-Pile) to run it.
ctx_len = 768
n_layer = 12
n_embd = 768
Final checkpoint:
RWKV-3-Pile-20220720-10704.pth : Trained on the Pile for 328B tokens.
* Pile loss 2.5596
* LAMBADA ppl 28.82, acc 32.33%
* PIQA acc 64.15%
* SC2016 acc 57.88%
* Hellaswag acc_norm 32.45%
Preview checkpoint:
20220703-1652.pth : Trained on the Pile for 50B tokens. Pile loss 2.6375, LAMBADA ppl 33.30, acc 31.24%. |