Skip to content

Commit

Permalink
[#42] Update model card
Browse files Browse the repository at this point in the history
  • Loading branch information
atenzer committed Mar 1, 2022
1 parent 19ded39 commit 746482c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo_api/dual_bert/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
DualBertPostprocessor
)

app = create_api(app_name=__name__, model_card_path="model_card/rst_pointer.json")
app = create_api(app_name=__name__, model_card_path="model_card/dual_bert.json")

# Load processors and models
config = DualBertConfig.from_pretrained("https://storage.googleapis.com/sgnlp/models/dual_bert/config.json")
Expand Down

0 comments on commit 746482c

Please sign in to comment.