Commit
·
4250442
1
Parent(s):
ead51f3
Upload LlamaForCausalLM
Browse files- config.json +1 -1
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
"model_type": "llama",
|
13 |
"num_attention_heads": 8,
|
14 |
"num_hidden_layers": 2,
|
15 |
-
"num_key_value_heads":
|
16 |
"pretraining_tp": 1,
|
17 |
"rms_norm_eps": 1e-06,
|
18 |
"rope_scaling": null,
|
|
|
12 |
"model_type": "llama",
|
13 |
"num_attention_heads": 8,
|
14 |
"num_hidden_layers": 2,
|
15 |
+
"num_key_value_heads": 4,
|
16 |
"pretraining_tp": 1,
|
17 |
"rms_norm_eps": 1e-06,
|
18 |
"rope_scaling": null,
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d45f4d231971e03503cdf8f5d12238029cc3ca4f5d3326fad9aef8d6973cf21d
|
3 |
+
size 36267574
|