BlinkDL / RWKV-LM

RWKV is an RNN with transformer-level LLM performance. It can be directly trained like a GPT (parallelizable). So it's combining the best of RNN and transformer - great performance, fast inference, saves VRAM, fast training, "infinite" ctx_len, and free sentence embedding.
Apache License 2.0
12.32k stars 838 forks source link

Record failed attempts #111

Closed w2404 closed 1 year ago

w2404 commented 1 year ago

Can you create a place, for example the Issues tab of a specified repo, where people can report what prompts they have tried, but failed to get an expected result, which other llms like chatgpt4 can provide?

For example, I have tried the prompts of https://github.com/theseamusjames/gpt3-python-maze-solver on rwkv, but failed.

Sharing failed attempts can save other people's time by avoiding the same attempts. And maybe people can discuss how to fix the prompts for rwkv to get a better result.

Also, we can share the successful prompts, just like civitai.com's image gallery. Successful prompts can provide experiences for new comers.

These records should be sorted by which models and strategies they used.

BlinkDL commented 1 year ago

Yes: https://github.com/BlinkDL/LM-Trick-Questions