iryna-kondr / scikit-llm

Seamlessly integrate LLMs into scikit-learn.
https://beastbyte.ai/
MIT License
3.38k stars 275 forks source link

can it output probabilities #16

Closed zj1010 closed 1 year ago

zj1010 commented 1 year ago

Hi,i must say this is an excellent work.While using it, is it possible to output probabilities?

OKUA1 commented 1 year ago

Hi! Unfortunately, it is not possible to output probabilities due to the fact that it is not a typical classification model. While we could instruct GPT to return probabilities, I am not sure whether those numbers would be really meaningful.