Lorenzo Adacher commited on
Commit
e77c787
·
verified ·
1 Parent(s): 764e698

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +14 -0
config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "Animator2D",
3
+ "base_model": "bert-base-uncased",
4
+ "image_size": 64,
5
+ "text_embedding_dim": 768,
6
+ "image_embedding_dim": 128,
7
+ "hidden_size": 256,
8
+ "num_lstm_layers": 2,
9
+ "output_channels": 3,
10
+ "output_height": 64,
11
+ "output_width": 64,
12
+ "output_frame_size": 12288,
13
+ "version": "1.0.0"
14
+ }