Unverified Commit da5ff18a authored by Yih-Dar's avatar Yih-Dar Committed by GitHub
Browse files

Fix doctest (#25031)



fix
Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
parent 8f36ab3e
......@@ -335,7 +335,7 @@ Document question answering is a task that answers natural language questions fr
... image=image,
... )
>>> preds
[{'score': 0.8531239628791809, 'answer': '17,000', 'start': 4, 'end': 4}]
[{'score': 0.8531, 'answer': '17,000', 'start': 4, 'end': 4}]
```
Hopefully, this page has given you some more background information about all the types of tasks in each modality and the practical importance of each one. In the next [section](tasks_explained), you'll learn **how** 🤗 Transformers work to solve these tasks.
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment