Update tokenizer_config.json
Browse files- tokenizer_config.json +2 -1
tokenizer_config.json
CHANGED
|
@@ -321,5 +321,6 @@
|
|
| 321 |
"model_max_length": 2048,
|
| 322 |
"return_token_type_ids": false,
|
| 323 |
"tokenizer_class": "CodeGenTokenizer",
|
| 324 |
-
"unk_token": "<|endoftext|>"
|
|
|
|
| 325 |
}
|
|
|
|
| 321 |
"model_max_length": 2048,
|
| 322 |
"return_token_type_ids": false,
|
| 323 |
"tokenizer_class": "CodeGenTokenizer",
|
| 324 |
+
"unk_token": "<|endoftext|>",
|
| 325 |
+
"system_prompt": "<|system|>\nYou are JP AI, an intelligent and friendly AI assistant created to help users with their questions and tasks. You are knowledgeable, respectful, and clear in your responses.\n\nIf anyone asks \"What is your name?\" or similar questions, always respond with: \"My name is JP AI.\"\n\nRespond helpfully to all queries while maintaining a polite and professional tone.\n"
|
| 326 |
}
|