timm
/

Image Classification
timm
PyTorch
Safetensors
rwightman HF staff commited on
Commit
0074d38
1 Parent(s): 7589670

Update model config and README

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. config.json +2 -1
README.md CHANGED
@@ -3,7 +3,7 @@ tags:
3
  - image-classification
4
  - timm
5
  library_tag: timm
6
- license: apache-2.0
7
  datasets:
8
  - imagenet-1k
9
  - imagenet-22k
 
3
  - image-classification
4
  - timm
5
  library_tag: timm
6
+ license: mit
7
  datasets:
8
  - imagenet-1k
9
  - imagenet-22k
config.json CHANGED
@@ -28,6 +28,7 @@
28
  "num_classes": 1000,
29
  "pool_size": null,
30
  "first_conv": "patch_embed.proj",
31
- "classifier": "head"
 
32
  }
33
  }
 
28
  "num_classes": 1000,
29
  "pool_size": null,
30
  "first_conv": "patch_embed.proj",
31
+ "classifier": "head",
32
+ "license": "mit"
33
  }
34
  }