Upload densenet121-chexnet-binary model (AUC: 0.6079)
Browse files- README.md +6 -6
- config.json +12 -12
- pytorch_model.bin +1 -1
README.md
CHANGED
|
@@ -57,12 +57,12 @@ Ce modèle a été entraîné pour la classification multi-label de pathologies
|
|
| 57 |
|
| 58 |
| Metric | Value |
|
| 59 |
|--------|-------|
|
| 60 |
-
| AUC-ROC | 0.
|
| 61 |
-
| F1-Score |
|
| 62 |
-
| Precision |
|
| 63 |
-
| Recall |
|
| 64 |
-
| Accuracy | 0.
|
| 65 |
-
| Specificity |
|
| 66 |
|
| 67 |
|
| 68 |
## 🚀 Utilisation
|
|
|
|
| 57 |
|
| 58 |
| Metric | Value |
|
| 59 |
|--------|-------|
|
| 60 |
+
| AUC-ROC | 0.6079 |
|
| 61 |
+
| F1-Score | 0.0609 |
|
| 62 |
+
| Precision | 0.0328 |
|
| 63 |
+
| Recall | 0.4288 |
|
| 64 |
+
| Accuracy | 0.7130 |
|
| 65 |
+
| Specificity | 0.7193 |
|
| 66 |
|
| 67 |
|
| 68 |
## 🚀 Utilisation
|
config.json
CHANGED
|
@@ -21,7 +21,7 @@
|
|
| 21 |
"image_size": 224,
|
| 22 |
"task": "multi-label-classification",
|
| 23 |
"dataset": "NIH Chest X-ray",
|
| 24 |
-
"uploaded_at": "2025-12-
|
| 25 |
"training_config": {
|
| 26 |
"num_epochs": 30,
|
| 27 |
"learning_rate": 0.001,
|
|
@@ -29,16 +29,16 @@
|
|
| 29 |
"early_stopping_patience": 30
|
| 30 |
},
|
| 31 |
"metrics": {
|
| 32 |
-
"f1": 0.
|
| 33 |
-
"precision": 0.
|
| 34 |
-
"recall": 0.
|
| 35 |
-
"accuracy": 0.
|
| 36 |
-
"auc": 0.
|
| 37 |
-
"sensitivity": 0.
|
| 38 |
-
"specificity": 0.
|
| 39 |
-
"true_positives":
|
| 40 |
-
"true_negatives":
|
| 41 |
-
"false_positives":
|
| 42 |
-
"false_negatives":
|
| 43 |
}
|
| 44 |
}
|
|
|
|
| 21 |
"image_size": 224,
|
| 22 |
"task": "multi-label-classification",
|
| 23 |
"dataset": "NIH Chest X-ray",
|
| 24 |
+
"uploaded_at": "2025-12-06T02:16:44.980882",
|
| 25 |
"training_config": {
|
| 26 |
"num_epochs": 30,
|
| 27 |
"learning_rate": 0.001,
|
|
|
|
| 29 |
"early_stopping_patience": 30
|
| 30 |
},
|
| 31 |
"metrics": {
|
| 32 |
+
"f1": 0.060861782380769724,
|
| 33 |
+
"precision": 0.03275529865125241,
|
| 34 |
+
"recall": 0.42882882882882883,
|
| 35 |
+
"accuracy": 0.7130411001719018,
|
| 36 |
+
"auc": 0.6079484420325442,
|
| 37 |
+
"sensitivity": 0.4288288288211022,
|
| 38 |
+
"specificity": 0.719340281937335,
|
| 39 |
+
"true_positives": 238,
|
| 40 |
+
"true_negatives": 18013,
|
| 41 |
+
"false_positives": 7028,
|
| 42 |
+
"false_negatives": 317
|
| 43 |
}
|
| 44 |
}
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 28439487
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f87b464fb9f0293f7041a69af6565d810334912d6768126c6aed0b0250b43a22
|
| 3 |
size 28439487
|