system HF staff commited on
Commit
ea21b8e
1 Parent(s): 42f9492

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -0
config.json CHANGED
@@ -3,6 +3,7 @@
3
  "RobertaModel"
4
  ],
5
  "attention_probs_dropout_prob": 0.1,
 
6
  "eos_token_id": 2,
7
  "eos_token_ids": null,
8
  "hidden_act": "gelu",
@@ -16,6 +17,7 @@
16
  "num_attention_heads": 12,
17
  "num_hidden_layers": 12,
18
  "output_past": true,
 
19
  "type_vocab_size": 1,
20
  "vocab_size": 50265
21
  }
3
  "RobertaModel"
4
  ],
5
  "attention_probs_dropout_prob": 0.1,
6
+ "bos_token_id": 0,
7
  "eos_token_id": 2,
8
  "eos_token_ids": null,
9
  "hidden_act": "gelu",
17
  "num_attention_heads": 12,
18
  "num_hidden_layers": 12,
19
  "output_past": true,
20
+ "pad_token_id": 1,
21
  "type_vocab_size": 1,
22
  "vocab_size": 50265
23
  }