scikit-llm: Seamlessly integrate LLMs into scikit-learn.


Scikit-LLM is a new tool that integrates large language models like ChatGPT into scikit-learn for improved text analysis tasks. It supports various models and backends, including OpenAI and GPT4ALL, and offers features like zero-shot text classification, few-shot text classification, text vectorization, and fine-tuning. It also provides text summarization and translation capabilities. The tool requires a user-provided OpenAI API key for most estimators.
Read more at GitHub…