codewithdark commited on
Commit
0642178
·
verified ·
1 Parent(s): c3a0c9a

Upload training artifacts

Browse files
Files changed (1) hide show
  1. checkpoints/checkpoint-epoch-3.json +26 -0
checkpoints/checkpoint-epoch-3.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3,
3
+ "step": null,
4
+ "metrics": {
5
+ "train_loss": 0.09029689596758948,
6
+ "best_fid": 422.75775146484375
7
+ },
8
+ "timestamp": "2025-12-03T10:29:13.649209",
9
+ "hidden_size": 768,
10
+ "num_heads": 12,
11
+ "expansion": 2.5,
12
+ "vocab_size": 50257,
13
+ "max_text_len": 77,
14
+ "frames": 16,
15
+ "height": 64,
16
+ "width": 64,
17
+ "max_steps": 4,
18
+ "patch_size": [
19
+ 2,
20
+ 8,
21
+ 8
22
+ ],
23
+ "text_encoder_layers": 8,
24
+ "hrm_blocks": 3,
25
+ "video_seq_len": 512
26
+ }