internetoftim commited on
Commit
e8cb965
1 Parent(s): 83959af

Update config.json

Browse files

changed path and architecture

Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
- "_name_or_path": "/home/jamesbr/workspace/dev/pretrained_checkpoints/pytorch_bert_large_phase2/step_2136/",
3
  "architectures": [
4
- "PoptorchPipelinedBertForQuestionAnswering"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "gradient_checkpointing": false,
 
1
  {
2
+ "_name_or_path": "Graphcore/bert-large-uncased-squad",
3
  "architectures": [
4
+ "BertForQuestionAnswering"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "gradient_checkpointing": false,