Upload config.json with huggingface_hub
Browse files- config.json +14 -0
config.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "Gemma3",
|
| 3 |
+
"architecture": "Gemma3-270M",
|
| 4 |
+
"training_dataset": "TinyStories",
|
| 5 |
+
"vocab_size": 256000,
|
| 6 |
+
"context_length": 8192,
|
| 7 |
+
"emb_dim": 2048,
|
| 8 |
+
"n_heads": 8,
|
| 9 |
+
"n_layers": 18,
|
| 10 |
+
"hidden_dim": 16384,
|
| 11 |
+
"head_dim": 256,
|
| 12 |
+
"max_iters": 150000,
|
| 13 |
+
"tokenizer": "gpt2"
|
| 14 |
+
}
|