Text Generation
PyTorch
causal-lm
rwkv
rwkv-4-world / README.md
BlinkDL's picture
Update README.md
39379db
|
raw
history blame
523 Bytes
metadata
language:
  - en
  - zh
  - de
  - fr
  - es
  - pt
  - ru
  - it
  - ja
  - ko
  - vi
  - ar
tags:
  - pytorch
  - text-generation
  - causal-lm
  - rwkv
license: apache-2.0
datasets:
  - EleutherAI/pile
  - togethercomputer/RedPajama-Data-1T

RWKV-4 World

Model Description

RWKV-4 trained on 100+ world languages.

How to use:

  • use latest rwkv pip package
  • use latest ChatRWKV v2/chat.py
  • set pipeline = PIPELINE(model, "rwkv_vocab_v20230424") instead of 20B_tokenizer.json
  • Use Q/A or User/AI or Human/Bot prompt, instead of Bob/Alice