buckeyeguy commited on
Commit
a755fea
·
verified ·
1 Parent(s): c7bb377

Upload model_sizes.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. model_sizes.json +42 -0
model_sizes.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": "1.0.0",
3
+ "exported_at": "2026-03-05T21:50:14.050968+00:00",
4
+ "data": [
5
+ {
6
+ "model_type": "vgae",
7
+ "scale": "large",
8
+ "param_count": 391923,
9
+ "param_count_M": 0.392
10
+ },
11
+ {
12
+ "model_type": "vgae",
13
+ "scale": "small",
14
+ "param_count": 22363,
15
+ "param_count_M": 0.022
16
+ },
17
+ {
18
+ "model_type": "gat",
19
+ "scale": "large",
20
+ "param_count": 660290,
21
+ "param_count_M": 0.66
22
+ },
23
+ {
24
+ "model_type": "gat",
25
+ "scale": "small",
26
+ "param_count": 67506,
27
+ "param_count_M": 0.068
28
+ },
29
+ {
30
+ "model_type": "dqn",
31
+ "scale": "large",
32
+ "param_count": 689493,
33
+ "param_count_M": 0.689
34
+ },
35
+ {
36
+ "model_type": "dqn",
37
+ "scale": "small",
38
+ "param_count": 32341,
39
+ "param_count_M": 0.032
40
+ }
41
+ ]
42
+ }