Datasets:
Update README.md
Browse filesDataset of 500 invoices annotated and ready for Donut ML model fine-tuning.
Annotation and data preparation was done by Katana ML team. Original invoice documents are from [Samples of electronic invoices](https://data.mendeley.com/datasets/tnj49gpmtz)
[Sparrow](https://github.com/katanaml/sparrow/tree/main)
[Katana ML](https://www.katanaml.io)
README.md
CHANGED
@@ -7,17 +7,23 @@ dataset_info:
|
|
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 |
---
|
21 |
-
# Dataset Card for "invoices-donut"
|
22 |
-
|
23 |
-
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
|
|
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: Invoices Dataset for Sparrow
|
26 |
+
size_categories:
|
27 |
+
- n<1K
|
28 |
---
|
29 |
+
# Dataset Card for "invoices-donut"
|
|
|
|