PierreGtch commited on
Commit
1f0ead6
·
1 Parent(s): cf8b1de

Make it clear that the results are fake (#3)

Browse files

- Update backend/app/data/sample_results.json (64cf51245f8e53d6d9cac81a46199fcfc03536be)

Files changed (1) hide show
  1. backend/app/data/sample_results.json +3 -445
backend/app/data/sample_results.json CHANGED
@@ -1,448 +1,6 @@
1
  [
2
  {
3
- "fullname": "braindecode/LaBraM-LoRA",
4
- "adapter": "lora",
5
- "Precision": "float32",
6
- "Model sha": "abc123def456",
7
- "Architecture": "labram",
8
- "Weight type": "Adapter",
9
- "Average \u2b06\ufe0f": 48.2,
10
- "bcic2a_accuracy": 0.292,
11
- "physionet_accuracy": 0.315,
12
- "isruc_sleep_accuracy": 0.721,
13
- "tuab_accuracy": 0.834,
14
- "tuev_accuracy": 0.412,
15
- "chbmit_accuracy": 0.763,
16
- "faced_accuracy": 0.234,
17
- "seedv_accuracy": 0.287,
18
- "#Params (M)": 3.2,
19
- "embed_dim": 200,
20
- "trainable_params": 262144,
21
- "Available on the hub": true,
22
- "Upload To Hub Date": "2025-01-15",
23
- "Submission Date": "2025-01-14",
24
- "Base Model": "LaBraM",
25
- "Hub License": "MIT",
26
- "Hub \u2764\ufe0f": 12
27
- },
28
- {
29
- "fullname": "braindecode/LaBraM-AdaLoRA",
30
- "adapter": "adalora",
31
- "Precision": "float32",
32
- "Model sha": "bcd234efg567",
33
- "Architecture": "labram",
34
- "Weight type": "Adapter",
35
- "Average \u2b06\ufe0f": 46.8,
36
- "bcic2a_accuracy": 0.278,
37
- "physionet_accuracy": 0.301,
38
- "isruc_sleep_accuracy": 0.698,
39
- "tuab_accuracy": 0.821,
40
- "tuev_accuracy": 0.398,
41
- "chbmit_accuracy": 0.745,
42
- "faced_accuracy": 0.221,
43
- "seedv_accuracy": 0.275,
44
- "#Params (M)": 3.4,
45
- "embed_dim": 200,
46
- "trainable_params": 294912,
47
- "Available on the hub": true,
48
- "Upload To Hub Date": "2025-01-16",
49
- "Submission Date": "2025-01-15",
50
- "Base Model": "LaBraM",
51
- "Hub License": "MIT",
52
- "Hub \u2764\ufe0f": 8
53
- },
54
- {
55
- "fullname": "braindecode/LaBraM-IA3",
56
- "adapter": "ia3",
57
- "Precision": "float32",
58
- "Model sha": "cde345fgh678",
59
- "Architecture": "labram",
60
- "Weight type": "Adapter",
61
- "Average \u2b06\ufe0f": 44.1,
62
- "bcic2a_accuracy": 0.265,
63
- "physionet_accuracy": 0.288,
64
- "isruc_sleep_accuracy": 0.672,
65
- "tuab_accuracy": 0.798,
66
- "tuev_accuracy": 0.381,
67
- "chbmit_accuracy": 0.718,
68
- "faced_accuracy": 0.209,
69
- "seedv_accuracy": 0.261,
70
- "#Params (M)": 0.8,
71
- "embed_dim": 200,
72
- "trainable_params": 65536,
73
- "Available on the hub": true,
74
- "Upload To Hub Date": "2025-01-17",
75
- "Submission Date": "2025-01-16",
76
- "Base Model": "LaBraM",
77
- "Hub License": "MIT",
78
- "Hub \u2764\ufe0f": 5
79
- },
80
- {
81
- "fullname": "braindecode/LaBraM-DoRA",
82
- "adapter": "dora",
83
- "Precision": "float32",
84
- "Model sha": "def456ghi789",
85
- "Architecture": "labram",
86
- "Weight type": "Adapter",
87
- "Average \u2b06\ufe0f": 49.5,
88
- "bcic2a_accuracy": 0.305,
89
- "physionet_accuracy": 0.328,
90
- "isruc_sleep_accuracy": 0.735,
91
- "tuab_accuracy": 0.842,
92
- "tuev_accuracy": 0.425,
93
- "chbmit_accuracy": 0.778,
94
- "faced_accuracy": 0.241,
95
- "seedv_accuracy": 0.298,
96
- "#Params (M)": 3.5,
97
- "embed_dim": 200,
98
- "trainable_params": 327680,
99
- "Available on the hub": true,
100
- "Upload To Hub Date": "2025-01-18",
101
- "Submission Date": "2025-01-17",
102
- "Base Model": "LaBraM",
103
- "Hub License": "MIT",
104
- "Hub \u2764\ufe0f": 15
105
- },
106
- {
107
- "fullname": "braindecode/LaBraM-FullFT",
108
- "adapter": "full_finetune",
109
- "Precision": "float32",
110
- "Model sha": "efg567hij890",
111
- "Architecture": "labram",
112
- "Weight type": "Original",
113
- "Average \u2b06\ufe0f": 51.2,
114
- "bcic2a_accuracy": 0.318,
115
- "physionet_accuracy": 0.342,
116
- "isruc_sleep_accuracy": 0.758,
117
- "tuab_accuracy": 0.861,
118
- "tuev_accuracy": 0.448,
119
- "chbmit_accuracy": 0.795,
120
- "faced_accuracy": 0.258,
121
- "seedv_accuracy": 0.312,
122
- "#Params (M)": 12.5,
123
- "embed_dim": 200,
124
- "trainable_params": 12500000,
125
- "Available on the hub": true,
126
- "Upload To Hub Date": "2025-01-19",
127
- "Submission Date": "2025-01-18",
128
- "Base Model": "LaBraM",
129
- "Hub License": "MIT",
130
- "Hub \u2764\ufe0f": 20
131
- },
132
- {
133
- "fullname": "braindecode/EEGPT-LoRA",
134
- "adapter": "lora",
135
- "Precision": "float32",
136
- "Model sha": "fgh678ijk901",
137
- "Architecture": "eegpt",
138
- "Weight type": "Adapter",
139
- "Average \u2b06\ufe0f": 45.6,
140
- "bcic2a_accuracy": 0.275,
141
- "physionet_accuracy": 0.298,
142
- "isruc_sleep_accuracy": 0.695,
143
- "tuab_accuracy": 0.812,
144
- "tuev_accuracy": 0.395,
145
- "chbmit_accuracy": 0.738,
146
- "faced_accuracy": 0.218,
147
- "seedv_accuracy": 0.269,
148
- "#Params (M)": 5.1,
149
- "embed_dim": 256,
150
- "trainable_params": 524288,
151
- "Available on the hub": true,
152
- "Upload To Hub Date": "2025-02-01",
153
- "Submission Date": "2025-01-31",
154
- "Base Model": "EEGPT",
155
- "Hub License": "Apache-2.0",
156
- "Hub \u2764\ufe0f": 18
157
- },
158
- {
159
- "fullname": "braindecode/EEGPT-DoRA",
160
- "adapter": "dora",
161
- "Precision": "float32",
162
- "Model sha": "ghi789jkl012",
163
- "Architecture": "eegpt",
164
- "Weight type": "Adapter",
165
- "Average \u2b06\ufe0f": 47.1,
166
- "bcic2a_accuracy": 0.289,
167
- "physionet_accuracy": 0.312,
168
- "isruc_sleep_accuracy": 0.712,
169
- "tuab_accuracy": 0.825,
170
- "tuev_accuracy": 0.408,
171
- "chbmit_accuracy": 0.752,
172
- "faced_accuracy": 0.228,
173
- "seedv_accuracy": 0.282,
174
- "#Params (M)": 5.4,
175
- "embed_dim": 256,
176
- "trainable_params": 589824,
177
- "Available on the hub": true,
178
- "Upload To Hub Date": "2025-02-02",
179
- "Submission Date": "2025-02-01",
180
- "Base Model": "EEGPT",
181
- "Hub License": "Apache-2.0",
182
- "Hub \u2764\ufe0f": 14
183
- },
184
- {
185
- "fullname": "braindecode/EEGPT-FullFT",
186
- "adapter": "full_finetune",
187
- "Precision": "float32",
188
- "Model sha": "hij890klm123",
189
- "Architecture": "eegpt",
190
- "Weight type": "Original",
191
- "Average \u2b06\ufe0f": 49.8,
192
- "bcic2a_accuracy": 0.312,
193
- "physionet_accuracy": 0.335,
194
- "isruc_sleep_accuracy": 0.741,
195
- "tuab_accuracy": 0.848,
196
- "tuev_accuracy": 0.432,
197
- "chbmit_accuracy": 0.781,
198
- "faced_accuracy": 0.245,
199
- "seedv_accuracy": 0.305,
200
- "#Params (M)": 18.7,
201
- "embed_dim": 256,
202
- "trainable_params": 18700000,
203
- "Available on the hub": true,
204
- "Upload To Hub Date": "2025-02-03",
205
- "Submission Date": "2025-02-02",
206
- "Base Model": "EEGPT",
207
- "Hub License": "Apache-2.0",
208
- "Hub \u2764\ufe0f": 22
209
- },
210
- {
211
- "fullname": "braindecode/BIOT-LoRA",
212
- "adapter": "lora",
213
- "Precision": "float32",
214
- "Model sha": "ijk901lmn234",
215
- "Architecture": "biot",
216
- "Weight type": "Adapter",
217
- "Average \u2b06\ufe0f": 43.8,
218
- "bcic2a_accuracy": 0.258,
219
- "physionet_accuracy": 0.281,
220
- "isruc_sleep_accuracy": 0.668,
221
- "tuab_accuracy": 0.795,
222
- "tuev_accuracy": 0.375,
223
- "chbmit_accuracy": 0.712,
224
- "faced_accuracy": 0.205,
225
- "seedv_accuracy": 0.255,
226
- "#Params (M)": 2.8,
227
- "embed_dim": 128,
228
- "trainable_params": 196608,
229
- "Available on the hub": true,
230
- "Upload To Hub Date": "2025-02-05",
231
- "Submission Date": "2025-02-04",
232
- "Base Model": "BIOT",
233
- "Hub License": "MIT",
234
- "Hub \u2764\ufe0f": 9
235
- },
236
- {
237
- "fullname": "braindecode/BIOT-OFT",
238
- "adapter": "oft",
239
- "Precision": "float32",
240
- "Model sha": "jkl012mno345",
241
- "Architecture": "biot",
242
- "Weight type": "Adapter",
243
- "Average \u2b06\ufe0f": 42.5,
244
- "bcic2a_accuracy": 0.248,
245
- "physionet_accuracy": 0.271,
246
- "isruc_sleep_accuracy": 0.652,
247
- "tuab_accuracy": 0.781,
248
- "tuev_accuracy": 0.362,
249
- "chbmit_accuracy": 0.698,
250
- "faced_accuracy": 0.198,
251
- "seedv_accuracy": 0.248,
252
- "#Params (M)": 1.9,
253
- "embed_dim": 128,
254
- "trainable_params": 131072,
255
- "Available on the hub": true,
256
- "Upload To Hub Date": "2025-02-06",
257
- "Submission Date": "2025-02-05",
258
- "Base Model": "BIOT",
259
- "Hub License": "MIT",
260
- "Hub \u2764\ufe0f": 6
261
- },
262
- {
263
- "fullname": "braindecode/BENDR-LoRA",
264
- "adapter": "lora",
265
- "Precision": "float32",
266
- "Model sha": "klm123nop456",
267
- "Architecture": "bendr",
268
- "Weight type": "Adapter",
269
- "Average \u2b06\ufe0f": 41.2,
270
- "bcic2a_accuracy": 0.242,
271
- "physionet_accuracy": 0.265,
272
- "isruc_sleep_accuracy": 0.638,
273
- "tuab_accuracy": 0.768,
274
- "tuev_accuracy": 0.348,
275
- "chbmit_accuracy": 0.685,
276
- "faced_accuracy": 0.192,
277
- "seedv_accuracy": 0.241,
278
- "#Params (M)": 4.2,
279
- "embed_dim": 512,
280
- "trainable_params": 393216,
281
- "Available on the hub": true,
282
- "Upload To Hub Date": "2025-02-08",
283
- "Submission Date": "2025-02-07",
284
- "Base Model": "BENDR",
285
- "Hub License": "BSD-3",
286
- "Hub \u2764\ufe0f": 7
287
- },
288
- {
289
- "fullname": "braindecode/BENDR-Probe",
290
- "adapter": "probe",
291
- "Precision": "float32",
292
- "Model sha": "lmn234opq567",
293
- "Architecture": "bendr",
294
- "Weight type": "Adapter",
295
- "Average \u2b06\ufe0f": 38.5,
296
- "bcic2a_accuracy": 0.225,
297
- "physionet_accuracy": 0.248,
298
- "isruc_sleep_accuracy": 0.612,
299
- "tuab_accuracy": 0.742,
300
- "tuev_accuracy": 0.328,
301
- "chbmit_accuracy": 0.655,
302
- "faced_accuracy": 0.178,
303
- "seedv_accuracy": 0.228,
304
- "#Params (M)": 0.5,
305
- "embed_dim": 512,
306
- "trainable_params": 32768,
307
- "Available on the hub": true,
308
- "Upload To Hub Date": "2025-02-09",
309
- "Submission Date": "2025-02-08",
310
- "Base Model": "BENDR",
311
- "Hub License": "BSD-3",
312
- "Hub \u2764\ufe0f": 4
313
- },
314
- {
315
- "fullname": "braindecode/SignalJEPA-LoRA",
316
- "adapter": "lora",
317
- "Precision": "float32",
318
- "Model sha": "mno345pqr678",
319
- "Architecture": "signal_jepa",
320
- "Weight type": "Adapter",
321
- "Average \u2b06\ufe0f": 50.8,
322
- "bcic2a_accuracy": 0.315,
323
- "physionet_accuracy": 0.338,
324
- "isruc_sleep_accuracy": 0.748,
325
- "tuab_accuracy": 0.855,
326
- "tuev_accuracy": 0.442,
327
- "chbmit_accuracy": 0.788,
328
- "faced_accuracy": 0.252,
329
- "seedv_accuracy": 0.308,
330
- "#Params (M)": 8.6,
331
- "embed_dim": 384,
332
- "trainable_params": 786432,
333
- "Available on the hub": true,
334
- "Upload To Hub Date": "2025-02-10",
335
- "Submission Date": "2025-02-09",
336
- "Base Model": "SignalJEPA",
337
- "Hub License": "Apache-2.0",
338
- "Hub \u2764\ufe0f": 25
339
- },
340
- {
341
- "fullname": "braindecode/SignalJEPA-DoRA",
342
- "adapter": "dora",
343
- "Precision": "float32",
344
- "Model sha": "nop456qrs789",
345
- "Architecture": "signal_jepa",
346
- "Weight type": "Adapter",
347
- "Average \u2b06\ufe0f": 52.1,
348
- "bcic2a_accuracy": 0.325,
349
- "physionet_accuracy": 0.348,
350
- "isruc_sleep_accuracy": 0.762,
351
- "tuab_accuracy": 0.868,
352
- "tuev_accuracy": 0.455,
353
- "chbmit_accuracy": 0.801,
354
- "faced_accuracy": 0.262,
355
- "seedv_accuracy": 0.318,
356
- "#Params (M)": 9.1,
357
- "embed_dim": 384,
358
- "trainable_params": 851968,
359
- "Available on the hub": true,
360
- "Upload To Hub Date": "2025-02-11",
361
- "Submission Date": "2025-02-10",
362
- "Base Model": "SignalJEPA",
363
- "Hub License": "Apache-2.0",
364
- "Hub \u2764\ufe0f": 28
365
- },
366
- {
367
- "fullname": "braindecode/CBraMod-LoRA",
368
- "adapter": "lora",
369
- "Precision": "float32",
370
- "Model sha": "opq567rst890",
371
- "Architecture": "cbramod",
372
- "Weight type": "Adapter",
373
- "Average \u2b06\ufe0f": 47.5,
374
- "bcic2a_accuracy": 0.288,
375
- "physionet_accuracy": 0.311,
376
- "isruc_sleep_accuracy": 0.715,
377
- "tuab_accuracy": 0.828,
378
- "tuev_accuracy": 0.411,
379
- "chbmit_accuracy": 0.755,
380
- "faced_accuracy": 0.231,
381
- "seedv_accuracy": 0.285,
382
- "#Params (M)": 6.3,
383
- "embed_dim": 256,
384
- "trainable_params": 524288,
385
- "Available on the hub": true,
386
- "Upload To Hub Date": "2025-02-12",
387
- "Submission Date": "2025-02-11",
388
- "Base Model": "CBraMod",
389
- "Hub License": "MIT",
390
- "Hub \u2764\ufe0f": 16
391
- },
392
- {
393
- "fullname": "braindecode/CBraMod-IA3",
394
- "adapter": "ia3",
395
- "Precision": "float32",
396
- "Model sha": "pqr678stu901",
397
- "Architecture": "cbramod",
398
- "Weight type": "Adapter",
399
- "Average \u2b06\ufe0f": 44.8,
400
- "bcic2a_accuracy": 0.268,
401
- "physionet_accuracy": 0.291,
402
- "isruc_sleep_accuracy": 0.685,
403
- "tuab_accuracy": 0.805,
404
- "tuev_accuracy": 0.388,
405
- "chbmit_accuracy": 0.725,
406
- "faced_accuracy": 0.215,
407
- "seedv_accuracy": 0.265,
408
- "#Params (M)": 1.2,
409
- "embed_dim": 256,
410
- "trainable_params": 98304,
411
- "Available on the hub": true,
412
- "Upload To Hub Date": "2025-02-13",
413
- "Submission Date": "2025-02-12",
414
- "Base Model": "CBraMod",
415
- "Hub License": "MIT",
416
- "Hub \u2764\ufe0f": 10
417
- },
418
- {
419
- "fullname": "braindecode/REVE-LoRA",
420
- "adapter": "lora",
421
- "Precision": "float32",
422
- "Model sha": "qrs789tuv012",
423
- "Architecture": "reve",
424
- "Weight type": "Adapter",
425
- "Average \u2b06\ufe0f": 46.2,
426
- "bcic2a_accuracy": 0.278,
427
- "physionet_accuracy": 0.301,
428
- "isruc_sleep_accuracy": 0.702,
429
- "tuab_accuracy": 0.818,
430
- "tuev_accuracy": 0.401,
431
- "chbmit_accuracy": 0.742,
432
- "faced_accuracy": 0.222,
433
- "seedv_accuracy": 0.275,
434
- "#Params (M)": 7.4,
435
- "embed_dim": 320,
436
- "trainable_params": 655360,
437
- "Available on the hub": true,
438
- "Upload To Hub Date": "2025-02-14",
439
- "Submission Date": "2025-02-13",
440
- "Base Model": "REVE",
441
- "Hub License": "MIT",
442
- "Hub \u2764\ufe0f": 11
443
- },
444
- {
445
- "fullname": "braindecode/REVE-FullFT",
446
  "adapter": "full_finetune",
447
  "Precision": "float32",
448
  "Model sha": "rst890uvw123",
@@ -468,7 +26,7 @@
468
  "Hub \u2764\ufe0f": 19
469
  },
470
  {
471
- "fullname": "braindecode/LaBraM-OFT",
472
  "adapter": "oft",
473
  "Precision": "float32",
474
  "Model sha": "stu901vwx234",
@@ -494,7 +52,7 @@
494
  "Hub \u2764\ufe0f": 7
495
  },
496
  {
497
- "fullname": "braindecode/LaBraM-Probe",
498
  "adapter": "probe",
499
  "Precision": "float32",
500
  "Model sha": "tuv012wxy345",
 
1
  [
2
  {
3
+ "fullname": "example-model-A",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  "adapter": "full_finetune",
5
  "Precision": "float32",
6
  "Model sha": "rst890uvw123",
 
26
  "Hub \u2764\ufe0f": 19
27
  },
28
  {
29
+ "fullname": "example-model-B",
30
  "adapter": "oft",
31
  "Precision": "float32",
32
  "Model sha": "stu901vwx234",
 
52
  "Hub \u2764\ufe0f": 7
53
  },
54
  {
55
+ "fullname": "example-model-C",
56
  "adapter": "probe",
57
  "Precision": "float32",
58
  "Model sha": "tuv012wxy345",