model documentation
Browse files
README.md
CHANGED
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
1 |
# Model Card for roberta-base-on-cuad
|
2 |
|
3 |
# Model Details
|
@@ -162,6 +166,7 @@ Use the code below to get started with the model.
|
|
162 |
|
163 |
<details>
|
164 |
<summary> Click to expand </summary>
|
|
|
165 |
```python
|
166 |
from transformers import AutoTokenizer, AutoModelForQuestionAnswering
|
167 |
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
---
|
5 |
# Model Card for roberta-base-on-cuad
|
6 |
|
7 |
# Model Details
|
|
|
166 |
|
167 |
<details>
|
168 |
<summary> Click to expand </summary>
|
169 |
+
|
170 |
```python
|
171 |
from transformers import AutoTokenizer, AutoModelForQuestionAnswering
|
172 |
|