TusharGoel
commited on
Commit
•
6f1b3c8
1
Parent(s):
74b7d9d
Update README.md
Browse files
README.md
CHANGED
@@ -6,6 +6,8 @@ pipeline_tag: document-question-answering
|
|
6 |
---
|
7 |
This model trained on DocVQA Dataset on sample of 15000 questions
|
8 |
|
|
|
|
|
9 |
```
|
10 |
from transformers import AutoTokenizer, AutoModelForDocumentQuestionAnswering
|
11 |
from datasets import load_dataset
|
|
|
6 |
---
|
7 |
This model trained on DocVQA Dataset on sample of 15000 questions
|
8 |
|
9 |
+
Code for Training and Prediction (v1)
|
10 |
+
|
11 |
```
|
12 |
from transformers import AutoTokenizer, AutoModelForDocumentQuestionAnswering
|
13 |
from datasets import load_dataset
|