deepfake / config.json
not-lain's picture
commit files to HF hub
7c1c90f
raw
history blame
299 Bytes
{
"DEVICE": "cpu",
"architectures": [
"DeepFakeModel"
],
"auto_map": {
"AutoConfig": "deepfakeconfig.DeepFakeConfig",
"AutoModelForImageClassification": "deepfakemodel.DeepFakeModel"
},
"model_type": "ResNet",
"torch_dtype": "float32",
"transformers_version": "4.37.0"
}