Ali Safaya commited on
Commit
f691017
1 Parent(s): 7c0b5a4

padding token id

Browse files
Files changed (2) hide show
  1. special_tokens_map.json +1 -0
  2. tokenizer.json +10 -1
special_tokens_map.json CHANGED
@@ -13,6 +13,7 @@
13
  "rstrip": false,
14
  "single_word": false
15
  },
 
16
  "unk_token": {
17
  "content": "<unk>",
18
  "lstrip": false,
 
13
  "rstrip": false,
14
  "single_word": false
15
  },
16
+ "pad_token": "<unk>",
17
  "unk_token": {
18
  "content": "<unk>",
19
  "lstrip": false,
tokenizer.json CHANGED
@@ -1,7 +1,16 @@
1
  {
2
  "version": "1.0",
3
  "truncation": null,
4
- "padding": null,
 
 
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 0,
 
1
  {
2
  "version": "1.0",
3
  "truncation": null,
4
+ "padding": {
5
+ "strategy": {
6
+ "Fixed": 2048
7
+ },
8
+ "direction": "Right",
9
+ "pad_to_multiple_of": null,
10
+ "pad_id": 2,
11
+ "pad_type_id": 0,
12
+ "pad_token": "<unk>"
13
+ },
14
  "added_tokens": [
15
  {
16
  "id": 0,