V4ldeLund commited on
Commit
29e6b61
·
verified ·
1 Parent(s): 0a07858

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -3
README.md CHANGED
@@ -1,3 +1,20 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model:
4
+ - microsoft/resnet-18
5
+ ---
6
+ # ResNet model card (MedMNIST – OrganAMNIST)
7
+
8
+ ## Dataset
9
+ - Collection: MedMNIST , task: OrganAMNIST (multi-class, 11 organs).
10
+ - Image format: grayscale, 28×28 resized to 224×224 via `MedMNIST_dataset`.
11
+ - Available samples: train 34,561; val 6,491; test 17,778.
12
+ - Used for this run: random subset of **10,000 train images**; full val set.
13
+
14
+ ## Training setup
15
+ - Architecture: ResNet18
16
+ - Epochs: 10
17
+ - Batch size: 64
18
+ - Optimizer: Adam (lr 0.001, weight_decay 0.0001)
19
+ - Num workers: 4
20
+ - Device: CUDA