CreitinGameplays commited on
Commit
e2a9ce7
·
verified ·
1 Parent(s): 621a6dc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 assistant, your goal is helping users with their questions) </s> <|user|> (user prompt) </s>
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