Update README.md
Browse files
README.md
CHANGED
|
@@ -26,7 +26,7 @@ ConvAI-9b is a fine-tuned conversational AI model with 9 billion parameters. It
|
|
| 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 |
|
| 28 |
```
|
| 29 |
-
<|system|> (system prompt, e.g.: You are a helpful AI
|
| 30 |
```
|
| 31 |
|
| 32 |
|
|
|
|
| 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 |
|
| 28 |
```
|
| 29 |
+
<|system|> (system prompt, e.g.: You are a helpful AI language model called ChatGPT, your goal is helping users with their questions) </s> <|user|> (user prompt) </s>
|
| 30 |
```
|
| 31 |
|
| 32 |
|