Upload tokenizer
Browse files- additional_chat_templates/a.jinja +1 -0
- additional_chat_templates/c.jinja +1 -0
- chat_template.jinja +1 -0
- tokenizer_config.json +0 -14
additional_chat_templates/a.jinja
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
b
|
additional_chat_templates/c.jinja
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
d
|
chat_template.jinja
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
eeee
|
tokenizer_config.json
CHANGED
@@ -11,20 +11,6 @@
|
|
11 |
}
|
12 |
},
|
13 |
"bos_token": "<|endoftext|>",
|
14 |
-
"chat_template": [
|
15 |
-
{
|
16 |
-
"name": "a",
|
17 |
-
"template": "b"
|
18 |
-
},
|
19 |
-
{
|
20 |
-
"name": "c",
|
21 |
-
"template": "d"
|
22 |
-
},
|
23 |
-
{
|
24 |
-
"name": "default",
|
25 |
-
"template": "eeee"
|
26 |
-
}
|
27 |
-
],
|
28 |
"clean_up_tokenization_spaces": false,
|
29 |
"eos_token": "<|endoftext|>",
|
30 |
"extra_special_tokens": {},
|
|
|
11 |
}
|
12 |
},
|
13 |
"bos_token": "<|endoftext|>",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
"clean_up_tokenization_spaces": false,
|
15 |
"eos_token": "<|endoftext|>",
|
16 |
"extra_special_tokens": {},
|