BlinkDL commited on
Commit
c7e8327
1 Parent(s): 8bea094

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -18,9 +18,7 @@ datasets:
18
 
19
  RWKV-4 1.5B is a L24-D2048 causal language model trained on the Pile. See https://github.com/BlinkDL/RWKV-LM for details.
20
 
21
- ** Note: It's a BF16 model, and it may overflow if you are using FP16 (probably fixable by rescaling the weights). **
22
-
23
- At this moment you have to use my Github code (https://github.com/BlinkDL/RWKV-LM) to run it.
24
 
25
  ctx_len = 1024
26
  n_layer = 24
 
18
 
19
  RWKV-4 1.5B is a L24-D2048 causal language model trained on the Pile. See https://github.com/BlinkDL/RWKV-LM for details.
20
 
21
+ Use https://github.com/BlinkDL/ChatRWKV to run it.
 
 
22
 
23
  ctx_len = 1024
24
  n_layer = 24