adyadyunov
commited on
Commit
•
9c04e9a
1
Parent(s):
79563fe
Push model using huggingface_hub.
Browse files- README.md +9 -0
- config.json +15 -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,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"dim": 1024,
|
3 |
+
"ffn_dim_multiplier": null,
|
4 |
+
"flash": true,
|
5 |
+
"max_batch_size": 8,
|
6 |
+
"max_seq_len": 1024,
|
7 |
+
"multiple_of": 512,
|
8 |
+
"n_heads": 8,
|
9 |
+
"n_kv_heads": 4,
|
10 |
+
"n_layers": 8,
|
11 |
+
"norm_eps": 1e-05,
|
12 |
+
"rope_theta": 500000,
|
13 |
+
"use_scaled_rope": false,
|
14 |
+
"vocab_size": 32001
|
15 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a19c8e4392fa500d759ca9fab1c5aa88435d6bb00767851be3fc99d7eabe2a8
|
3 |
+
size 533807472
|