TusharGoel
commited on
Commit
•
cecb128
1
Parent(s):
c321621
Update README.md
Browse files
README.md
CHANGED
@@ -8,7 +8,8 @@ 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
|
13 |
from datasets import load_dataset
|
14 |
|
|
|
8 |
|
9 |
Code for Training and Prediction (v1): https://www.kaggle.com/tusharcode/training-layoutlm-docvqa
|
10 |
|
11 |
+
**How to use:**
|
12 |
+
```python
|
13 |
from transformers import AutoTokenizer, AutoModelForDocumentQuestionAnswering
|
14 |
from datasets import load_dataset
|
15 |
|