Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update question_answering.md (#28694)
fix typo: from: "model = TFAutoModelForQuestionAnswering("distilbert-base-uncased")" to: model = TFAutoModelForQuestionAnswering.from_pretrained("distilbert-base-uncased")
- Loading branch information