ithkuil

joined 10 months ago
[–] ithkuil@alien.top 1 points 9 months ago (1 children)

Is it possible to do this in a way that allows the model to choose whether to write normal text or to call one or more functions?

[–] ithkuil@alien.top 1 points 10 months ago

Same answer actually, for creative writing. 0

[–] ithkuil@alien.top 1 points 10 months ago (2 children)

I think it's best to keep temperature low and feed the randomness in manually. Like generate a list of words and ask it to make an association for each and use those as inspiration for characters, plot, whatever. Or make a list of options for each thing that makes sense and have a model generate Python code to randomly select one of each, and then put those random selections in the prompt.

Because the temperature being much higher than zero mostly makes it dumber in my experience.

[–] ithkuil@alien.top 1 points 10 months ago

Are they working on Mixture of Experts?

[–] ithkuil@alien.top 1 points 10 months ago

https://github.com/XueFuzhao/OpenMoE

Mixture of Experts may help with getting more performance from smaller models.