checkpoint iter: 2000
Browse files- README.md +9 -0
- config.json +19 -0
- model.safetensors +3 -0
README.md
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- model_hub_mixin
|
4 |
+
- pytorch_model_hub_mixin
|
5 |
+
---
|
6 |
+
|
7 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
8 |
+
- Library: [More Information Needed]
|
9 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"activation": "silu",
|
3 |
+
"attn_type": "mha",
|
4 |
+
"bias": false,
|
5 |
+
"d_model": 1024,
|
6 |
+
"dropout": 0.2,
|
7 |
+
"head_dim": null,
|
8 |
+
"hidden_dim": 1536,
|
9 |
+
"kv_lora_rank": null,
|
10 |
+
"mlp": "GLU",
|
11 |
+
"num_heads": 16,
|
12 |
+
"num_kv_heads": 16,
|
13 |
+
"num_layers": 4,
|
14 |
+
"q_lora_rank": null,
|
15 |
+
"rope_head_dim": null,
|
16 |
+
"seq_len": 256,
|
17 |
+
"vocab_size": 50257,
|
18 |
+
"weight_tying": false
|
19 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3d40df406f53fa3c5a3e3888fa89aa15598e522d45fccf52a5adb334123e691c
|
3 |
+
size 554483768
|