Skip to content

Commit

Permalink
[BERT examples] update default pruned model (#157)
Browse files Browse the repository at this point in the history
* [BERT examples] update default pruned model

* update src/transformers pipeline file
  • Loading branch information
bfineran authored Jul 30, 2021
1 parent de70f82 commit bfc8f8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/huggingface-transformers/pipelines.py
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@ class TaskInfo:
),
default_pruned_stub=(
"zoo:nlp/question_answering/bert-base/pytorch/huggingface/squad/"
"pruned-moderate"
"pruned-aggressive_98"
),
)
}
Expand Down
2 changes: 1 addition & 1 deletion src/deepsparse/transformers/pipelines.py
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@ class TaskInfo:
),
default_pruned_stub=(
"zoo:nlp/question_answering/bert-base/pytorch/huggingface/squad/"
"pruned-moderate"
"pruned-aggressive_98"
),
)
}
Expand Down

0 comments on commit bfc8f8c

Please sign in to comment.