Randolphzeng commited on
Commit
218dbfe
1 Parent(s): 89f1ba5

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -1
config.json CHANGED
@@ -26,5 +26,7 @@
26
  "tokenizer_class": "BertTokenizer",
27
  "vocab_size": 21130,
28
  "latent_dim": 256,
29
- "pad_token_id": 0
 
 
30
  }
 
26
  "tokenizer_class": "BertTokenizer",
27
  "vocab_size": 21130,
28
  "latent_dim": 256,
29
+ "pad_token_id": 0,
30
+ "bos_token_id": 21128,
31
+ "eos_token_id": 21129
32
  }