|
|
|
|
|
by MrYellowP
909 days ago
|
|
I was working on the same thing months ago and it works, but it was a purely trial and error way of doing it and the compressed prompts, naturally, wouldn't necessarily work for different LLMs easily. I am not actually convinced this is a good idea, though. This path eventually leads to a "prompt compiler" that compiles prompts into byte code for a future "more efficient" LLM to understand. Oh and it definitely didn't require its own language model. All it required was finding how many letters one can remove from a word and which words can be completely omitted. |
|