Jiabin99 commited on
Commit
1f205d6
1 Parent(s): 2e486a0

Upload 3 files

Browse files
Files changed (3) hide show
  1. config.json +3 -0
  2. graph_config.json +6 -0
  3. text_config.json +7 -0
config.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "embed_dim": 768
3
+ }
graph_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "in_channels": 768,
3
+ "out_channels": 768,
4
+ "heads": 12,
5
+ "dynamic": true
6
+ }
text_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "context_length": 128,
3
+ "vocab_size": 49408,
4
+ "width": 768,
5
+ "heads": 8,
6
+ "layers": 6
7
+ }