File size: 10,770 Bytes
ea432a6
 
 
 
 
 
 
6efb845
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ea432a6
 
 
 
309ade9
ea432a6
 
 
 
f9c0309
ea432a6
 
 
acc4755
 
 
ea432a6
 
 
 
 
 
 
6efb845
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ea432a6
 
6d6797f
 
 
 
 
 
 
 
ea432a6
 
 
 
 
 
6d6797f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ea432a6
6d6797f
ea432a6
 
 
 
 
 
 
6d6797f
ea432a6
 
 
 
 
 
 
6d6797f
ea432a6
 
 
 
 
 
 
6d6797f
 
ea432a6
 
 
 
 
 
6d6797f
ea432a6
 
 
 
 
 
 
6d6797f
ea432a6
 
 
 
 
 
6efb845
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
220fb8a
acc4755
 
6efb845
f9c0309
acc4755
ea432a6
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
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Openness Leaderboard</title>
    <style>
        /* Add some basic styling for the tabs and tables */
      .tabs {
            margin-bottom: 20px;
        }
      .tabs ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
      .tabs li {
            display: inline-block;
            margin-right: 10px;
        }
      .tabs a {
            text-decoration: none;
            color: #337ab7;
        }
      .tabs a.active {
            color: #23527c;
        }
        table {
            width: 50%;
            border-collapse: collapse;
            margin: 20px 0;
            float: left;
        }
        th, td {
            border: 1px solid #ddd;
            padding: 8px;
            text-align: below;
        }
        th {
            background-color: #f2f2f2;
        }
             .image-container {
            margin-left: 20px;
        }
    </style>
</head>
<body>

<h2>Openness Leaderboard</h2>

<div class="tabs">
    <ul>
        <li><a href="#" class="active" data-tab="language-models">Language Models</a></li>
        <li><a href="#" data-tab="text-to-image-models">Text-to-Image Models</a></li>
        <li><a href="#" data-tab="text-to-speech-models">Text-to-Speech Models</a></li>
    </ul>
</div>

<div id="leaderboard">
    <!-- Language Models leaderboard will be displayed here by default -->
    <table id="language-models">
        <thead>
            <tr>
                <th>Rank</th>
                <th>Model</th>
                <th>weights</th>
                <th>data</th>
                <th>open source license</th>
                <th>Organization</th>
            </tr>
        </thead>
        <tbody>
        <tr>
            <td>1</td>
            <td>K2-65B</td>
            <td></td>
            <td></td>
            <td></td>
            <td>llm360</td>
        </tr>
        <tr>
            <td>2</td>
            <td>olmo</td>
            <td></td>
            <td></td>
            <td></td>
            <td>AllenAI (AI2)</td>
        </tr>
         <tr>
            <td>3</td>
            <td>qwen2.5 32b</td>
            <td></td>
            <td></td>
            <td></td>
            <td>Alibaba</td>
        </tr>
         <tr>
            <td>4</td>
            <td>Grin-MOE</td>
            <td></td>
            <td></td>
            <td></td>
            <td>Microsoft</td>
        </tr>
      
        <tr>
            <td>5</td>
            <td>phi 3.5</td>
            <td></td>
            <td></td>
            <td></td>
            <td>Microsoft</td>
        </tr>
        <tr>
            <td>6</td>
            <td>yi 1.5</td>
            <td></td>
            <td></td>
            <td></td>
            <td>01.ai</td>
        </tr>
        <tr>
            <td>7</td>
            <td>mixtral8x22b</td>
            <td></td>
            <td></td>
            <td></td>
            <td>Mistral</td>
        </tr>
        <tr>
            <td>8</td>
            <td>qwen2.5 72b</td>
            <td></td>
            <td></td>
            <td></td>
            <td>Alibaba</td>
        </tr>
        <tr>
            <td>9</td>
            <td>llama 3.1</td>
            <td></td>
            <td></td>
            <td></td>
            <td>Meta</td>
        </tr>
        <tr>
            <td>10</td>
            <td>deepseek 2.5</td>
            <td></td>
            <td></td>
            <td></td>
            <td>Deepseek</td>
        </tr>
        </tbody>
    </table>

    <!-- Text-to-Image Models leaderboard will be displayed when the tab is clicked -->
    <table id="text-to-image-models" style="display: none;">
        <thead>
            <tr>
                <th>Rank</th>
                <th>Model</th>
                <th>weights</th>
                <th>data</th>
                <th>open source license</th>
                <th>Organization</th>
            </tr>
        </thead>
        <tbody>
            <!--  text-to-image model data  -->
          <tr>
                <td>1</td>
                <td>flux-schnell</td>
                <td></td>
                <td></td>
                <td></td>
                <td>blackforestlabs</td>
            </tr>
          <tr>
                <td>2</td>
                <td>Aura-flow 0.3</td>
                <td></td>
                <td></td>
                <td></td>
                <td>falai</td>
           </tr>
          <tr>
                <td>3</td>
                <td>flux-dev</td>
                <td></td>
                <td></td>
                <td></td>
                <td>blackforestlabs</td>
           </tr>
           <tr>
                <td>4</td>
                <td>StableDiffusion medium 3</td>
                <td></td>
                <td></td>
                <td></td>
                <td>StabilityAI</td>
            </tr>
          <tr>
                <td>5</td>
                <td>flux-pro</td>
                <td></td>
                <td></td>
                <td></td>
                <td>blackforestlabs</td>
           </tr>
          <tr>
                <td>6</td>
                <td>Midjourney v6.1</td>
                <td></td>
                <td></td>
                <td></td>
                <td>Midjourney</td>
           </tr>
          <tr>
                <td>7</td>
                <td>Dalle 3</td>
                <td></td>
                <td></td>
                <td></td>
                <td>OpenAI</td>
           </tr>          
        </tbody>
    </table>

    <!-- Text-to-Speech Models leaderboard will be displayed when the tab is clicked -->
    <table id="text-to-speech-models" style="display: none;">
        <thead>
            <tr>
                <th>Rank</th>
                <th>Model</th>
                <th>weights</th>
                <th>data</th>
                <th>open source license</th>
                <th>Organization</th>
            </tr>
        </thead>
        <tbody>
            <!--  text-to-speech model data  -->
          <tr>
                <td>1</td>
                <td>Parler-TTS</td>
                <td></td>
                <td></td>
                <td></td>
                <td>huggingface</td>
            </tr>
           <tr>
                <td>2</td>
                <td>metavoice</td>
                <td></td>
                <td></td>
                <td></td>
                <td>metavoiceio</td>
            </tr>        
           <tr>
                <td>3</td>
                <td>openvoicev2</td>
                <td></td>
                <td></td>
                <td></td>
                <td>myshell-ai</td>
            </tr>
           <tr>
                <td>4</td>
                <td>styletts2</td>
                <td></td>
                <td></td>
                <td></td>
                <td>styletts2</td>
            </tr>
           <tr>
                <td>5</td>
                <td>melo-tts</td>
                <td></td>
                <td></td>
                <td></td>
                <td>myshell-ai</td>
            </tr>
           <tr>
                <td>6</td>
                <td>fish-speech 1.4</td>
                <td></td>
                <td></td>
                <td></td>
                <td>fish-audio</td>
            </tr>
           <tr>
                <td>7</td>
                <td>Elevenlabs</td>
                <td></td>
                <td></td>
                <td></td>
                <td>Elevenlabs</td>
            </tr>          
        </tbody>
    </table>
</div>

<script>
    const tabs = document.querySelectorAll('.tabs li a');
    const leaderboard = document.getElementById('leaderboard');
    const languageModelsTable = document.getElementById('language-models');
    const textToImageModelsTable = document.getElementById('text-to-image-models');
    const textToSpeechModelsTable = document.getElementById('text-to-speech-models');
    tabs.forEach((tab, index) => {
        tab.addEventListener('click', (e) => {
            e.preventDefault();
            const tabId = tab.getAttribute('data-tab');
            if (tabId === 'language-models') {
                languageModelsTable.style.display = 'table';
                textToImageModelsTable.style.display = 'none';
                textToSpeechModelsTable.style.display = 'none';
                tabs.forEach((t) => t.classList.remove('active'));
                tab.classList.add('active');
            } else if (tabId === 'text-to-image-models') {
                languageModelsTable.style.display = 'none';
                textToImageModelsTable.style.display = 'table';
                textToSpeechModelsTable.style.display = 'none';
                tabs.forEach((t) => t.classList.remove('active'));
                tab.classList.add('active');
            } else if (tabId === 'text-to-speech-models') {
                languageModelsTable.style.display = 'none';
                textToImageModelsTable.style.display = 'none';
                textToSpeechModelsTable.style.display = 'table';
                tabs.forEach((t) => t.classList.remove('active'));
                tab.classList.add('active');
            }
        });
    });
</script>
  <div class="image-container">
    <img src="https://blog.mozilla.org/wp-content/blogs.dir/278/files/2024/05/columbia-convening.png" alt="Image" style="width: 500px; height: auto;"> <!-- Resize the image to 300px wide -->
</div>

<p style="clear: both;"><strong>🚨:</strong> This is an oversimplified leaderboard, there are so much more other than the weights, training data and license for a model such as the code to train the model, the model architecture, data preprocessing code etc. Please refer to the <a href="https://arxiv.org/abs/2403.13784" target="_blank">MOF paper</a> to learn more. Future updates will include a more detailed leaderboard with more models and components added. The purpose of this leaderboard is to let the world know that there are certain models claiming to be "open" despite falling short of openness standards (also known as open washing) due to restricted access to training data, training code, the use of custom licenses etc. Transparency and accurate representation of AI models openness are crucial.</p>
<p style="clear: both;">image source: <a href="https://arxiv.org/abs/2405.15802" target="_blank">https://arxiv.org/abs/2405.15802</a></p>
</body>
</html>