fuliucansheng commited on
Commit
8df7d30
1 Parent(s): d835d23

infoxlm roberta config update

Browse files
Files changed (1) hide show
  1. infoxlm-roberta-config.json +3 -0
infoxlm-roberta-config.json CHANGED
@@ -11,6 +11,9 @@
11
  "num_attention_heads": 12,
12
  "num_hidden_layers": 12,
13
  "pad_token_id": 1,
 
 
 
14
  "type_vocab_size": 0,
15
  "vocab_size": 250002
16
  }
11
  "num_attention_heads": 12,
12
  "num_hidden_layers": 12,
13
  "pad_token_id": 1,
14
+ "mask_token_id": 250001,
15
+ "bos_token_id": 0,
16
+ "eos_token_id": 2,
17
  "type_vocab_size": 0,
18
  "vocab_size": 250002
19
  }