Push model using huggingface_hub.
Browse files- README.md +10 -3
- config.json +14 -0
- model.safetensors +3 -0
README.md
CHANGED
@@ -1,3 +1,10 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
tags:
|
4 |
+
- model_hub_mixin
|
5 |
+
- pytorch_model_hub_mixin
|
6 |
+
---
|
7 |
+
|
8 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
9 |
+
- Library: [More Information Needed]
|
10 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"depth_init": true,
|
3 |
+
"dim": 4096,
|
4 |
+
"ffn_dim_multiplier": 1.3,
|
5 |
+
"max_seq_len": 131072,
|
6 |
+
"multiple_of": 1024,
|
7 |
+
"n_heads": 32,
|
8 |
+
"n_kv_heads": 8,
|
9 |
+
"n_layers": 32,
|
10 |
+
"norm_eps": 1e-05,
|
11 |
+
"norm_type": "rmsnorm",
|
12 |
+
"rope_theta": 500000,
|
13 |
+
"vocab_size": 256
|
14 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:89cb544640cbff04ba08279ecb3b860be07588f8beb6096e16d647365587a15d
|
3 |
+
size 27926772336
|