Cleaning up output and limit answer length? #1285
ArticTiger
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All, I hope this is the correct place to post this.
I am looking to run this through BAT files to pass variables as part of the prompts through a python script I am still working on, and get concise output rather than the droning on the model likes to do. So far I have the following;
main --temp 0 -n -1 --repeat_penalty 1.2 -m (model I use) -p %1
which then gets triggered by another BAT with:
run.bat "A prompt specifically asking for a 2 sentence output" > output.txt
the variables are going to be inserted later on through a python script I am still figuring out (I am not a programmer, but have done some basic PY stuff in the past and I am having a blast learning stuff in order to make things work!)
I am looking to;
AKA. I just want to 'clean things up' a bit as I hope to use the output in another project.
In advance I thank you for your time!
Beta Was this translation helpful? Give feedback.
All reactions