fork-detect-fake / config.json
wyyadd's picture
Duplicate from not-lain/deepfake
402b016 verified
{
"DEVICE": "cpu",
"_name_or_path": "not-lain/deepfake",
"architectures": [
"DeepFakeModel"
],
"auto_map": {
"AutoConfig": "deepfakeconfig.DeepFakeConfig",
"AutoModelForImageClassification": "deepfakemodel.DeepFakeModel"
},
"custom_pipelines": {
"deepfake": {
"default": {
"model": {
"pt": [
"not-lain/deepfake",
"main"
]
}
},
"impl": "pipeline.DeepFakePipeline",
"pt": [
"AutoModelForImageClassification"
],
"tf": [],
"type": "multimodal"
}
},
"model_type": "ResNet",
"torch_dtype": "float32",
"transformers_version": "4.26.1"
}