GradientGuru
commited on
Commit
•
fc64079
1
Parent(s):
7e08e6d
Update special_tokens_map.json
Browse files- special_tokens_map.json +7 -0
special_tokens_map.json
CHANGED
@@ -19,5 +19,12 @@
|
|
19 |
"normalized": true,
|
20 |
"rstrip": false,
|
21 |
"single_word": true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
}
|
23 |
}
|
|
|
19 |
"normalized": true,
|
20 |
"rstrip": false,
|
21 |
"single_word": true
|
22 |
+
},
|
23 |
+
"pad_token": {
|
24 |
+
"content": "<unk>",
|
25 |
+
"lstrip": false,
|
26 |
+
"normalized": true,
|
27 |
+
"rstrip": false,
|
28 |
+
"single_word": true
|
29 |
}
|
30 |
}
|