czq commited on
Commit
aebe725
·
1 Parent(s): 89fa42b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ class BigBirdNullHead(nn.Module):
24
  return logits
25
 
26
 
27
- model_path = '/data1/chenzq/demo/checkpoint-epoch-best'
28
 
29
  class BigBirdForQuestionAnsweringWithNull(PreTrainedModel):
30
  def __init__(self, config, model_id):
 
24
  return logits
25
 
26
 
27
+ model_path = './checkpoint-epoch-best'
28
 
29
  class BigBirdForQuestionAnsweringWithNull(PreTrainedModel):
30
  def __init__(self, config, model_id):