Update model config and README
Browse files- README.md +1 -1
- config.json +2 -1
README.md
CHANGED
|
@@ -3,7 +3,7 @@ tags:
|
|
| 3 |
- image-classification
|
| 4 |
- timm
|
| 5 |
library_tag: timm
|
| 6 |
-
license:
|
| 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 |
}
|