File size: 605 Bytes
c9e7121
701052d
 
 
 
 
 
 
c9e7121
701052d
 
 
c9e7121
701052d
 
 
 
 
 
 
50b472b
701052d
 
 
 
8f1b947
b50c689
 
 
 
 
 
 
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
---
language:
- en
tags:
- pytorch
- text-generation
- causal-lm
- rwkv
license: apache-2.0
datasets:
- the_pile

---

# RWKV-4 14B

## Model Description

RWKV-4 14B is a L40-D5120 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 = 40
n_embd = 5120

Preview checkpoint: RWKV-4-Pile-14B-20230121-6210.pth : Trained on the Pile for 256B tokens.
* Pile loss 1.7746
* LAMBADA ppl 3.83, acc 70.79%
* PIQA acc 77.53%
* SC2016 acc 74.83%
* Hellaswag acc_norm 69.78%
* WinoGrande acc 63.54%