Instructions to use RWKV/rwkv-4-world-7b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use RWKV/rwkv-4-world-7b with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("RWKV/rwkv-4-world-7b", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#4 opened over 1 year ago
by
SFconvertbot
Update tokenization_rwkv_world.py
1
#3 opened over 1 year ago
by
KoichiYasuoka
Tokenizer __call__ does not truncate
#2 opened over 2 years ago
by
Muennighoff
Why context length 1024
#1 opened over 2 years ago
by
Muennighoff