PRadecki commited on
Commit
d335554
·
verified ·
1 Parent(s): 06132ca

Add model

Browse files
Files changed (3) hide show
  1. README.md +33 -0
  2. config.json +48 -0
  3. model.safetensors +3 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - image-classification
4
+ - timm
5
+ pipeline_tag: image-classification
6
+ library_name: timm
7
+ license: apache-2.0
8
+ ---
9
+ # Model card for convnextv2-tiny-k5-in1k-128-sup
10
+
11
+ ConvNeXtV2-Tiny trained from scratch on ImageNet-1K @128x128 (k=5) using the ConvNeXt (V1) supervised recipe (Table 5; 300ep, AdamW, cosine, warmup 20, mixup 0.8, cutmix 1.0, reprob 0.25, EMA 0.9999). Trained with timm/train.py bf16.
12
+
13
+ ## Model Details
14
+ - **Run Dir:** /mnt/data/training-runs/convnextv2_tiny-128-k5-sup-e300-bf16-gb4096
15
+ - **Experiment:** convnextv2_tiny-128-k5-sup-e300-bf16-gb4096
16
+ - **Model:** convnextv2_tiny
17
+ - **Model Kwargs:**
18
+ - kernel_sizes: 5
19
+ - **Input Size:**
20
+ - 3
21
+ - 128
22
+ - 128
23
+ - **Checkpoint:** model_best.pth.tar
24
+ - **Weights Key:** state_dict_ema
25
+ - **Best Metric:** 79.73000010971069
26
+
27
+ ## Model Usage
28
+ ```python
29
+ import timm
30
+ model = timm.create_model('hf-hub:PRadecki/convnextv2-tiny-k5-in1k-128-sup', pretrained=True)
31
+ model.eval()
32
+ ```
33
+
config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "convnextv2_tiny",
3
+ "num_classes": 1000,
4
+ "num_features": 768,
5
+ "model_args": {
6
+ "kernel_sizes": 5
7
+ },
8
+ "pretrained_cfg": {
9
+ "tag": "convnextv2_tiny-128-k5-sup-e300-bf16-gb4096",
10
+ "custom_load": false,
11
+ "input_size": [
12
+ 3,
13
+ 128,
14
+ 128
15
+ ],
16
+ "test_input_size": [
17
+ 3,
18
+ 128,
19
+ 128
20
+ ],
21
+ "fixed_input_size": false,
22
+ "interpolation": "bicubic",
23
+ "crop_pct": 0.875,
24
+ "test_crop_pct": 1.0,
25
+ "crop_mode": "center",
26
+ "mean": [
27
+ 0.485,
28
+ 0.456,
29
+ 0.406
30
+ ],
31
+ "std": [
32
+ 0.229,
33
+ 0.224,
34
+ 0.225
35
+ ],
36
+ "num_classes": 1000,
37
+ "pool_size": [
38
+ 7,
39
+ 7
40
+ ],
41
+ "first_conv": "stem.0",
42
+ "classifier": "head.fc",
43
+ "license": "cc-by-nc-4.0",
44
+ "origin_url": "https://github.com/facebookresearch/ConvNeXt-V2",
45
+ "paper_name": "ConvNeXt-V2: Co-designing and Scaling ConvNets with Masked Autoencoders",
46
+ "paper_ids": "arXiv:2301.00808"
47
+ }
48
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:029b099589af832fdb8bed5b18af91d4978e651b3b1b8f78eb350d205ecd13e7
3
+ size 113925784