File size: 14,822 Bytes
adfaaab
 
 
 
 
97c0098
adfaaab
 
 
 
 
 
 
 
 
 
 
01bae5c
adfaaab
01bae5c
adfaaab
01bae5c
adfaaab
 
97c0098
 
 
 
adfaaab
01bae5c
adfaaab
 
 
 
 
 
 
721a254
01bae5c
 
adfaaab
 
 
01bae5c
adfaaab
f23606c
adfaaab
 
 
01bae5c
adfaaab
 
 
01bae5c
 
adfaaab
 
01bae5c
 
 
 
 
 
 
721a254
 
01bae5c
 
 
 
f23606c
01bae5c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
721a254
adfaaab
 
97c0098
 
 
 
 
 
 
 
 
 
 
 
 
adfaaab
 
01bae5c
 
adfaaab
 
 
97c0098
 
adfaaab
97c0098
adfaaab
01bae5c
 
 
adfaaab
01bae5c
 
 
 
 
 
 
 
 
 
 
 
adfaaab
 
01bae5c
 
 
 
 
 
97c0098
 
 
 
01bae5c
97c0098
adfaaab
97c0098
 
 
 
 
adfaaab
01bae5c
adfaaab
 
 
 
97c0098
 
 
 
 
adfaaab
 
 
97c0098
 
 
 
 
adfaaab
01bae5c
 
97c0098
 
 
 
 
01bae5c
 
 
97c0098
2464571
01bae5c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
97c0098
01bae5c
 
 
 
 
97c0098
01bae5c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
97c0098
 
 
 
 
01bae5c
 
f23606c
97c0098
 
 
 
 
 
01bae5c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f23606c
 
97c0098
 
f23606c
01bae5c
adfaaab
 
 
 
 
 
97c0098
f23606c
01bae5c
adfaaab
f23606c
01bae5c
adfaaab
f23606c
01bae5c
adfaaab
f23606c
01bae5c
 
 
 
adfaaab
f23606c
01bae5c
adfaaab
f23606c
adfaaab
 
01bae5c
f23606c
adfaaab
97c0098
 
 
 
 
 
 
 
 
 
 
 
 
 
adfaaab
 
 
f23606c
38cb18d
97c0098
adfaaab
 
 
124eaa7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Model Parameter Calculator</title>
    <style>
        body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            display: flex;
            flex-direction: row;
            height: 100vh;
        }

        .console {
            width: 20%;
            padding: 20px;
            background-color: #f6b5b5;
            overflow-y: auto;
            border-right: 2px solid #ee4a4f;
        }

        #additionalFieldsMOE {
            display: none;
        }

        .output {
            width: 80%;
            padding: 20px;
            overflow-y: auto;
        }

        table {
            width: 100%;
            border-collapse: collapse;
            margin-bottom: 20px;
            background-color: #fff7f9;
            border: 1px solid #f6b5b5;
        }

        th, td {
            border: 1px solid #f6b5b5;
            padding: 8px;
            text-align: center;
        }

        th {
            background-color: #f6d4d4;
        }

        .highlight {
            background-color: #ffe8e8;
            color: #ad0d0d;
            padding: 10px;
            margin: 20px 0;
            border: 1px solid #f6b5b5;
            border-radius: 4px;
            text-align: center;
        }

        h3 {
            color: #ad0d0d;
        }

        .section {
            margin-bottom: 20px;
        }
        label {
            font-weight: bold;
            font-size: 0.9rem;
        }

        input[type="number"], select {
            width: 100%;
            padding: 8px;
            border: 1px solid #ddd;
            border-radius: 5px;
            box-sizing: border-box;
            font-size: 0.9rem;
        }

        input[type="number"]:focus, select:focus {
            border-color: #ff6666;
            outline: none;
            box-shadow: 0px 0px 5px rgba(255, 102, 102, 0.5);
        }

        button {
            background-color: #ff6666;
            color: white;
            border: none;
            border-radius: 5px;
            padding: 5px;
            width: 100%;
            font-size: 1rem;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }

        button:hover {
            background-color: #e60000;
        }
    </style>
    <script>
        function handleSelectChange() {
            // Récupère la valeur sélectionnée
            const isMoe = document.getElementById('is_moe').value;
            const additionalFieldsMOE = document.getElementById('additionalFieldsMOE');
            
            // Affiche ou cache les champs supplémentaires
            if (isMoe === 'yes') {
                additionalFieldsMOE.style.display = 'block';
            } else {
                additionalFieldsMOE.style.display = 'none';
            }
        }

        function calculateParameters() {
            const hiddenSize = parseInt(document.getElementById('hidden_size').value);
            const num_kv_heads = parseInt(document.getElementById('num_key_value_heads').value);
            const num_heads = parseInt(document.getElementById('num_heads').value);
            const intermediateSize = parseInt(document.getElementById('intermediate_size').value);
            const vocabSize = parseInt(document.getElementById('vocab_size').value);
            const numHiddenLayers = parseInt(document.getElementById('num_hidden_layers').value);
            const active_expert_number = parseInt(document.getElementById('active_expert_number').value);
            const expert_number = parseInt(document.getElementById('expert_number').value);
            const includeBias = document.getElementById('include_bias').value === 'yes';
            const isMoe = document.getElementById('is_moe').value === 'yes';

            const calcTotal = (input, output) => input * output;
            const calcKVdim = (hiddenSize, num_heads,num_kv_heads) => hiddenSize * num_kv_heads / num_heads;

            // Attention calculations
            const attention = [
                { name: 'Query', input: hiddenSize, output: hiddenSize },
                { name: 'Key', input: hiddenSize, output: calcKVdim(hiddenSize, num_heads,num_kv_heads) },
                { name: 'Value', input: hiddenSize, output: calcKVdim(hiddenSize, num_heads,num_kv_heads) },
                { name: 'Projection', input: hiddenSize, output: hiddenSize }
            ].map(entry => ({
                ...entry,
                wTotal: calcTotal(entry.input, entry.output),
                bTotal: includeBias ? entry.output : 0
            }));

            const attentionTotal = attention.reduce((sum, entry) => sum + entry.wTotal + entry.bTotal, 0);

            // Feed Forward calculations
            const switchW = calcTotal(hiddenSize, intermediateSize);
            const switchB = includeBias ? intermediateSize : 0;
            const luW = calcTotal(hiddenSize, intermediateSize);
            const luB = includeBias ? intermediateSize : 0;
            const projW = calcTotal(intermediateSize, hiddenSize);
            const projB = includeBias ? hiddenSize : 0;
            let feedForwardTotal;

            feedForwardTotal = switchW + switchB + luW + luB + projW + projB;
            const feedForwardTotalCache = feedForwardTotal

            let feedForwardTotalActive;

            if (isMoe) {
                feedForwardTotalActive = feedForwardTotalCache * active_expert_number;
                feedForwardTotal = feedForwardTotalCache * expert_number;
                console.log(feedForwardTotal)
            }
            // Embedding
            const embeddingTotal = calcTotal(vocabSize, hiddenSize);

            // 1 layer parameters
            const oneLayerParams = attentionTotal + feedForwardTotal;

            let oneLayerParamsActive;
            if (isMoe) {
                oneLayerParamsActive = attentionTotal + feedForwardTotalActive;
            }

            // Full layers parameters
            const fullLayersParams = oneLayerParams * numHiddenLayers;

            let fullLayersParamsMOEActive;
            if (isMoe) {
                fullLayersParamsMOEActive = oneLayerParamsActive * numHiddenLayers;
            }

            // Full size (includes embedding)
            const fullSize = fullLayersParams + embeddingTotal;

            let fullSizeActive;
            if (isMoe) {
                fullSizeActive = fullLayersParamsMOEActive + embeddingTotal;
            }
            
            // Display results
            const outputDiv = document.getElementById('output');
            outputDiv.innerHTML = `
                <h1>Model Parameter Calculator</h1>
                <div class="section">
                    <h3>Attention</h3>
                    <table>
                        <tr>
                            <th>Parameter</th>
                            <th>Input Size</th>
                            <th>Output Size</th>
                            <th>Total parameters (input*ouput)</th>
                        </tr>
                        ${attention.map(entry => `
                            <tr>
                                <td>${entry.name} - W</td>
                                <td>${entry.input.toLocaleString()}</td>
                                <td>${entry.output.toLocaleString()}</td>
                                <td>${entry.wTotal.toLocaleString()}</td>
                            </tr>
                            ${includeBias ? `
                            <tr>
                                <td>${entry.name} - b</td>
                                <td>-</td>
                                <td>${entry.output.toLocaleString()}</td>
                                <td>${entry.bTotal.toLocaleString()}</td>
                            </tr>
                            ` : ''}
                        `).join('')}
                        <tr>
                            <th colspan="3">Total attention parameters</th>
                            <td colspan="2">${attentionTotal.toLocaleString()}</td>
                        </tr>
                    </table>
                </div>
                <div class="section">
                    <h3>Feed Forward</h3>
                    <table>
                        <tr>
                            <th>Parameter</th>
                            <th>Input Size</th>
                            <th>Output Size</th>
                            <th>Total (input*output)</th>
                        </tr>
                        <tr>
                            <td>Swish - W</td>
                            <td>${hiddenSize.toLocaleString()}</td>
                            <td>${intermediateSize.toLocaleString()}</td>
                            <td>${switchW.toLocaleString()}</td>
                        </tr>
                        ${includeBias ? `<tr>
                            <td>Swish - b</td>
                            <td>-</td>
                            <td>${intermediateSize.toLocaleString()}</td>
                            <td>${switchB.toLocaleString()}</td>
                        </tr>` : ''}
                        <tr>
                            <td>GLU W</td>
                            <td>${hiddenSize.toLocaleString()}</td>
                            <td>${intermediateSize.toLocaleString()}</td>
                            <td>${luW.toLocaleString()}</td>
                        </tr>
                        ${includeBias ? `<tr>
                            <td>GLU - b</td>
                            <td>-</td>
                            <td>${intermediateSize.toLocaleString()}</td>
                            <td>${luB.toLocaleString()}</td>
                        </tr>` : ''}
                        <tr>
                            <td>Projection - W</td>
                            <td>${intermediateSize.toLocaleString()}</td>
                            <td>${hiddenSize.toLocaleString()}</td>
                            <td>${projW.toLocaleString()}</td>
                        </tr>
                        ${includeBias ? `<tr>
                            <td>Projection - b</td>
                            <td>-</td>
                            <td>${hiddenSize.toLocaleString()}</td>
                            <td>${projB.toLocaleString()}</td>
                        </tr>` : ''}
                        <tr>
                            <th colspan="3">Total Feed Forward parameters</th>
                            <td>${feedForwardTotal.toLocaleString()}</td>
                        </tr>
                        ${isMoe ?`
                        <tr>
                            <th colspan="3">Total active Feed Forward parameters</th>
                            <td>${feedForwardTotalActive.toLocaleString()}</td>
                        </tr>` : ''}
                    </table>
                </div>
                <div class="highlight">
                    <strong>1 Layer Parameters (Attention + FFN):</strong> ${oneLayerParams.toLocaleString()}<br>
                    <strong>Full Layers Parameters (1 layer parameters * num layers):</strong> ${fullLayersParams.toLocaleString()}<br><br>
                    ${isMoe ? `<tr>
                            <strong>1 Layer Parameters Active(Attention + FFN):</strong> ${oneLayerParamsActive.toLocaleString()}<br>
                            <strong>Full Layers Parameters Active(1 layer active parameters * num layers):</strong> ${fullLayersParamsMOEActive.toLocaleString()}<br>
                        </tr>` : ''}
                </div>
                <div class="section">
                    <h3>Embedding</h3>
                    <table>
                        <tr>
                            <th>Parameter</th>
                            <th>Vocab Size</th>
                            <th>Hidden Size</th>
                            <th>Total (vocab * hidden)</th>
                        </tr>
                        <tr>
                            <td>Embedding</td>
                            <td>${vocabSize.toLocaleString()}</td>
                            <td>${hiddenSize.toLocaleString()}</td>
                            <td>${embeddingTotal.toLocaleString()}</td>
                        </tr>
                    </table>
                </div>
                <div class="highlight">
                    <strong>Complete Model Parmeters (embedding size + full layers size):</strong> ${fullSize.toLocaleString()}<br><br>
                    ${isMoe ? `<strong>Complete Model Parmeters Active:</strong> ${fullSizeActive.toLocaleString()}` : ''}
                </div>
            `;
        }
    </script>
</head>
<body>

<div class="console">
    <h3>Input Parameters</h3>
    <label for="hidden_size">Hidden size:</label><br>
    <input type="number" id="hidden_size" value="896"><br><br>

    <label for="intermediate_size">Intermediate size:</label><br>
    <input type="number" id="intermediate_size" value="4864"><br><br>

    <label for="vocab_size">Vocab size:</label><br>
    <input type="number" id="vocab_size" value="151646"><br><br>

    <label for="num_key_value_heads">Number of key-value heads:</label><br>
    <input type="number" id="num_key_value_heads" value="2"><br><br>

    <label for="num_heads">Number of attention (query) heads:</label><br>
    <input type="number" id="num_heads" value="14"><br><br>

    <label for="num_hidden_layers">Number of hidden layers:</label><br>
    <input type="number" id="num_hidden_layers" value="24"><br><br>

    <label for="include_bias">Include bias?</label><br>
    <select id="include_bias">
        <option value="no">No</option>
        <option value="yes">Yes</option>
    </select><br><br>

    <label for="is_moe">Is MOE ?</label><br>
    <select id="is_moe" onchange="handleSelectChange()">
        <option value="no">No</option>
        <option value="yes">Yes</option>
    </select><br><br>

    <div id="additionalFieldsMOE">
        <label for="expert_number">Total expert number :</label><br>
        <input type="number" id="expert_number" name="expert_number"><br><br>

        <label for="active_expert_number">Total active experts (shared + specifics):</label><br>
        <input type="number" id="active_expert_number" name="active_expert_number"><br><br>
    </div>

    <button onclick="calculateParameters()">Calculate</button>
</div>

<div class="output" id="output">
    <h1>Transformer total number of parameters Calculator</h1>
    <h3>Enter model hyperparameters in the console and press calculate (curently working for classic transformer/LLM architecture with GQA and GLU)</h3>
</div>

</body>
</html>