Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
tags:
|
| 4 |
+
- skin-lesion-classification
|
| 5 |
+
- onnx
|
| 6 |
+
- bittensor
|
| 7 |
+
- sn76
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# SN76 Safe Scan Miner Model
|
| 11 |
+
|
| 12 |
+
Skin lesion classification model for Bittensor Subnet 76 (Safe Scan).
|
| 13 |
+
|
| 14 |
+
## Model Details
|
| 15 |
+
- **Architecture**: EfficientNet-like backbone with meta branch
|
| 16 |
+
- **Input**: image (1,3,512,512) float32, meta3 (1,3) float32
|
| 17 |
+
- **Output**: 11-class probabilities
|
| 18 |
+
- **Format**: ONNX (FP16 weights)
|
| 19 |
+
- **Size**: ~42 MB
|
| 20 |
+
|
| 21 |
+
## Classes
|
| 22 |
+
AKIEC, BCC, BEN_OTH, BKL, DF, INF, MAL_OTH, MEL, NV, SCCKA, VASC
|