Update model config and README
Browse files- README.md +1 -1
- config.json +2 -1
README.md
CHANGED
@@ -133,4 +133,4 @@ Explore the dataset and runtime metrics of this model in timm [model results](ht
|
|
133 |
doi = {10.5281/zenodo.4414861},
|
134 |
howpublished = {\url{https://github.com/huggingface/pytorch-image-models}}
|
135 |
}
|
136 |
-
```
|
|
|
133 |
doi = {10.5281/zenodo.4414861},
|
134 |
howpublished = {\url{https://github.com/huggingface/pytorch-image-models}}
|
135 |
}
|
136 |
+
```
|
config.json
CHANGED
@@ -28,6 +28,7 @@
|
|
28 |
"num_classes": 0,
|
29 |
"pool_size": null,
|
30 |
"first_conv": "patch_embed.proj",
|
31 |
-
"classifier": "head"
|
|
|
32 |
}
|
33 |
}
|
|
|
28 |
"num_classes": 0,
|
29 |
"pool_size": null,
|
30 |
"first_conv": "patch_embed.proj",
|
31 |
+
"classifier": "head",
|
32 |
+
"license": "mit"
|
33 |
}
|
34 |
}
|