kadirnar commited on
Commit
235a2e1
1 Parent(s): ee3c04a

Update special_tokens_map.json

Browse files
Files changed (1) hide show
  1. special_tokens_map.json +9 -1
special_tokens_map.json CHANGED
@@ -1,3 +1,4 @@
 
1
  {
2
  "bos_token": {
3
  "content": "<|begin_of_text|>",
@@ -12,5 +13,12 @@
12
  "normalized": false,
13
  "rstrip": false,
14
  "single_word": false
 
 
 
 
 
 
 
15
  }
16
- }
 
1
+
2
  {
3
  "bos_token": {
4
  "content": "<|begin_of_text|>",
 
13
  "normalized": false,
14
  "rstrip": false,
15
  "single_word": false
16
+ },
17
+ "pad_token": {
18
+ "content": "<|end_of_text|>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
  }
24
+ }