what are some good "seed" value? help on prompting with seed? #3203
Replies: 2 comments
-
Seed is pretty much insignificant in this situation. In fact, if you look at There are no magic tricks here, the ability of a model, to follow your prompt exactly, depend entirely on the model itself and it's training. And the reality is, current generation of models is far from perfect. Considering the prompt you are using, my personal subjective guesstimate, is that we will have to wait couple more years, I'd say at least 3, before local LLMs will be able to do the things you are asking from it. |
Beta Was this translation helpful? Give feedback.
-
You should look up the model you're trying to use and its expected prompt format. I don't know about the 7b but the larger Airoboros models have a specific prompt format you should use to get good results. Like staviq said, the seed doesn't really matter. It's just an arbitrary number that will (possibly) give you different results. One seed isn't really better or worse than any other, the prompt is the important thing here and sampler settings. From what I know, small models tend to be more sensitive to the prompt format. And, of course, they aren't as "smart" as bigger models either so you should keep your expectations realistic. Even models 10 times larger still don't come close to stuff like ChatGPT. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
some seed makes a lot of repeating statement, some seed makes quick few response.
./main -m models/airoboros-l2-7b-2.2.Q6_K.gguf -ngl 35 -c 3680 -n 12288 -p "detailed minimum of 2400 words encyclopedia style markdown formatted article on 'how to generate passive income' in english with a sub section conclusion where appropriate is as follow:" -e -s 123456
Beta Was this translation helpful? Give feedback.
All reactions