Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit 5bb1017

Browse files
committed
Update README.md
1 parent 2a08824 commit 5bb1017

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ The following table shows the supported models with sizes and the tasks that the
7171
| GPT-NeoX | 20B | Pretrained |
7272
| GPT-Neo | 1.3B | Pretrained |
7373
| GPT-J | 6B | Pretrained |
74-
| RWKV | 169M, 430M, 1.5B, 3B, 7B, 14B 14B | Pretrained |
74+
| RWKV | 169M, 430M, 1.5B, 3B, 7B, 14B | Pretrained |
7575
| Incoder | 6B | Pretrained |
7676
| CodeParrot | Small-python (110M), Small-multi(110M), 1.5B | Pretrained |
7777
| CodeBERT | CodeBERT-base, UnixCoder-base, CodeBERTa-small | Pretrained |
@@ -158,6 +158,12 @@ print(model_zoo)
158158
# codegen2-3.7B pretrained
159159
# codegen2-7B pretrained
160160
# codegen2-16B pretrained
161+
# rwkv-169M pretrained
162+
# rwkv-430M pretrained
163+
# rwkv-1.5B pretrained
164+
# rwkv-3B pretrained
165+
# rwkv-7B pretrained
166+
# rwkv-14B pretrained
161167
# codet5 base-multi-sum pretrained
162168
# base nl2code
163169
# base refine

0 commit comments

Comments
 (0)