Jiabin99 commited on
Commit
3defb6a
·
1 Parent(s): 75deace

Upload 2 files

Browse files
Files changed (2) hide show
  1. clip_gt_arxiv_pub.pkl +3 -0
  2. config.json +25 -0
clip_gt_arxiv_pub.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dda03f7eb6a66942bfa50182dc0b5dfe015f97cec35169e15d91219a3d7363b0
3
+ size 253816413
config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "edge_coef": 10,
3
+ "lr": 2e-5,
4
+
5
+ "gnn_input": 128,
6
+ "gnn_hid": 128,
7
+ "gnn_output": 128,
8
+
9
+ "context_length": 128,
10
+
11
+ "embed_dim": 128,
12
+ "transformer_heads": 8,
13
+ "transformer_layers": 12,
14
+ "transformer_width": 512,
15
+ "vocab_size": 49408,
16
+
17
+ "gnn_type": "gt",
18
+ "num_nodes": 25120,
19
+ "gt_layers": 3,
20
+ "att_d_model": 128,
21
+ "att_norm": true,
22
+ "head": 8,
23
+ "if_pos": false
24
+ }
25
+