donut-proto / config.json
gwkrsrch's picture
initial commit
15c4fac
raw
history blame
No virus
355 Bytes
{
"align_long_axis": true,
"architectures": [
"DonutModel"
],
"decoder_layer": 4,
"encoder_layer": [
2,
2,
18,
2
],
"input_size": [
2048,
1536
],
"max_length": 768,
"max_position_embeddings": 768,
"model_type": "donut",
"torch_dtype": "float32",
"transformers_version": "4.11.3",
"window_size": 8
}