aerial-image-categorization
commited on
Commit
•
a643341
1
Parent(s):
712146d
init
Browse files- config.json +7 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bilinear": false,
|
3 |
+
"model_type": "unet",
|
4 |
+
"n_channels": 3,
|
5 |
+
"n_classes": 2,
|
6 |
+
"transformers_version": "4.41.1"
|
7 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5fb89e90e73735188eac9e92534dfa109d7c47d0cd9601f2c580b036ff237539
|
3 |
+
size 124239458
|