We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5909a5a commit a0e298bCopy full SHA for a0e298b
1 file changed
ML-Frameworks/pytorch-aarch64/examples/answer_questions.py
@@ -1,5 +1,5 @@
1
# *******************************************************************************
2
-# Copyright 2021-2024 Arm Limited and affiliates.
+# Copyright 2021-2025 Arm Limited and affiliates.
3
# SPDX-License-Identifier: Apache-2.0
4
#
5
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -117,7 +117,7 @@ def main():
117
answer = squad_records["answer"].iloc[i_record]
118
119
if args["bert_large"]:
120
- model_hf_path = "Graphcore/bert-large-uncased-squad"
+ model_hf_path = "google-bert/bert-large-uncased-whole-word-masking-finetuned-squad"
121
model_name = "BERT Large"
122
else:
123
model_hf_path = "distilbert-base-uncased-distilled-squad"
0 commit comments