Update config.json
Browse files- config.json +1 -12
config.json
CHANGED
@@ -12,18 +12,7 @@
|
|
12 |
"AutoConfig": "model.AgeGenderConfig",
|
13 |
"AutoModelForImageClassification": "model.AgeGenderViTModel"
|
14 |
},
|
15 |
-
"custom_pipelines": {
|
16 |
-
"image-classification": {
|
17 |
-
"impl": "model.AgeGenderImageClassificationPipeline",
|
18 |
-
"pt": ["AgeGenderViTModel"]
|
19 |
-
}
|
20 |
-
},
|
21 |
"pipeline_tag": "image-classification",
|
22 |
"torch_dtype": "float32",
|
23 |
-
"transformers_version": "4.36.0"
|
24 |
-
"task_specific_params": {
|
25 |
-
"image-classification": {
|
26 |
-
"top_k": 1
|
27 |
-
}
|
28 |
-
}
|
29 |
}
|
|
|
12 |
"AutoConfig": "model.AgeGenderConfig",
|
13 |
"AutoModelForImageClassification": "model.AgeGenderViTModel"
|
14 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
"pipeline_tag": "image-classification",
|
16 |
"torch_dtype": "float32",
|
17 |
+
"transformers_version": "4.36.0"
|
|
|
|
|
|
|
|
|
|
|
18 |
}
|