AI writing tool for generating Chinese web novels
Top 15.1% on sourcepulse
AI-Writer is a Chinese novel generation tool that leverages the RWKV language model, offering an alternative to GPT-style models with potentially faster inference. It targets users interested in generating fantasy and romance web novels, providing GPU acceleration for NVIDIA and AMD/Intel cards, as well as CPU-only execution.
How It Works
The project utilizes the RWKV (Receptance Weighted Key Value) model, an RNN architecture that aims to combine the parallelizable training of Transformers with the efficient inference of RNNs. This approach allows for a fixed computational cost per token, regardless of sequence length, and a context length of up to 512 tokens. The model predicts the next character based on a probability distribution derived from the preceding context.
Quick Start & Requirements
python run.py
or python server.py
.pip install torch onnxruntime-directml
.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The project explicitly states that training data is derived solely from web novels, leading to a lack of common sense in generated text, and that outputs are for entertainment purposes only. The README also notes that the current models are outdated.
2 months ago
Inactive