wlsgusjjn commited on
Commit
e70bf42
Β·
verified Β·
1 Parent(s): d5026bb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -3
README.md CHANGED
@@ -1,3 +1,26 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+ ## πŸ“¦ Model Artifacts
5
+
6
+ The quantized deployment artifacts for **MedNTDs** are publicly available.
7
+
8
+ We provide optimized formats for edge and cross-platform inference:
9
+
10
+ - **GGUF (llama.cpp compatible)** – for high-performance CPU inference
11
+ - **TFLite (.task)** – for mobile and embedded deployment
12
+
13
+ ### πŸ”— Hugging Face Repository
14
+ Model files are hosted on Hugging Face:
15
+ πŸ‘‰ https://huggingface.co/wlsgusjjn/MedNTDs
16
+
17
+ ### πŸ”— GitHub Repository
18
+ Full training pipeline, quantization scripts, and deployment code:
19
+ πŸ‘‰ https://github.com/wlsgusjjn/MedNTDs/
20
+
21
+ These artifacts include:
22
+ - 4-bit quantized GGUF models for offline edge inference
23
+ - LiteRT / TFLite task models for Flutter-based mobile integration
24
+ - LoRA-adapted MedGemma checkpoints used in the 2-stage screening pipeline
25
+
26
+ All models are optimized for low-resource environments and designed for internet-independent deployment in rural clinical settings.