Upload config.json with huggingface_hub
Browse files- config.json +10 -0
config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"n_dim": 512,
|
| 3 |
+
"hidden_dim": 768,
|
| 4 |
+
"seq_len": 128,
|
| 5 |
+
"n_heads": 8,
|
| 6 |
+
"depth": 12,
|
| 7 |
+
"n_groups": 4,
|
| 8 |
+
"vocab_size": 50257,
|
| 9 |
+
"device": "cuda"
|
| 10 |
+
}
|