Upload folder using huggingface_hub
Browse files- config.json +89 -0
- generation_config.json +6 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,89 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "apple/OpenELM-270M",
|
3 |
+
"activation_fn_name": "swish",
|
4 |
+
"architectures": [
|
5 |
+
"OpenELMForCausalLM"
|
6 |
+
],
|
7 |
+
"auto_map": {
|
8 |
+
"AutoConfig": "apple/OpenELM-270M--configuration_openelm.OpenELMConfig",
|
9 |
+
"AutoModelForCausalLM": "apple/OpenELM-270M--modeling_openelm.OpenELMForCausalLM"
|
10 |
+
},
|
11 |
+
"bos_token_id": 1,
|
12 |
+
"eos_token_id": 2,
|
13 |
+
"ffn_dim_divisor": 256,
|
14 |
+
"ffn_multipliers": [
|
15 |
+
0.5,
|
16 |
+
0.73,
|
17 |
+
0.97,
|
18 |
+
1.2,
|
19 |
+
1.43,
|
20 |
+
1.67,
|
21 |
+
1.9,
|
22 |
+
2.13,
|
23 |
+
2.37,
|
24 |
+
2.6,
|
25 |
+
2.83,
|
26 |
+
3.07,
|
27 |
+
3.3,
|
28 |
+
3.53,
|
29 |
+
3.77,
|
30 |
+
4.0
|
31 |
+
],
|
32 |
+
"ffn_with_glu": true,
|
33 |
+
"head_dim": 64,
|
34 |
+
"initializer_range": 0.02,
|
35 |
+
"max_context_length": 2048,
|
36 |
+
"model_dim": 1280,
|
37 |
+
"model_type": "openelm",
|
38 |
+
"normalization_layer_name": "rms_norm",
|
39 |
+
"normalize_qk_projections": true,
|
40 |
+
"num_gqa_groups": 4,
|
41 |
+
"num_kv_heads": [
|
42 |
+
3,
|
43 |
+
3,
|
44 |
+
3,
|
45 |
+
3,
|
46 |
+
3,
|
47 |
+
4,
|
48 |
+
4,
|
49 |
+
4,
|
50 |
+
4,
|
51 |
+
4,
|
52 |
+
4,
|
53 |
+
4,
|
54 |
+
5,
|
55 |
+
5,
|
56 |
+
5,
|
57 |
+
5
|
58 |
+
],
|
59 |
+
"num_query_heads": [
|
60 |
+
12,
|
61 |
+
12,
|
62 |
+
12,
|
63 |
+
12,
|
64 |
+
12,
|
65 |
+
16,
|
66 |
+
16,
|
67 |
+
16,
|
68 |
+
16,
|
69 |
+
16,
|
70 |
+
16,
|
71 |
+
16,
|
72 |
+
20,
|
73 |
+
20,
|
74 |
+
20,
|
75 |
+
20
|
76 |
+
],
|
77 |
+
"num_transformer_layers": 16,
|
78 |
+
"qkv_multipliers": [
|
79 |
+
0.5,
|
80 |
+
1.0
|
81 |
+
],
|
82 |
+
"rope_freq_constant": 10000,
|
83 |
+
"rope_max_length": 4096,
|
84 |
+
"share_input_output_layers": true,
|
85 |
+
"torch_dtype": "bfloat16",
|
86 |
+
"transformers_version": "4.40.2",
|
87 |
+
"use_cache": true,
|
88 |
+
"vocab_size": 32000
|
89 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 1,
|
4 |
+
"eos_token_id": 2,
|
5 |
+
"transformers_version": "4.40.2"
|
6 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:39fb42016c2179c3fa7f7af81231060eca421e4e889dbcb4fe72dbd4e3466062
|
3 |
+
size 543098066
|