Update README.md
Browse files
README.md
CHANGED
@@ -16,7 +16,7 @@ finetuend on instruction datasets ,can do Role play, for openllm leaderboard, im
|
|
16 |
this is a huggingface formatted model
|
17 |
|
18 |
checkpoint can be founded here https://huggingface.co/xiaol/Model_zoo/blob/main/rwkv-raven-14B-v4-one-state.pth
|
19 |
-
and need to use new vocabs file
|
20 |
|
21 |
```
|
22 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
|
|
16 |
this is a huggingface formatted model
|
17 |
|
18 |
checkpoint can be founded here https://huggingface.co/xiaol/Model_zoo/blob/main/rwkv-raven-14B-v4-one-state.pth
|
19 |
+
and need to use new vocabs file https://huggingface.co/xiaol/Model_zoo/blob/main/20B_tokenizer_new_inference.json
|
20 |
|
21 |
```
|
22 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|