QuietImpostor
commited on
Commit
•
28ba58b
1
Parent(s):
e9c5ed7
Upload folder using huggingface_hub
Browse files- config.json +28 -0
- model.safetensors +3 -0
config.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"LlamaForCausalLM"
|
4 |
+
],
|
5 |
+
"attention_bias": true,
|
6 |
+
"attention_dropout": 0.0,
|
7 |
+
"hidden_act": "silu",
|
8 |
+
"hidden_size": 1536,
|
9 |
+
"initializer_range": 0.02,
|
10 |
+
"intermediate_size": 8960,
|
11 |
+
"max_position_embeddings": 4096,
|
12 |
+
"max_window_layers": 21,
|
13 |
+
"model_type": "llama",
|
14 |
+
"num_attention_heads": 12,
|
15 |
+
"num_hidden_layers": 28,
|
16 |
+
"num_key_value_heads": 2,
|
17 |
+
"pretraining_tp": 1,
|
18 |
+
"rms_norm_eps": 1e-06,
|
19 |
+
"rope_theta": 1000000.0,
|
20 |
+
"rope_scaling": null,
|
21 |
+
"sliding_window": 131072,
|
22 |
+
"tie_word_embeddings": true,
|
23 |
+
"torch_dtype": "bfloat16",
|
24 |
+
"transformers_version": "4.37.0",
|
25 |
+
"use_cache": true,
|
26 |
+
"use_sliding_window": false,
|
27 |
+
"vocab_size": 151936
|
28 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:40145abb4666088cff8313c8400c4e334663013087e590976b8b79af3562d278
|
3 |
+
size 3087556248
|