rwightman HF staff commited on
Commit
801f363
1 Parent(s): c8370b3

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
@@ -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
  }