Model: Add basic RWKV implementation

This commit is contained in:
somebody
2023-03-13 19:34:38 -05:00
parent bf8b60ac2d
commit b10b201701
4 changed files with 262 additions and 8 deletions

View File

@@ -28,7 +28,7 @@ SOFTWARE.
---
Some of the code in this file is also from Hugging Face logitsTransformers:
Some of the code in this file is also from Hugging Face LogitsTransformers:
https://github.com/huggingface/transformers
Transformers is licensed under the Apache-2.0 License. The changes made to this