system HF staff commited on
Commit
0d3b149
1 Parent(s): bd4677b

Update config.json

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