Update README.md
Browse files
README.md
CHANGED
@@ -3,11 +3,14 @@ library_name: transformers
|
|
3 |
tags:
|
4 |
- page
|
5 |
- classification
|
|
|
|
|
|
|
6 |
---
|
7 |
|
8 |
# Image processing using ViT - for historical documents
|
9 |
|
10 |
-
### Goal: This project solves a task of page images classification
|
11 |
|
12 |
**Scope:** Processing of images, training and evaluation of ViT model,
|
13 |
input file/directory processing, class (category) results of top
|
@@ -16,8 +19,6 @@ HF π hub support for the model
|
|
16 |
|
17 |
## Model description
|
18 |
|
19 |
-
Fine-tuned model files can be found here: [huggingface.co/k4tel/vit-historical-page](https://huggingface.co/k4tel/vit-historical-page) π
|
20 |
-
|
21 |
- **Developed by** UFAL
|
22 |
- **Funded by** ATRIUM
|
23 |
- **Shared by** ATRIUM & UFAL
|
@@ -74,17 +75,19 @@ Evaluation set (same proportions): **995** images
|
|
74 |
|
75 |
Evaluation set's accuracy (**Top-3**): **99.6%**
|
76 |
|
77 |
-
|
|
|
|
|
78 |
|
79 |
Evaluation set's accuracy (**Top-1**): **97.3%**
|
80 |
|
81 |
-
: [model_TOP-3_EVAL.csv](https://github.com/K4TEL/
|
86 |
|
87 |
-
- Manually β **checked** evaluation dataset results (TOP-1): [model_TOP-1_EVAL.csv](https://github.com/K4TEL/
|
88 |
|
89 |
#### Table columns
|
90 |
|
@@ -96,4 +99,4 @@ Evaluation set's accuracy (**Top-1**): **97.3%**
|
|
96 |
|
97 |
#### Contacts
|
98 |
|
99 |
-
For support write to π§ [email protected] π§
|
|
|
3 |
tags:
|
4 |
- page
|
5 |
- classification
|
6 |
+
base_model:
|
7 |
+
- google/vit-base-patch16-224
|
8 |
+
pipeline_tag: image-classification
|
9 |
---
|
10 |
|
11 |
# Image processing using ViT - for historical documents
|
12 |
|
13 |
+
### Goal: This project solves a task of page images classification (for their further content-based processing)
|
14 |
|
15 |
**Scope:** Processing of images, training and evaluation of ViT model,
|
16 |
input file/directory processing, class (category) results of top
|
|
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
|
|
22 |
- **Developed by** UFAL
|
23 |
- **Funded by** ATRIUM
|
24 |
- **Shared by** ATRIUM & UFAL
|
|
|
75 |
|
76 |
Evaluation set's accuracy (**Top-3**): **99.6%**
|
77 |
|
78 |
+
https://github.com/K4TEL/atrium-ufal
|
79 |
+
|
80 |
+

|
81 |
|
82 |
Evaluation set's accuracy (**Top-1**): **97.3%**
|
83 |
|
84 |
+

|
85 |
|
86 |
#### Result tables
|
87 |
|
88 |
+
- Manually β **checked** evaluation dataset results (TOP-3): [model_TOP-3_EVAL.csv](https://github.com/K4TEL/atrium-ufal/blob/transformer/result/tables/20250209-1534_model_1119_3_TOP-3_EVAL.csv) π
|
89 |
|
90 |
+
- Manually β **checked** evaluation dataset results (TOP-1): [model_TOP-1_EVAL.csv](https://github.com/K4TEL/atrium-ufal/blob/transformer/result/tables/20250218-1519_model_1119_3_TOP-1_EVAL.csv) π
|
91 |
|
92 |
#### Table columns
|
93 |
|
|
|
99 |
|
100 |
#### Contacts
|
101 |
|
102 |
+
For support write to π§ [email protected] π§
|