andreaskoepf
commited on
Commit
•
8dd7749
1
Parent(s):
b3a2c37
Update special_tokens_map.json
Browse files- special_tokens_map.json +4 -0
special_tokens_map.json
CHANGED
@@ -1,3 +1,7 @@
|
|
1 |
{
|
|
|
|
|
|
|
|
|
2 |
"eos_token": "<|endoftext|>"
|
3 |
}
|
|
|
1 |
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<|im_start|>",
|
4 |
+
"<|im_end|>"
|
5 |
+
],
|
6 |
"eos_token": "<|endoftext|>"
|
7 |
}
|