BlinkDL / ChatRWKV

ChatRWKV is like ChatGPT but powered by RWKV (100% RNN) language model, and open source.
Apache License 2.0
9.43k stars 696 forks source link

add a "stops words" support #161

Open yynil opened 1 year ago

yynil commented 1 year ago

https://github.com/BlinkDL/ChatRWKV/issues/160

This is an implementation of the "stop words". The file DEMO_FOR_STOPWORDS.py is a demo to show how to use this function.