TusharGoel
commited on
Commit
•
c321621
1
Parent(s):
6f1b3c8
Update README.md
Browse files
README.md
CHANGED
@@ -6,7 +6,7 @@ pipeline_tag: document-question-answering
|
|
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
|
|
|
6 |
---
|
7 |
This model trained on DocVQA Dataset on sample of 15000 questions
|
8 |
|
9 |
+
Code for Training and Prediction (v1): https://www.kaggle.com/tusharcode/training-layoutlm-docvqa
|
10 |
|
11 |
```
|
12 |
from transformers import AutoTokenizer, AutoModelForDocumentQuestionAnswering
|