ruihanglai commited on
Commit
c7137e9
1 Parent(s): c9c2756

Update mlc-chat-config.json

Browse files
Files changed (1) hide show
  1. mlc-chat-config.json +108 -0
mlc-chat-config.json CHANGED
@@ -11,7 +11,115 @@
11
  "intermediate_size": 8192,
12
  "rms_norm_eps": 1e-05,
13
  "num_key_value_heads": 32,
 
14
  "position_embedding_base": 10000.0,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  "context_window_size": 131072,
16
  "prefill_chunk_size": 2048,
17
  "head_dim": 96,
 
11
  "intermediate_size": 8192,
12
  "rms_norm_eps": 1e-05,
13
  "num_key_value_heads": 32,
14
+ "max_position_embeddings": 131072,
15
  "position_embedding_base": 10000.0,
16
+ "rope_scaling": {
17
+ "long_factor": [
18
+ 1.0800000429153442,
19
+ 1.1100000143051147,
20
+ 1.1399999856948853,
21
+ 1.340000033378601,
22
+ 1.5899999141693115,
23
+ 1.600000023841858,
24
+ 1.6200000047683716,
25
+ 2.620000123977661,
26
+ 3.2300000190734863,
27
+ 3.2300000190734863,
28
+ 4.789999961853027,
29
+ 7.400000095367432,
30
+ 7.700000286102295,
31
+ 9.09000015258789,
32
+ 12.199999809265137,
33
+ 17.670000076293945,
34
+ 24.46000099182129,
35
+ 28.57000160217285,
36
+ 30.420001983642578,
37
+ 30.840002059936523,
38
+ 32.590003967285156,
39
+ 32.93000411987305,
40
+ 42.320003509521484,
41
+ 44.96000289916992,
42
+ 50.340003967285156,
43
+ 50.45000457763672,
44
+ 57.55000305175781,
45
+ 57.93000411987305,
46
+ 58.21000289916992,
47
+ 60.1400032043457,
48
+ 62.61000442504883,
49
+ 62.62000274658203,
50
+ 62.71000289916992,
51
+ 63.1400032043457,
52
+ 63.1400032043457,
53
+ 63.77000427246094,
54
+ 63.93000411987305,
55
+ 63.96000289916992,
56
+ 63.970001220703125,
57
+ 64.02999877929688,
58
+ 64.06999969482422,
59
+ 64.08000183105469,
60
+ 64.12000274658203,
61
+ 64.41000366210938,
62
+ 64.4800033569336,
63
+ 64.51000213623047,
64
+ 64.52999877929688,
65
+ 64.83999633789062
66
+ ],
67
+ "short_factor": [
68
+ 1.0,
69
+ 1.0199999809265137,
70
+ 1.0299999713897705,
71
+ 1.0299999713897705,
72
+ 1.0499999523162842,
73
+ 1.0499999523162842,
74
+ 1.0499999523162842,
75
+ 1.0499999523162842,
76
+ 1.0499999523162842,
77
+ 1.0699999332427979,
78
+ 1.0999999046325684,
79
+ 1.1099998950958252,
80
+ 1.1599998474121094,
81
+ 1.1599998474121094,
82
+ 1.1699998378753662,
83
+ 1.2899998426437378,
84
+ 1.339999794960022,
85
+ 1.679999828338623,
86
+ 1.7899998426437378,
87
+ 1.8199998140335083,
88
+ 1.8499997854232788,
89
+ 1.8799997568130493,
90
+ 1.9099997282028198,
91
+ 1.9399996995925903,
92
+ 1.9899996519088745,
93
+ 2.0199997425079346,
94
+ 2.0199997425079346,
95
+ 2.0199997425079346,
96
+ 2.0199997425079346,
97
+ 2.0199997425079346,
98
+ 2.0199997425079346,
99
+ 2.0299997329711914,
100
+ 2.0299997329711914,
101
+ 2.0299997329711914,
102
+ 2.0299997329711914,
103
+ 2.0299997329711914,
104
+ 2.0299997329711914,
105
+ 2.0299997329711914,
106
+ 2.0299997329711914,
107
+ 2.0299997329711914,
108
+ 2.0799996852874756,
109
+ 2.0899996757507324,
110
+ 2.189999580383301,
111
+ 2.2199995517730713,
112
+ 2.5899994373321533,
113
+ 2.729999542236328,
114
+ 2.749999523162842,
115
+ 2.8399994373321533
116
+ ],
117
+ "type": "longrope",
118
+ "rope_type": "longrope",
119
+ "max_position_embeddings": 131072,
120
+ "original_max_position_embeddings": 4096
121
+ },
122
+ "original_max_position_embeddings": 4096,
123
  "context_window_size": 131072,
124
  "prefill_chunk_size": 2048,
125
  "head_dim": 96,