checkpoints / config.json
lucrbrtv's picture
Training in progress, step 500
1c5fccd verified
raw
history blame contribute delete
323 Bytes
{
"architectures": [
"IDM"
],
"context_len": 60,
"dim": 384,
"dropout_proba": 0.05,
"dtype": "float32",
"ffn_mult": 3,
"height": 240,
"model_type": "idm",
"n_blocks": 4,
"n_buttons": 9,
"n_heads": 16,
"patch_size": 16,
"transformers_version": "5.3.0",
"use_cache": false,
"width": 320
}