howdyaendra
commited on
Commit
•
038dbe2
1
Parent(s):
0ae9843
Update README.md
Browse files
README.md
CHANGED
@@ -1,8 +1,16 @@
|
|
1 |
-
---
|
2 |
-
tags:
|
3 |
-
- image-classification
|
4 |
-
- timm
|
5 |
-
library_name: timm
|
6 |
-
license: apache-2.0
|
7 |
-
|
8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- image-classification
|
4 |
+
- timm
|
5 |
+
library_name: timm
|
6 |
+
license: apache-2.0
|
7 |
+
datasets:
|
8 |
+
- howdyaendra/xblock-social-screenshots
|
9 |
+
base_model:
|
10 |
+
- timm/swin_s3_base_224.ms_in1k
|
11 |
+
---
|
12 |
+
# Model card for swin_s3_base_224-xblockm-timm
|
13 |
+
|
14 |
+
howdyaendra/swin_s3_base_224-xblock is trained using timm and is intended to have the logits passed to a sigmoid function to enable multi-label classification.
|
15 |
+
|
16 |
+
See [notebook](https://github.com/aendra-rininsland/xblock-notebooks/blob/main/xblock-m-timm.ipynb)
|