xzz / config.json
Tanaaz's picture
Add configuration and index files
5bf564a verified
raw
history blame contribute delete
254 Bytes
{
"model_type": "text-to-image",
"architectures": ["YourModelArchitecture"],
"pretrained_model_name_or_path": "path/to/your/model",
"hidden_size": 512,
"num_hidden_layers": 12,
"num_attention_heads": 8,
"intermediate_size": 2048
}