robinzixuan commited on
Commit
d9ca8a5
1 Parent(s): 8992e9f

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -1
config.json CHANGED
@@ -22,5 +22,6 @@
22
  "transformers_version": "4.31.0",
23
  "type_vocab_size": 2,
24
  "use_cache": true,
25
- "vocab_size": 30522
 
26
  }
 
22
  "transformers_version": "4.31.0",
23
  "type_vocab_size": 2,
24
  "use_cache": true,
25
+ "vocab_size": 30522,
26
+ "attn_implementation":"OutEffHop",
27
  }