Chemsseddine commited on
Commit
cd2227a
1 Parent(s): fbd7dd9

Update resolve/official/config.json

Browse files
Files changed (1) hide show
  1. resolve/official/config.json +24 -0
resolve/official/config.json CHANGED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "Aika-fr/donut-isolant",
3
+ "align_long_axis": false,
4
+ "architectures": [
5
+ "DonutModel"
6
+ ],
7
+ "decoder_layer": 4,
8
+ "encoder_layer": [
9
+ 2,
10
+ 2,
11
+ 14,
12
+ 2
13
+ ],
14
+ "input_size": [
15
+ 1280,
16
+ 960
17
+ ],
18
+ "max_length": 2048,
19
+ "max_position_embeddings": 2048,
20
+ "model_type": "donut",
21
+ "torch_dtype": "float32",
22
+ "transformers_version": "4.28.1",
23
+ "window_size": 10
24
+ }