model documentation (#3)
- model documentation (cf62096c14217b919f6063eaca3bae07f4f6b6de) Co-authored-by: Nazneen Rajani <nazneen@users.noreply.huggingface.co>
This commit is contained in:
parent
489c045834
commit
d0e02132b2
|
@ -1,3 +1,7 @@
|
|||
---
|
||||
language:
|
||||
- en
|
||||
---
|
||||
# Model Card for roberta-base-on-cuad
|
||||
|
||||
# Model Details
|
||||
|
@ -162,6 +166,7 @@ Use the code below to get started with the model.
|
|||
|
||||
<details>
|
||||
<summary> Click to expand </summary>
|
||||
|
||||
```python
|
||||
from transformers import AutoTokenizer, AutoModelForQuestionAnswering
|
||||
|
||||
|
|
Loading…
Reference in New Issue