CreitinGameplays
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,49 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
datasets:
|
4 |
+
- CreitinGameplays/merged-data
|
5 |
+
language:
|
6 |
+
- en
|
7 |
---
|
8 |
+
**ConvAI-9b: A Conversational AI Model**
|
9 |
+
|
10 |
+
**1. Model Details**
|
11 |
+
|
12 |
+
* **Model Name:** ConvAI-9b
|
13 |
+
* **Authors:** CreitinGameplays
|
14 |
+
* **Date:** April 18th, 2024
|
15 |
+
|
16 |
+
**2. Model Description**
|
17 |
+
|
18 |
+
ConvAI-9b is a fine-tuned conversational AI model with 9 billion parameters. It is based on the following models:
|
19 |
+
|
20 |
+
* **Base Model:** [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1)
|
21 |
+
* **Merged Model:** [mistralai/Mistral-7B-Instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2)
|
22 |
+
|
23 |
+
**3. Training Data**
|
24 |
+
|
25 |
+
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:
|
26 |
+
|
27 |
+
```
|
28 |
+
<|system|> (system prompt, e.g.: You are a helpful AI assistant, your goal is helping users with their questions) </s> <|user|> (user prompt) </s>
|
29 |
+
```
|
30 |
+
|
31 |
+
|
32 |
+
**4. Intended Uses**
|
33 |
+
|
34 |
+
ConvAI-9b is intended for use in conversational AI applications, such as:
|
35 |
+
|
36 |
+
* Chatbots
|
37 |
+
* Virtual assistants
|
38 |
+
* Interactive storytelling
|
39 |
+
* Educational tools
|
40 |
+
|
41 |
+
**5. Limitations**
|
42 |
+
|
43 |
+
* ConvAI-9b is still under development and may generate incorrect or misleading responses.
|
44 |
+
* It may exhibit biases present in the training data.
|
45 |
+
* The model's performance can be affected by the quality and format of the input text.
|
46 |
+
|
47 |
+
**6. Evaluation**
|
48 |
+
|
49 |
+
~ Soon
|