Rakib nazneen commited on
Commit
d0e0213
1 Parent(s): 489c045

model documentation (#3)

Browse files

- model documentation (cf62096c14217b919f6063eaca3bae07f4f6b6de)


Co-authored-by: Nazneen Rajani <nazneen@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +5 -0
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