defefekt commited on
Commit
8c77524
·
verified ·
1 Parent(s): ee4f28a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -3
README.md CHANGED
@@ -1,3 +1,26 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - image-classification
4
+ - biology
5
+ - organoids
6
+ - vitamin-o
7
+ library_name: transformers
8
+ license: mit
9
+ ---
10
+
11
+ # ViTAMIn-O Generalist Model
12
+
13
+ This is the official baseline model, trained and used for inference in the corresponding paper:
14
+
15
+ `ViTAMIn-O: Democratizing computer vision-based machine learning for stem cell research`
16
+
17
+ ## Model Details
18
+ * **Base Architecture:** `microsoft/swin-large-patch4-window7-224`
19
+ * **Task Type:** `Classification`
20
+ * **Repository:** `defefekt/ViTAMIn-O`
21
+
22
+ ## Training Hyperparameters
23
+ * **Seed:** `42`
24
+ * **Epochs:** `50`
25
+ * **Batch Size:** `64`
26
+