junnyu commited on
Commit
238232f
1 Parent(s): 98e191e

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +5 -2
config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "architectures": [
3
- "RoFormerForMaskedLM"
4
  ],
5
  "attention_probs_dropout_prob": 0.1,
6
  "directionality": "bidi",
@@ -16,5 +16,8 @@
16
  "num_hidden_layers": 6,
17
  "pad_token_id": 0,
18
  "type_vocab_size": 2,
19
- "vocab_size": 12000
 
 
 
20
  }
 
1
  {
2
  "architectures": [
3
+ "RoFormerForCausalLM"
4
  ],
5
  "attention_probs_dropout_prob": 0.1,
6
  "directionality": "bidi",
 
16
  "num_hidden_layers": 6,
17
  "pad_token_id": 0,
18
  "type_vocab_size": 2,
19
+ "vocab_size": 12000,
20
+ "is_decoder": true,
21
+ "eos_token_id": 102,
22
+ "pooler_activation": "linear"
23
  }