ds-EkaCare commited on
Commit
6983962
·
verified ·
1 Parent(s): 68dd873

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -6
README.md CHANGED
@@ -9,13 +9,9 @@ tags:
9
  library_name: transformers
10
  ---
11
 
12
- # Eka Doc Classifier (~96M)
13
 
14
- A compact vision model for classifying health-app uploads prescriptions shot at an angle, X-rays, Aadhaar cards, discharge summaries, the occasional accidental selfie. A frozen **SigLIP2-base** tower (`google/siglip2-base-patch16-naflex`) with lightweight heads answers three questions about an image in a single pass:
15
-
16
- - **What it is** — a two-level label: 5 groups (L1) → 27 leaf classes (L2)
17
- - **Is it medical?** — binary head
18
- - **Is it handwritten?** — binary head
19
 
20
  The model was built by training many specialised models, ensembling them, and distilling the ensemble into this one compact student.
21
 
 
9
  library_name: transformers
10
  ---
11
 
12
+ # Med Doc Classifier (~96M)
13
 
14
+ The med-doc-classifier is a lightweight, encoder-only model (~96M parameters) built on the popular SigLIP2-base image backbone. In a single pass it sorts an image into one of 27 classes across two hierarchical levels, from broad group down to specific leaf, and answers two further questions: whether the subject matter is medical, and whether it was handwritten.
 
 
 
 
15
 
16
  The model was built by training many specialised models, ensembling them, and distilling the ensemble into this one compact student.
17