JosefKuchar commited on
Commit
b773b3b
·
verified ·
1 Parent(s): 05d1e24

Upload flow-matching/config.json

Browse files
Files changed (1) hide show
  1. flow-matching/config.json +23 -0
flow-matching/config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "FlowMatchingTransformer"
4
+ ],
5
+ "model_type": "svg-flow-matching-vectorizer",
6
+ "model_config": {
7
+ "input_dim": 13,
8
+ "cond_dim": 384,
9
+ "hidden_size": 768,
10
+ "max_len": 256,
11
+ "num_layers": 16,
12
+ "num_heads": 12,
13
+ "dropout": 0.1,
14
+ "cond_drop_prob": 0.1,
15
+ "learning_rate": 5e-05,
16
+ "warmup_steps": 1000
17
+ },
18
+ "conditioning_model": "facebook/dinov3-vits16-pretrain-lvd1689m",
19
+ "format": "safetensors",
20
+ "source_checkpoint": "svg-generator/bgno3qml/checkpoints/epoch0627.ckpt",
21
+ "source_epoch": 627,
22
+ "source_global_step": 1669852
23
+ }