Add model
Browse files- README.md +8 -0
- config.json +51 -0
- model.safetensors +3 -0
- pytorch_model.bin +3 -0
README.md
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- image-classification
|
4 |
+
- timm
|
5 |
+
library_name: timm
|
6 |
+
license: apache-2.0
|
7 |
+
---
|
8 |
+
# Model card for convnext-eurosat
|
config.json
ADDED
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architecture": "convnextv2_tiny",
|
3 |
+
"num_classes": 10,
|
4 |
+
"num_features": 768,
|
5 |
+
"label_names": [
|
6 |
+
"AnnualCrop",
|
7 |
+
"Forest",
|
8 |
+
"HerbaceousVegetation",
|
9 |
+
"Highway",
|
10 |
+
"Industrial",
|
11 |
+
"Pasture",
|
12 |
+
"PermanentCrop",
|
13 |
+
"Residential",
|
14 |
+
"River",
|
15 |
+
"SeaLake"
|
16 |
+
],
|
17 |
+
"pretrained_cfg": {
|
18 |
+
"tag": "fcmae_ft_in22k_in1k_384",
|
19 |
+
"custom_load": false,
|
20 |
+
"input_size": [
|
21 |
+
3,
|
22 |
+
384,
|
23 |
+
384
|
24 |
+
],
|
25 |
+
"fixed_input_size": false,
|
26 |
+
"interpolation": "bicubic",
|
27 |
+
"crop_pct": 1.0,
|
28 |
+
"crop_mode": "squash",
|
29 |
+
"mean": [
|
30 |
+
0.485,
|
31 |
+
0.456,
|
32 |
+
0.406
|
33 |
+
],
|
34 |
+
"std": [
|
35 |
+
0.229,
|
36 |
+
0.224,
|
37 |
+
0.225
|
38 |
+
],
|
39 |
+
"num_classes": 1000,
|
40 |
+
"pool_size": [
|
41 |
+
12,
|
42 |
+
12
|
43 |
+
],
|
44 |
+
"first_conv": "stem.0",
|
45 |
+
"classifier": "head.fc",
|
46 |
+
"license": "cc-by-nc-4.0",
|
47 |
+
"origin_url": "https://github.com/facebookresearch/ConvNeXt-V2",
|
48 |
+
"paper_name": "ConvNeXt-V2: Co-designing and Scaling ConvNets with Masked Autoencoders",
|
49 |
+
"paper_ids": "arXiv:2301.00808"
|
50 |
+
}
|
51 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e5e575d5a1a36399e15ae1e0aa9cfeb4cb924b0d809631a474151aa17500bb88
|
3 |
+
size 111516336
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:052f24415265bf7c11883d071dedff2afd7e11e00fb6d17f279832addab89de4
|
3 |
+
size 111573610
|