Update config.json
Browse files- config.json +14 -0
config.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"afn": "gelu",
|
| 3 |
+
"attn_pdrop": 0.1,
|
| 4 |
+
"embd_pdrop": 0.1,
|
| 5 |
+
"initializer_range": 0.02,
|
| 6 |
+
"n_ctx": 512,
|
| 7 |
+
"n_embd": 768,
|
| 8 |
+
"n_head": 12,
|
| 9 |
+
"n_layer": 12,
|
| 10 |
+
"n_positions": 512,
|
| 11 |
+
"n_special": 0,
|
| 12 |
+
"resid_pdrop": 0.1,
|
| 13 |
+
"vocab_size": 40478
|
| 14 |
+
}
|