Upload config.json
Browse files- config.json +10 -0
config.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"d_head": 64,
|
3 |
+
"d_inner": 3072,
|
4 |
+
"d_model": 768,
|
5 |
+
"ff_activation": "gelu",
|
6 |
+
"n_head": 12,
|
7 |
+
"n_layer": 12,
|
8 |
+
"n_token": 32000,
|
9 |
+
"untie_r": true
|
10 |
+
}
|