Update README.md
Browse files
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.
|