deepfake_ecg / config.json
vlbthambawita's picture
Update config.json
a59557a
raw
history blame contribute delete
No virus
287 Bytes
{
"architectures": [
"AutoModel"
],
"auto_map": {
"AutoConfig": "configurations_deepfake.DeepFakeConfig",
"AutoModel": "modeling_deepfake.DeepFakeECGFromPulse2Pulse"
},
"model_type": "pulse2pulse-2",
"torch_dtype": "float32",
"transformers_version": "4.26.1"
}