gmongaras commited on
Commit
688d8e3
·
verified ·
1 Parent(s): 5230323

Upload 2 files

Browse files
Files changed (2) hide show
  1. model_250000s.pkl +3 -0
  2. model_params_250000s.json +14 -0
model_250000s.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2dfd3e2d5f361b175ecfc98cad1b769a320ee65307b5ee0a46ff8a72e00435e9
3
+ size 2143165690
model_params_250000s.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "inCh": 4,
3
+ "num_classes": 1000,
4
+ "patch_size": 2,
5
+ "dim": 1088,
6
+ "c_dim": 2048,
7
+ "hidden_scale": 4.0,
8
+ "num_heads": 17,
9
+ "num_blocks": 17,
10
+ "positional_encoding": "RoPE",
11
+ "device": "cpu",
12
+ "start_step": 250000,
13
+ "wandb_id": null
14
+ }