Update README.md
Browse files
README.md
CHANGED
|
@@ -1,7 +1,11 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
|
|
|
|
|
|
| 5 |
Model Architecture:
|
| 6 |
|
| 7 |
The mychen76/invoice-and-receipts_donut_v1 (LLM) is a finetuned for convert Invoice or Receipt Image to XML or Json data strucutre task. this experimental model is based on Donut model.
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
base_model:
|
| 4 |
+
- mychen76/invoice-and-receipts_donut_v1
|
| 5 |
---
|
| 6 |
|
| 7 |
+
**This model is a fork of mychen76/invoice-and-receipts_donut_v1. I made a small modification by adding the feature_extractor_type to enable compatibility with Amazon SageMaker deployment**
|
| 8 |
+
|
| 9 |
Model Architecture:
|
| 10 |
|
| 11 |
The mychen76/invoice-and-receipts_donut_v1 (LLM) is a finetuned for convert Invoice or Receipt Image to XML or Json data strucutre task. this experimental model is based on Donut model.
|