tonyhong commited on
Commit
6618863
1 Parent(s): 2cd5725

update config

Browse files
Files changed (1) hide show
  1. config.json +2 -1
config.json CHANGED
@@ -18,7 +18,8 @@
18
  "num_attention_heads": 6,
19
  "num_hidden_layers": 12,
20
  "output_all_encoded_layers": true,
21
- "pad_token_id": 4,
 
22
  "position_bucket_size": 32,
23
  "torch_dtype": "float32",
24
  "transformers_version": "4.26.0",
 
18
  "num_attention_heads": 6,
19
  "num_hidden_layers": 12,
20
  "output_all_encoded_layers": true,
21
+ "pad_token_id": 3,
22
+ "mask_token_id": 4,
23
  "position_bucket_size": 32,
24
  "torch_dtype": "float32",
25
  "transformers_version": "4.26.0",