Datasets:
Upload 2 files
Browse files
README.md
CHANGED
@@ -1,3 +1,38 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: image
|
5 |
+
dtype: image
|
6 |
+
- name: ground_truth
|
7 |
+
dtype: string
|
8 |
+
splits:
|
9 |
+
- name: train
|
10 |
+
num_bytes: 234024421
|
11 |
+
num_examples: 425
|
12 |
+
- name: test
|
13 |
+
num_bytes: 14512665
|
14 |
+
num_examples: 26
|
15 |
+
- name: validation
|
16 |
+
num_bytes: 27661738
|
17 |
+
num_examples: 50
|
18 |
+
download_size: 197512750
|
19 |
+
dataset_size: 276198824
|
20 |
license: mit
|
21 |
+
task_categories:
|
22 |
+
- feature-extraction
|
23 |
+
language:
|
24 |
+
- en
|
25 |
+
pretty_name: Sparrow Invoice Dataset
|
26 |
+
size_categories:
|
27 |
+
- n<1K
|
28 |
---
|
29 |
+
# Dataset Card for Invoices (Sparrow)
|
30 |
+
|
31 |
+
|
32 |
+
This dataset contains 500 invoice documents annotated and processed to be ready for Donut ML model fine-tuning.
|
33 |
+
|
34 |
+
Annotation and data preparation task was done by [Katana ML](https://www.katanaml.io) team.
|
35 |
+
|
36 |
+
[Sparrow](https://github.com/katanaml/sparrow/tree/main) - open-source data extraction solution by Katana ML.
|
37 |
+
|
38 |
+
Original dataset [info](https://data.mendeley.com/datasets/tnj49gpmtz): Kozłowski, Marek; Weichbroth, Paweł (2021), “Samples of electronic invoices”, Mendeley Data, V2, doi: 10.17632/tnj49gpmtz.2
|