ybelkada commited on
Commit
a24e19f
1 Parent(s): 4cb90d8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -16,7 +16,7 @@ RWKV is a project led by [Bo Peng](https://github.com/BlinkDL). Learn more about
16
 
17
  ## TL;DR
18
 
19
- Below is the description from the original repository
20
  > RWKV is an RNN with transformer-level LLM performance. It can be directly trained like a GPT (parallelizable). It's combining the best of RNN and transformer - great performance, fast inference, saves VRAM, fast training, "infinite" ctx_len, and free sentence embedding.
21
 
22
  ## Model Details
 
16
 
17
  ## TL;DR
18
 
19
+ Below is the description from the [original repository](https://github.com/BlinkDL/RWKV-LM)
20
  > RWKV is an RNN with transformer-level LLM performance. It can be directly trained like a GPT (parallelizable). It's combining the best of RNN and transformer - great performance, fast inference, saves VRAM, fast training, "infinite" ctx_len, and free sentence embedding.
21
 
22
  ## Model Details