Upload config.json with huggingface_hub
Browse files- config.json +17 -0
config.json
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_type": "swin_b",
|
3 |
+
"num_classes": 2,
|
4 |
+
"image_size": 256,
|
5 |
+
"classes": [
|
6 |
+
"Has_Cancer",
|
7 |
+
"Normal"
|
8 |
+
],
|
9 |
+
"description": "Swin Transformer V2 model fine-tuned for breast cancer classification",
|
10 |
+
"training_metrics": {
|
11 |
+
"final_train_loss": 0.42251113145885044,
|
12 |
+
"final_train_accuracy": 0.7374319564521293,
|
13 |
+
"final_val_loss": 0.520968411824642,
|
14 |
+
"final_val_accuracy": 0.4897435897435897,
|
15 |
+
"test_accuracy": 0.7365728900255755
|
16 |
+
}
|
17 |
+
}
|