Theivaprakasham
commited on
Commit
•
53cff40
1
Parent(s):
5100120
Update README.md
Browse files
README.md
CHANGED
@@ -56,10 +56,12 @@ More information needed
|
|
56 |
|
57 |
## Training and evaluation data
|
58 |
|
59 |
-
|
60 |
|
61 |
## Training procedure
|
62 |
|
|
|
|
|
63 |
### Training hyperparameters
|
64 |
|
65 |
The following hyperparameters were used during training:
|
|
|
56 |
|
57 |
## Training and evaluation data
|
58 |
|
59 |
+
The WildReceipt dataset consists of 1740 receipt images, and contains 25 key information categories, and a total of about 69000 text boxes. 1268 and 472 images are used for training and testing respectively to train the LayoutLMv3 model for Key Information Extraction.
|
60 |
|
61 |
## Training procedure
|
62 |
|
63 |
+
The training code: https://github.com/Theivaprakasham/layoutlmv3/blob/main/training_codes/LayoutLMv3_training_WildReceipts_dataset.ipynb
|
64 |
+
|
65 |
### Training hyperparameters
|
66 |
|
67 |
The following hyperparameters were used during training:
|