Upload feature extractor
#2
by
RishiDarkDevil
- opened
- config.json +2 -1
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -1,9 +1,10 @@
|
|
1 |
{
|
2 |
"architectures": [
|
3 |
-
"
|
4 |
],
|
5 |
"auto_map": {
|
6 |
"AutoConfig": "configuration_resnet.ResnetFeatureExtractorConfig",
|
|
|
7 |
"AutoModelForImageClassification": "model_resnet.ResnetModelForImageClassification"
|
8 |
},
|
9 |
"model_type": "resnet",
|
|
|
1 |
{
|
2 |
"architectures": [
|
3 |
+
"ResnetFeatureExtractor"
|
4 |
],
|
5 |
"auto_map": {
|
6 |
"AutoConfig": "configuration_resnet.ResnetFeatureExtractorConfig",
|
7 |
+
"AutoModel": "model_resnet.ResnetFeatureExtractor",
|
8 |
"AutoModelForImageClassification": "model_resnet.ResnetModelForImageClassification"
|
9 |
},
|
10 |
"model_type": "resnet",
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:54a04776d4bf8dda8b4beebf6019f30567bee86c9a1e89b5f04e81f8e5a58392
|
3 |
+
size 233468565
|