--- license: mit datasets: - CreitinGameplays/merged-data-v2 base_model: - HuggingFaceH4/zephyr-7b-beta - mistral-community/Mistral-7B-v0.2 language: - en --- # **ConvAI-9b: A Conversational AI Model** ![img](https://cdn.discordapp.com/attachments/1198544111913930872/1230969410685108224/generated_image-2.png?ex=66354099&is=6622cb99&hm=a4423769627e3281a05a59bd1a9b698c34b3a4913dc6035cba1ce2f19f87840a&) ## **1. Model Details** * **Model Name:** ConvAI-9b * **Authors:** CreitinGameplays * **Date:** April 18th, 2024 ## **2. Model Description** ConvAI-9b is a fine-tuned conversational AI model with 9 billion parameters. It is based on the following models: * **Base Model:** [HuggingFaceH4/zephyr-7b-beta](https://huggingface.co/HuggingFaceH4/zephyr-7b-beta) * **Merged Model:** [mistral-community/Mistral-7B-v0.2](https://huggingface.co/mistral-community/Mistral-7B-v0.2) ## **3. Training Data** The model was fine-tuned on a custom dataset of conversations between an AI assistant and a user. The dataset format followed a specific structure: ``` <|system|> (system prompt, e.g.: You are a helpful AI language model called ChatGPT, your goal is helping users with their questions) <|user|> (user prompt) ``` ## **4. Intended Uses** ConvAI-9b is intended for use in conversational AI applications, such as: * Chatbots * Virtual assistants * Interactive storytelling * Educational tools ## **5. Limitations** * Like any other language model, ConvAI-9b may generate incorrect or misleading responses. * It may exhibit biases present in the training data. * The model's performance can be affected by the quality and format of the input text. ## **6. Evaluation** ~ Soon