system HF staff commited on
Commit
90fca01
1 Parent(s): 7712e62

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +5 -0
config.json CHANGED
@@ -1,14 +1,19 @@
1
  {
2
  "attention_probs_dropout_prob": 0.1,
 
3
  "directionality": "bidi",
 
4
  "hidden_act": "gelu",
5
  "hidden_dropout_prob": 0.1,
6
  "hidden_size": 768,
7
  "initializer_range": 0.02,
8
  "intermediate_size": 3072,
 
9
  "max_position_embeddings": 512,
 
10
  "num_attention_heads": 12,
11
  "num_hidden_layers": 3,
 
12
  "pooler_fc_size": 768,
13
  "pooler_num_attention_heads": 12,
14
  "pooler_num_fc_layers": 3,
1
  {
2
  "attention_probs_dropout_prob": 0.1,
3
+ "bos_token_id": 0,
4
  "directionality": "bidi",
5
+ "eos_token_id": 2,
6
  "hidden_act": "gelu",
7
  "hidden_dropout_prob": 0.1,
8
  "hidden_size": 768,
9
  "initializer_range": 0.02,
10
  "intermediate_size": 3072,
11
+ "layer_norm_eps": 1e-12,
12
  "max_position_embeddings": 512,
13
+ "model_type": "roberta",
14
  "num_attention_heads": 12,
15
  "num_hidden_layers": 3,
16
+ "pad_token_id": 1,
17
  "pooler_fc_size": 768,
18
  "pooler_num_attention_heads": 12,
19
  "pooler_num_fc_layers": 3,