system HF staff commited on
Commit
4b2d4fb
1 Parent(s): 0fef3c5

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +11 -0
config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "DprReader"
4
+ ],
5
+ "do_lower_case": true,
6
+ "model_type": "dpr",
7
+ "pad_id": 0,
8
+ "pretrained_model_cfg": "bert-base-uncased",
9
+ "projection_dim": 0,
10
+ "sequence_length": 512
11
+ }