Update README.md
Browse files
README.md
CHANGED
@@ -7,8 +7,17 @@ datasets:
|
|
7 |
- katanaml-org/invoices-donut-data-v1
|
8 |
---
|
9 |
|
10 |
-
Sparrow - Data extraction from documents with ML
|
|
|
|
|
|
|
|
|
11 |
|
12 |
![Inference Results](https://raw.githubusercontent.com/katanaml/sparrow/main/sparrow-ui/assets/inference_actual.png)
|
13 |
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
7 |
- katanaml-org/invoices-donut-data-v1
|
8 |
---
|
9 |
|
10 |
+
## Sparrow - Data extraction from documents with ML
|
11 |
+
|
12 |
+
This model is finetuned Donut ML base model on invoices data. This model aims to verify how well Donut performs on enterprise docs.
|
13 |
+
|
14 |
+
Inference:
|
15 |
|
16 |
![Inference Results](https://raw.githubusercontent.com/katanaml/sparrow/main/sparrow-ui/assets/inference_actual.png)
|
17 |
|
18 |
+
Training loss:
|
19 |
+
|
20 |
+
![Training Loss](https://raw.githubusercontent.com/katanaml/sparrow/main/sparrow-ui/assets/donut_training_loss.png)
|
21 |
+
|
22 |
+
Sparrow code on [GitHub](https://github.com/katanaml/sparrow)
|
23 |
+
[KatanaML](https://www.katanaml.io)
|