H1yori233 commited on
Commit
5b341e4
·
verified ·
1 Parent(s): c815ab6

fix keyboard_dim_in and remove dtype field

Browse files
image_encoder/config.json CHANGED
@@ -3,8 +3,6 @@
3
  "CLIPVisionModel"
4
  ],
5
  "attention_dropout": 0.0,
6
- "dropout": 0.0,
7
- "dtype": "float32",
8
  "hidden_act": "gelu",
9
  "hidden_size": 1280,
10
  "image_size": 224,
 
3
  "CLIPVisionModel"
4
  ],
5
  "attention_dropout": 0.0,
 
 
6
  "hidden_act": "gelu",
7
  "hidden_size": 1280,
8
  "image_size": 224,
image_processor/preprocessor_config.json CHANGED
@@ -24,4 +24,4 @@
24
  "size": {
25
  "shortest_edge": 224
26
  }
27
- }
 
24
  "size": {
25
  "shortest_edge": 224
26
  }
27
+ }
transformer/config.json CHANGED
@@ -54,7 +54,7 @@
54
  "heads_num": 16,
55
  "hidden_size": 128,
56
  "img_hidden_size": 1536,
57
- "keyboard_dim_in": 4,
58
  "keyboard_hidden_dim": 1024,
59
  "mouse_dim_in": 2,
60
  "mouse_hidden_dim": 1024,
 
54
  "heads_num": 16,
55
  "hidden_size": 128,
56
  "img_hidden_size": 1536,
57
+ "keyboard_dim_in": 6,
58
  "keyboard_hidden_dim": 1024,
59
  "mouse_dim_in": 2,
60
  "mouse_hidden_dim": 1024,