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