ikuyamada commited on
Commit
f936ea9
1 Parent(s): 4649112

update config

Browse files
Files changed (1) hide show
  1. config.json +3 -2
config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "architectures": [
3
- "LukeEntityAwareAttentionModel"
4
  ],
5
  "attention_probs_dropout_prob": 0.1,
6
  "bert_model_name": "roberta-base",
@@ -22,8 +22,9 @@
22
  "output_past": true,
23
  "pad_token_id": 1,
24
  "position_embedding_type": "absolute",
25
- "transformers_version": "4.4.0.dev0",
26
  "type_vocab_size": 1,
27
  "use_cache": true,
 
28
  "vocab_size": 50267
29
  }
1
  {
2
  "architectures": [
3
+ "LukeModel"
4
  ],
5
  "attention_probs_dropout_prob": 0.1,
6
  "bert_model_name": "roberta-base",
22
  "output_past": true,
23
  "pad_token_id": 1,
24
  "position_embedding_type": "absolute",
25
+ "transformers_version": "4.5.0.dev0",
26
  "type_vocab_size": 1,
27
  "use_cache": true,
28
+ "use_entity_aware_attention": true,
29
  "vocab_size": 50267
30
  }