JLB-JLB commited on
Commit
a84bd09
·
verified ·
1 Parent(s): 310366c

Upload GAT/internal_only/config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. GAT/internal_only/config.json +8 -0
GAT/internal_only/config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dropout": 0.5,
3
+ "heads": 4,
4
+ "hidden": 128,
5
+ "in_dim": 5,
6
+ "num_classes": 2,
7
+ "num_layers": 3
8
+ }