michaelbenayoun HF Staff commited on
Commit
b48c96b
·
verified ·
1 Parent(s): 3b3aed6

Upload special_tokens_map.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. special_tokens_map.json +4 -22
special_tokens_map.json CHANGED
@@ -1,23 +1,5 @@
1
  {
2
- "bos_token": {
3
- "content": "<|begin▁of▁sentence|>",
4
- "lstrip": false,
5
- "normalized": false,
6
- "rstrip": false,
7
- "single_word": false
8
- },
9
- "eos_token": {
10
- "content": "<|end▁of▁sentence|>",
11
- "lstrip": false,
12
- "normalized": false,
13
- "rstrip": false,
14
- "single_word": false
15
- },
16
- "pad_token": {
17
- "content": "<|end▁of▁sentence|>",
18
- "lstrip": false,
19
- "normalized": false,
20
- "rstrip": false,
21
- "single_word": false
22
- }
23
- }
 
1
  {
2
+ "pad_token": "<\uff5cend\u2581of\u2581sentence\uff5c>",
3
+ "bos_token": "<\uff5cbegin\u2581of\u2581sentence\uff5c>",
4
+ "eos_token": "<\uff5cend\u2581of\u2581sentence\uff5c>"
5
+ }