DunnBC22 commited on
Commit
4ca73d1
1 Parent(s): 2828de2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -10
README.md CHANGED
@@ -1,10 +1,11 @@
1
  ---
2
  tags:
3
  - generated_from_trainer
4
- datasets:
5
- - imagefolder
6
  metrics:
7
  - accuracy
 
 
 
8
  model-index:
9
  - name: dit-base-Document_Classification-RVL_CDIP
10
  results:
@@ -21,14 +22,14 @@ model-index:
21
  - name: Accuracy
22
  type: accuracy
23
  value: 0.976678084687705
 
 
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-Document_Classification-RVL_CDIP
30
 
31
- This model is a fine-tuned version of [microsoft/dit-base](https://huggingface.co/microsoft/dit-base) on the imagefolder dataset.
 
32
  It achieves the following results on the evaluation set:
33
  - Loss: 0.0786
34
  - Accuracy: 0.9767
@@ -44,15 +45,15 @@ It achieves the following results on the evaluation set:
44
 
45
  ## Model description
46
 
47
- More information needed
48
 
49
  ## Intended uses & limitations
50
 
51
- More information needed
52
 
53
  ## Training and evaluation data
54
 
55
- More information needed
56
 
57
  ## Training procedure
58
 
@@ -84,4 +85,4 @@ The following hyperparameters were used during training:
84
  - Transformers 4.28.1
85
  - Pytorch 2.0.0
86
  - Datasets 2.11.0
87
- - Tokenizers 0.13.3
 
1
  ---
2
  tags:
3
  - generated_from_trainer
 
 
4
  metrics:
5
  - accuracy
6
+ - f1
7
+ - recall
8
+ - precision
9
  model-index:
10
  - name: dit-base-Document_Classification-RVL_CDIP
11
  results:
 
22
  - name: Accuracy
23
  type: accuracy
24
  value: 0.976678084687705
25
+ language:
26
+ - en
27
  ---
28
 
 
 
 
29
  # dit-base-Document_Classification-RVL_CDIP
30
 
31
+ This model is a fine-tuned version of [microsoft/dit-base](https://huggingface.co/microsoft/dit-base).
32
+
33
  It achieves the following results on the evaluation set:
34
  - Loss: 0.0786
35
  - Accuracy: 0.9767
 
45
 
46
  ## Model description
47
 
48
+ 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/Document%20Classification%20-%20RVL-CDIP/Document%20Classification%20-%20RVL-CDIP.ipynb
49
 
50
  ## Intended uses & limitations
51
 
52
+ This model is intended to demonstrate my ability to solve a complex problem using technology.
53
 
54
  ## Training and evaluation data
55
 
56
+ Dataset Source: https://www.kaggle.com/datasets/achrafbribiche/document-classification
57
 
58
  ## Training procedure
59
 
 
85
  - Transformers 4.28.1
86
  - Pytorch 2.0.0
87
  - Datasets 2.11.0
88
+ - Tokenizers 0.13.3