iryna-kondr / scikit-llm

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

Integration of other LLMs #69

Closed ajayarunachalam closed 1 year ago

ajayarunachalam commented 1 year ago

Anything in pipeline to integrate other Large Language Models such as LLAMA, GPT-J, GPT4ALL -J, AUTO-GPT and others?
Quick Reference: https://github.com/ajayarunachalam/pychatgpt_gui

OKUA1 commented 1 year ago

GPT4ALL is already integrated. Overall integrating local LLMs is not too high on the priority list as according to our observations their performance on the skllm related tasks is not good enough.

ajayarunachalam commented 1 year ago

Okay, thx for responding.