custom-classifier-demo / config.json
yhamidullah's picture
Training in progress, epoch 1
a464dd6 verified
raw
history blame contribute delete
212 Bytes
{
"architectures": [
"CustomClassifier"
],
"hidden_dim": 64,
"input_dim": 32,
"model_type": "custom_classifier",
"num_classes": 2,
"torch_dtype": "float32",
"transformers_version": "4.53.1"
}