Latest

[ChatStream] ChatPrompt for matsuo-lab/weblab-10b-instruction-sft

ChatStream Guide

[ChatStream] ChatPrompt for matsuo-lab/weblab-10b-instruction-sft

We have released a ChatPrompt class for matsuo-lab/weblab-10b-instruction-sft. It is included in the latest version of ChatStream, but you can also use the code below. from chatstream import AbstractChatPrompt from chatstream.chat_prompt.prompt_ttl import PromptTTL class ChatPromptMatsuoLabJpGptNeoxInstSft(AbstractChatPrompt): def __init__(self): super().__init__() # Call the initialization of

By Qualiteg Product Development Team