Upload 3 files
Browse files- config.json +3 -0
- graph_config.json +6 -0
- 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 |
+
}
|