RichardErkhov commited on
Commit
32dccba
·
verified ·
1 Parent(s): 3de6bd6

uploaded model

Browse files
Files changed (1) hide show
  1. config.json +145 -0
config.json ADDED
@@ -0,0 +1,145 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "octo-net",
3
+ "architectures": [
4
+ "Phi3ForCausalLM"
5
+ ],
6
+ "attention_dropout": 0.0,
7
+ "auto_map": {
8
+ "AutoConfig": "configuration_phi3.Phi3Config",
9
+ "AutoModelForCausalLM": "modeling_phi3.Phi3ForCausalLM"
10
+ },
11
+ "bos_token_id": 1,
12
+ "embd_pdrop": 0.0,
13
+ "eos_token_id": 32000,
14
+ "hidden_act": "silu",
15
+ "hidden_size": 3072,
16
+ "initializer_range": 0.02,
17
+ "intermediate_size": 8192,
18
+ "max_position_embeddings": 131072,
19
+ "model_type": "phi3",
20
+ "num_attention_heads": 32,
21
+ "num_hidden_layers": 32,
22
+ "num_key_value_heads": 32,
23
+ "original_max_position_embeddings": 4096,
24
+ "pad_token_id": 32000,
25
+ "quantization_config": {
26
+ "bits": 4,
27
+ "group_size": 128,
28
+ "modules_to_not_convert": null,
29
+ "quant_method": "awq",
30
+ "version": "gemm",
31
+ "zero_point": true
32
+ },
33
+ "resid_pdrop": 0.0,
34
+ "rms_norm_eps": 1e-05,
35
+ "rope_scaling": {
36
+ "long_factor": [
37
+ 1.0299999713897705,
38
+ 1.0499999523162842,
39
+ 1.0499999523162842,
40
+ 1.0799999237060547,
41
+ 1.2299998998641968,
42
+ 1.2299998998641968,
43
+ 1.2999999523162842,
44
+ 1.4499999284744263,
45
+ 1.5999999046325684,
46
+ 1.6499998569488525,
47
+ 1.8999998569488525,
48
+ 2.859999895095825,
49
+ 3.68999981880188,
50
+ 5.419999599456787,
51
+ 5.489999771118164,
52
+ 5.489999771118164,
53
+ 9.09000015258789,
54
+ 11.579999923706055,
55
+ 15.65999984741211,
56
+ 15.769999504089355,
57
+ 15.789999961853027,
58
+ 18.360000610351562,
59
+ 21.989999771118164,
60
+ 23.079999923706055,
61
+ 30.009998321533203,
62
+ 32.35000228881836,
63
+ 32.590003967285156,
64
+ 35.56000518798828,
65
+ 39.95000457763672,
66
+ 53.840003967285156,
67
+ 56.20000457763672,
68
+ 57.95000457763672,
69
+ 59.29000473022461,
70
+ 59.77000427246094,
71
+ 59.920005798339844,
72
+ 61.190006256103516,
73
+ 61.96000671386719,
74
+ 62.50000762939453,
75
+ 63.3700065612793,
76
+ 63.48000717163086,
77
+ 63.48000717163086,
78
+ 63.66000747680664,
79
+ 63.850006103515625,
80
+ 64.08000946044922,
81
+ 64.760009765625,
82
+ 64.80001068115234,
83
+ 64.81001281738281,
84
+ 64.81001281738281
85
+ ],
86
+ "short_factor": [
87
+ 1.05,
88
+ 1.05,
89
+ 1.05,
90
+ 1.1,
91
+ 1.1,
92
+ 1.1500000000000001,
93
+ 1.2000000000000002,
94
+ 1.2500000000000002,
95
+ 1.3000000000000003,
96
+ 1.3500000000000003,
97
+ 1.5000000000000004,
98
+ 2.000000000000001,
99
+ 2.000000000000001,
100
+ 2.000000000000001,
101
+ 2.000000000000001,
102
+ 2.000000000000001,
103
+ 2.000000000000001,
104
+ 2.000000000000001,
105
+ 2.000000000000001,
106
+ 2.000000000000001,
107
+ 2.000000000000001,
108
+ 2.000000000000001,
109
+ 2.000000000000001,
110
+ 2.000000000000001,
111
+ 2.000000000000001,
112
+ 2.000000000000001,
113
+ 2.000000000000001,
114
+ 2.000000000000001,
115
+ 2.000000000000001,
116
+ 2.000000000000001,
117
+ 2.000000000000001,
118
+ 2.000000000000001,
119
+ 2.0500000000000007,
120
+ 2.0500000000000007,
121
+ 2.0500000000000007,
122
+ 2.1000000000000005,
123
+ 2.1000000000000005,
124
+ 2.1000000000000005,
125
+ 2.1500000000000004,
126
+ 2.1500000000000004,
127
+ 2.3499999999999996,
128
+ 2.549999999999999,
129
+ 2.5999999999999988,
130
+ 2.5999999999999988,
131
+ 2.7499999999999982,
132
+ 2.849999999999998,
133
+ 2.849999999999998,
134
+ 2.9499999999999975
135
+ ],
136
+ "type": "su"
137
+ },
138
+ "rope_theta": 10000.0,
139
+ "sliding_window": 262144,
140
+ "tie_word_embeddings": false,
141
+ "torch_dtype": "float16",
142
+ "transformers_version": "4.47.1",
143
+ "use_cache": false,
144
+ "vocab_size": 32064
145
+ }