Model and Feature Extractor
Browse files- config.json +2 -2
- model.safetensors +2 -2
config.json
CHANGED
|
@@ -7,10 +7,10 @@
|
|
| 7 |
"AutoConfig": "config.BirdMAEConfig",
|
| 8 |
"AutoModel": "model.BirdMAEModel"
|
| 9 |
},
|
| 10 |
-
"depth":
|
| 11 |
"drop_path_rate": 0.0,
|
| 12 |
"drop_rate": 0.0,
|
| 13 |
-
"embed_dim":
|
| 14 |
"img_size_x": 512,
|
| 15 |
"img_size_y": 128,
|
| 16 |
"in_chans": 1,
|
|
|
|
| 7 |
"AutoConfig": "config.BirdMAEConfig",
|
| 8 |
"AutoModel": "model.BirdMAEModel"
|
| 9 |
},
|
| 10 |
+
"depth": 32,
|
| 11 |
"drop_path_rate": 0.0,
|
| 12 |
"drop_rate": 0.0,
|
| 13 |
+
"embed_dim": 1280,
|
| 14 |
"img_size_x": 512,
|
| 15 |
"img_size_y": 128,
|
| 16 |
"in_chans": 1,
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b6cfd0fc7d54e1e972911033a03af62ceef7b666a78273d18ff793fd33295c7f
|
| 3 |
+
size 2521407320
|