Upload folder using huggingface_hub
Browse files- config.json +30 -0
- rank0.safetensors +3 -0
- rank1.safetensors +3 -0
config.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"producer": {
|
| 3 |
+
"name": "ammo",
|
| 4 |
+
"version": "0.7.3"
|
| 5 |
+
},
|
| 6 |
+
"architecture": "LlamaForCausalLM",
|
| 7 |
+
"dtype": "float16",
|
| 8 |
+
"num_hidden_layers": 48,
|
| 9 |
+
"num_attention_heads": 32,
|
| 10 |
+
"num_key_value_heads": 8,
|
| 11 |
+
"hidden_size": 4096,
|
| 12 |
+
"norm_epsilon": 1e-05,
|
| 13 |
+
"vocab_size": 32000,
|
| 14 |
+
"max_position_embeddings": 4096,
|
| 15 |
+
"hidden_act": "silu",
|
| 16 |
+
"use_parallel_embedding": true,
|
| 17 |
+
"embedding_sharding_dim": 0,
|
| 18 |
+
"quantization": {
|
| 19 |
+
"quant_algo": null,
|
| 20 |
+
"kv_cache_quant_algo": "FP8"
|
| 21 |
+
},
|
| 22 |
+
"mapping": {
|
| 23 |
+
"world_size": 2,
|
| 24 |
+
"tp_size": 2,
|
| 25 |
+
"pp_size": 1
|
| 26 |
+
},
|
| 27 |
+
"head_size": 128,
|
| 28 |
+
"intermediate_size": 14336,
|
| 29 |
+
"position_embedding_type": "rope_gpt_neox"
|
| 30 |
+
}
|
rank0.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:beff10d55b00d6a6172aace9a115759266a9692f6a83a140dc147b93e36d6c41
|
| 3 |
+
size 10731966352
|
rank1.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4a5c3fc4a68947e2b0353973d18c234ad79a11c66ca05a83cbcf42f94be1ad51
|
| 3 |
+
size 10731966352
|