Update README.md
Browse files
README.md
CHANGED
@@ -5,6 +5,9 @@ datasets:
|
|
5 |
- imagefolder
|
6 |
metrics:
|
7 |
- accuracy
|
|
|
|
|
|
|
8 |
model-index:
|
9 |
- name: dit-base-Business_Documents_Classified_v2
|
10 |
results:
|
@@ -21,11 +24,11 @@ model-index:
|
|
21 |
- name: Accuracy
|
22 |
type: accuracy
|
23 |
value: 0.826
|
|
|
|
|
|
|
24 |
---
|
25 |
|
26 |
-
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
27 |
-
should probably proofread and complete it, then remove this comment. -->
|
28 |
-
|
29 |
# dit-base-Business_Documents_Classified_v2
|
30 |
|
31 |
This model is a fine-tuned version of [microsoft/dit-base](https://huggingface.co/microsoft/dit-base) on the imagefolder dataset.
|
@@ -44,15 +47,17 @@ It achieves the following results on the evaluation set:
|
|
44 |
|
45 |
## Model description
|
46 |
|
47 |
-
|
|
|
|
|
48 |
|
49 |
## Intended uses & limitations
|
50 |
|
51 |
-
|
52 |
|
53 |
## Training and evaluation data
|
54 |
|
55 |
-
|
56 |
|
57 |
## Training procedure
|
58 |
|
@@ -93,10 +98,9 @@ The following hyperparameters were used during training:
|
|
93 |
| 0.7993 | 16.99 | 531 | 0.6718 | 0.825 | 0.8259 | 0.825 | 0.8234 | 0.825 | 0.825 | 0.8227 | 0.8306 | 0.825 | 0.8282 |
|
94 |
| 0.7954 | 17.86 | 558 | 0.6715 | 0.826 | 0.8272 | 0.826 | 0.8242 | 0.826 | 0.826 | 0.8237 | 0.8327 | 0.826 | 0.8293 |
|
95 |
|
96 |
-
|
97 |
### Framework versions
|
98 |
|
99 |
- Transformers 4.28.1
|
100 |
- Pytorch 2.0.0+cu118
|
101 |
- Datasets 2.11.0
|
102 |
-
- Tokenizers 0.13.3
|
|
|
5 |
- imagefolder
|
6 |
metrics:
|
7 |
- accuracy
|
8 |
+
- f1
|
9 |
+
- recall
|
10 |
+
- precision
|
11 |
model-index:
|
12 |
- name: dit-base-Business_Documents_Classified_v2
|
13 |
results:
|
|
|
24 |
- name: Accuracy
|
25 |
type: accuracy
|
26 |
value: 0.826
|
27 |
+
language:
|
28 |
+
- en
|
29 |
+
pipeline_tag: image-classification
|
30 |
---
|
31 |
|
|
|
|
|
|
|
32 |
# dit-base-Business_Documents_Classified_v2
|
33 |
|
34 |
This model is a fine-tuned version of [microsoft/dit-base](https://huggingface.co/microsoft/dit-base) on the imagefolder dataset.
|
|
|
47 |
|
48 |
## Model description
|
49 |
|
50 |
+
This is a classification model of 16 different types of documents.
|
51 |
+
|
52 |
+
For more information on how it was created, check out the following link: https://github.com/DunnBC22/Vision_Audio_and_Multimodal_Projects/blob/main/Document%20AI/Multiclass%20Classification/Real%20World%20Documents%20Collections/Real%20World%20Documents%20Collections_v2.ipynb
|
53 |
|
54 |
## Intended uses & limitations
|
55 |
|
56 |
+
This model is intended to demonstrate my ability to solve a complex problem using technology.
|
57 |
|
58 |
## Training and evaluation data
|
59 |
|
60 |
+
Dataset Source: https://www.kaggle.com/datasets/shaz13/real-world-documents-collections
|
61 |
|
62 |
## Training procedure
|
63 |
|
|
|
98 |
| 0.7993 | 16.99 | 531 | 0.6718 | 0.825 | 0.8259 | 0.825 | 0.8234 | 0.825 | 0.825 | 0.8227 | 0.8306 | 0.825 | 0.8282 |
|
99 |
| 0.7954 | 17.86 | 558 | 0.6715 | 0.826 | 0.8272 | 0.826 | 0.8242 | 0.826 | 0.826 | 0.8237 | 0.8327 | 0.826 | 0.8293 |
|
100 |
|
|
|
101 |
### Framework versions
|
102 |
|
103 |
- Transformers 4.28.1
|
104 |
- Pytorch 2.0.0+cu118
|
105 |
- Datasets 2.11.0
|
106 |
+
- Tokenizers 0.13.3
|