Commit
·
ea64603
1
Parent(s):
31f7d62
Create README.md
Browse files
README.md
CHANGED
@@ -1,26 +1,36 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
download_size: 1207005983
|
17 |
-
dataset_size: 1295380855.74
|
18 |
-
configs:
|
19 |
-
- config_name: default
|
20 |
-
data_files:
|
21 |
-
- split: train
|
22 |
-
path: data/train-*
|
23 |
---
|
24 |
-
# Dataset Card for
|
|
|
25 |
|
26 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
license: apache-2.0
|
3 |
+
task_categories:
|
4 |
+
- image-classification
|
5 |
+
- text-classification
|
6 |
+
- image-to-text
|
7 |
+
language:
|
8 |
+
- bg
|
9 |
+
tags:
|
10 |
+
- DocumentAI
|
11 |
+
- ImageClassification
|
12 |
+
- SequenceClassification
|
13 |
+
pretty_name: CMDS Document Images Dataset
|
14 |
+
size_categories:
|
15 |
+
- n<1K
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
---
|
17 |
+
# Dataset Card for Cyrillic Multimodel Document (CMDS)
|
18 |
+
This is the dataset consists of 3789 pairs of images and text across 31 categories downloaded from the Bulgarian ministry of finance
|
19 |
|
20 |
+
### Dataset Summary
|
21 |
+
|
22 |
+
This dataset card aims to be a base template for new datasets. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1).
|
23 |
+
|
24 |
+
### Supported Tasks and Leaderboards
|
25 |
+
|
26 |
+
Uses this dataset for downstream task like Document Classification, Image Classification or Text Classification (Sequences Classification). Suitable for multimodal Model like LayoutLm Family, Donut, etc.
|
27 |
+
|
28 |
+
### Languages
|
29 |
+
|
30 |
+
Bulgarian
|
31 |
+
|
32 |
+
### Data Fields
|
33 |
+
|
34 |
+
__text__ (bytes): the text appear in the document
|
35 |
+
__filename__ (str): the name of the file
|
36 |
+
__image__ (PIL.Image): the image of the document
|