Upload config.json with huggingface_hub
Browse files- config.json +16 -0
config.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architecture": "NativeRefusalGPT",
|
| 3 |
+
"d_model": 384,
|
| 4 |
+
"n_layers": 16,
|
| 5 |
+
"n_heads": 8,
|
| 6 |
+
"head_dim": 48,
|
| 7 |
+
"ffn_hidden": 1536,
|
| 8 |
+
"vocab_size": 50257,
|
| 9 |
+
"max_seq": 256,
|
| 10 |
+
"refusal_fraction": 0.1,
|
| 11 |
+
"total_tokens_trained": 300000000,
|
| 12 |
+
"optimizer": "AdamW",
|
| 13 |
+
"lr": 0.0003,
|
| 14 |
+
"weight_decay": 0.1,
|
| 15 |
+
"tied_embeddings": true
|
| 16 |
+
}
|