arpit-gour02 commited on
Commit
c7411c1
·
verified ·
1 Parent(s): f1be6cb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -147,7 +147,7 @@ The model was trained on the **RVL-CDIP (Ryerson Vision Lab Complex Document Inf
147
 
148
  * **Total Size:** 400,000 grayscale images.
149
  * **Classes:** 16 perfectly balanced classes.
150
- * **Split:** The standard split is 320k Train, 40k Validation, 40k Test. This model was trained on the 25,000 images per class available in the training set.
151
  * **Data Handling:** Original grayscale images were converted to 3-channel RGB to match the input expectations of the pre-trained ResNet backbone.
152
 
153
  ### Training Procedure
 
147
 
148
  * **Total Size:** 400,000 grayscale images.
149
  * **Classes:** 16 perfectly balanced classes.
150
+ * **Split:** The standard split is 320k Train, 40k Validation, 40k Test. This model was trained on the 20k images per class with 2.5k Images per class for Val and 2.5k Images per class for Test.
151
  * **Data Handling:** Original grayscale images were converted to 3-channel RGB to match the input expectations of the pre-trained ResNet backbone.
152
 
153
  ### Training Procedure