Tarul commited on
Commit
7a36299
·
verified ·
1 Parent(s): e0b36b3

Upload weights/runtime.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. weights/runtime.json +17 -0
weights/runtime.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "d_model": 96,
3
+ "n_layers": 4,
4
+ "n_heads": 4,
5
+ "ff": 256,
6
+ "prefix_len": 8,
7
+ "seq_vis": 256,
8
+ "caps_len": 32,
9
+ "pos_total": 264,
10
+ "text_vocab": 64,
11
+ "vis_vocab": 32,
12
+ "img": 16,
13
+ "sampling": {
14
+ "temperature": 0.85,
15
+ "top_k": 10
16
+ }
17
+ }