Replies: 2 comments 4 replies
-
The description of the sys parameter sounds like how I always imagined the function of Therefore again explicitly for clarification: Did i get this right? The description in the helptext (
I feel this is misleading insofar as it at least allows the interpretation that every single prompt message (or every message in an interactive session) is prefixed with the system-message - which would consume an enormous amount of context.
or
(it's actually really hard to put this into a short description that doesn't get misleading..) |
Beta Was this translation helpful? Give feedback.
-
The main documentation of each "example" in Llama.cpp was intended to be in the Would you like me to provide a revision of this |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've noticed that the OpenAssist fine tune appears to use system commands in the training data for Falcon, it's not totally reliable but interesting. The new parameters will be available within the next hours.
"-enc" This uses fine-tune detection and encloses your prompt with the correct syntax for OpenAssistant, Wizard, Falcon Instruct and generic models
"-sys" This adds a system command to modulate the model into different behavior.
Command:
-enc -sys "You now are a monster" -p "Write a poem"
Here is Falcon 40B (at just 2 bit quantization on single GPU, 23 tokens/sec for that poem):
Here is 5 bit Falcon 7B (55 tokens/sec for that poem):
Beta Was this translation helpful? Give feedback.
All reactions