Upload model
Browse files- config.json +1 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"block_size": 10, "vocab_size": 128, "n_layer": 4, "n_head": 12, "n_embd": 120, "dropout": 0.01, "bias": true, "attention": {"attention_type": "default_attention", "scaling_factor": 2}, "activation": "gelu", "epsilon": 1e-05, "model_type": "llm_gym_gpt2"}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:07055683645251f64a82f70f698078dd4b5537c107cfb5cc31b8a45ef799c271
|
3 |
+
size 2643222
|