How We Implemented a Chatbot Into Our LLM
#llms #vllm #orca #sharegpt #opt13b #pagedattention #chatbots #chatbotimplementation
https://hackernoon.com/how-we-implemented-a-chatbot-into-our-llm
#llms #vllm #orca #sharegpt #opt13b #pagedattention #chatbots #chatbotimplementation
https://hackernoon.com/how-we-implemented-a-chatbot-into-our-llm
Hackernoon
How We Implemented a Chatbot Into Our LLM
To implement a chatbot, we let the model generate a response by concatenating the chatting history and the last user query into a prompt.