The use cases for personal AI chat-bots will continue to grow as free models become more powerful and the larger players (Google Bard, OpenAI Chat-GPT) continue to apply more restrictions to their platforms. This post will build off of our previous post detailing how to get started with Mistral-7B-Instruct model using Python. We recommend reading … Read More “How To Program A Conversational AI (ChatBot) Using Mistral-7B-Instruct Tutorial” »
Category: Mistral
This post will describe the process of working with the Mistral-7B-Instruct-v0.2 model using Python. The following steps will also work for the mistralai/Mistral-7B-Instruct-v0.1 model as well. The key difference between this model and the Mistral-7B (How To Get Started With Mistral-7B Tutorial) is that this model was fine-tuned to follow instructions. Its instruction following ability … Read More “How To Get Started With Mistral-7B-Instruct-v0.2 Tutorial” »
Mistral AI is a European start-up with a global focus specializing in generative artificial intelligence. They have created and trained several LLM (large language models) for free use. Some of the models have achieved performance that rivals or even out-performs OpenAI’s Chat GPT3.5. These models are available for public use. This post is specifically about … Read More “How To Get Started With Mistral-7B Tutorial” »