prithivMLmods commited on
Commit
b5b6644
·
verified ·
1 Parent(s): 9d8e587

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -20,6 +20,24 @@ tags:
20
 
21
  > **Document-Type-Detection** is a multi-class image classification model based on `google/siglip2-base-patch16-224`, trained to detect and classify **types of documents** from scanned or photographed images. This model is helpful for **automated document sorting**, **OCR pipelines**, and **digital archiving systems**.
22
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  ---
24
 
25
  ## **Label Classes**
 
20
 
21
  > **Document-Type-Detection** is a multi-class image classification model based on `google/siglip2-base-patch16-224`, trained to detect and classify **types of documents** from scanned or photographed images. This model is helpful for **automated document sorting**, **OCR pipelines**, and **digital archiving systems**.
22
 
23
+ ```py
24
+ Classification Report:
25
+ precision recall f1-score support
26
+
27
+ Advertisement-Doc 0.8940 0.8940 0.8940 2000
28
+ Hand-Written-Doc 0.9168 0.9310 0.9238 2000
29
+ Invoice-Doc 0.9026 0.8940 0.8983 2000
30
+ Letter-Doc 0.8380 0.8820 0.8594 2000
31
+ News-Article-Doc 0.9258 0.8800 0.9023 2000
32
+ Resume-Doc 0.9425 0.9340 0.9382 2000
33
+
34
+ accuracy 0.9025 12000
35
+ macro avg 0.9033 0.9025 0.9027 12000
36
+ weighted avg 0.9033 0.9025 0.9027 12000
37
+ ```
38
+
39
+ ![download (2).png](https://cdn-uploads.huggingface.co/production/uploads/65bb837dbfb878f46c77de4c/pl1RVr-JTkI3hZLwHSQ0-.png)
40
+
41
  ---
42
 
43
  ## **Label Classes**