File size: 97,522 Bytes
9e5eb3e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>TCTF : Top Contributors To Follow</title>
  <link rel="stylesheet" href="styles.css">
</head>
<body>
  <header>
    <h1><img width="150" height="150" src="img/logo_tctf.png" alt="X logo"></h1>
    <h1>Top Contributors To Follow</h1>
    <p>Connect with the most impactful users of the Hugging Face community.</p>
  </header>
  <main>
    <div class="tabs">
      <label> <a href="index.html"><img width="14" height="14" src="img/ico_models.png" alt="Models icon"> Models Downloads</a></label>
      <label> <a href="datasets.html"><img width="14" height="14" src="img/ico_datasets.png" alt="Datasets icon"> Datasets Downloads</a></label>
      <label class="active"> <img width="14" height="14" src="img/ico_spaces.png" alt="Spaces icon"> Spaces Likes</label>
      <label> <a href="followers.html"><img width="14" height="14" src="img/ico_hf.png" alt="Followers icon"> Profile Followers</a></label>
   </div>
    
    
    
   <section class="tab-content active">
      
      <div><h5><img width="14" height="14" src="img/ico_spaces.png" alt="X logo"> Most all-time likes at the end of
        <select id="dropdown" class="custom-dropdown">
          <option value="option1">February 2024</option>
          <option value="option2">March 2024</option>
        </select>
        </h5>
        
        <h3>Creators of Spaces with the most cumulative all-time likes at the end of the selected month (users only, no orgs)</h3>
        
  
  
  <!--February 2024-->
        <div id="option1" class="content">
      
      <div  style="overflow-x:auto;">
      <table class="alternate">
        <tr>
          <th><b>1</b></th>
          <th><a class="link" href="Sylvain Filoni" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/61868ce808aae0b5499a2a95/F6BA0anbsoY_Z7M1JrwOe.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Sylvain Filoni</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 10,087 likes</th>
          <th class="xcol"><a class="button" href="https://twitter.com/fffiloni" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
          <th class="gcol"><a class="button" href="https://github.com/fffiloni" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/fffiloni/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> fffiloni</a> </th>
          </tr><tr>
          <th><b>2</b></th>
          <th><a class="link" href="Apolinário from multimodal AI art" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1649143001781-624bebf604abc7ebb01789af.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Apolinário</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 5,440 likes</th>
          <th class="xcol"><a class="button" href="https://twitter.com/multimodalart" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
          <th class="gcol"><a class="button" href="https://github.com/multimodalart" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/multimodalart/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> multimodalart</a> </th>
          </tr><tr>
          <th><b>3</b></th>
          <th><a class="link" href="AK" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1674929746905-60f1abe7544c2adfd699860c.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">AK</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 5,309 likes</th>
          <th class="xcol"><a class="button" href="https://twitter.com/_akhaliq" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
          <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/akhaliq/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> akhaliq</a> </th>
          </tr><tr>
          <th><b>4</b></th>
          <th><a class="link" href="Julian Bilcke" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/noauth/2RK8J_YSNAK2ob8XZH7w2.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Julian Bilcke</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 5,243 likes</th>
          <th class="xcol"><a class="button" href="https://twitter.com/flngr" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
          <th class="gcol"><a class="button" href="https://github.com/jbilcke-hf" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/jbilcke-hf/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> jbilcke-hf</a> </th>
          </tr><tr>
          <th><b>5</b></th>
          <th><a class="link" href="yuvraj sharma" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1624431552569-noauth.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">yuvraj sharma</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 4,433 likes</th>
          <th class="xcol"><a class="button" href="https://twitter.com/yvrjsharma" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
          <th class="gcol"><a class="button" href="https://github.com/yvrjsharma" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/ysharma/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> ysharma</a> </th>
          </tr><tr>
          <th><b>6</b></th>
          <th><a class="link" href="hysts" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1643012094339-61914f536d34e827404ceb99.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">hysts</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 4,303 likes</th>
          <th class="xcol"><a class="button" href="https://twitter.com/hysts12321" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
          <th class="gcol"><a class="button" href="https://github.com/hysts" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/hysts/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> hysts</a> </th>
          </tr><tr>
          <th><b>7</b></th>
          <th><a class="link" href="AP" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/637bb1382d2d9c4f2486b458/eBV9PwY2Kxd6NsQjVqtzZ.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">AP</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 3,792 likes</th>
          <th class="xcol"><a class="button" href="https://twitter.com/angrypenguinpng" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
          <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/AP123/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> AP123</a> </th>
          </tr><tr>
          <th><b>8</b></th>
          <th><a class="link" href="Radamés Ajna" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1648966381588-6064e095abd8d3692e3e2ed6.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Radamés Ajna</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 2,713 likes</th>
          <th class="xcol"><a class="button" href="https://twitter.com/radamar" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
          <th class="gcol"><a class="button" href="https://github.com/radames" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/radames/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> radames</a> </th>
          </tr><tr>
          <th><b>9</b></th>
          <th><a class="link" href="pharmapsychotic" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/6309155dc038bf42d56e41ce/t5oI4HQGnm4zGg79EBBqp.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">pharmapsychotic</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 2,466 likes</th>
          <th class="xcol"><a class="button" href="https://twitter.com/pharmapsychotic" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
          <th class="gcol"><a class="button" href="https://github.com/pharmapsychotic" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/pharmapsychotic/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> pharmapsychotic</a> </th>
          </tr><tr>
          <th><b>10</b></th>
          <th><a class="link" href="Sanchit Gandhi" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1653243468328-61f91cf54a8e5a275b2b3e7c.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Sanchit Gandhi</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 2,201 likes</th>
          <th class="xcol"><a class="button" href="https://twitter.com/sanchitgandhi99" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
          <th class="gcol"><a class="button" href="https://github.com/sanchit-gandhi" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/sanchit-gandhi/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> sanchit-gandhi</a> </th>
          </tr><tr>
          <th><b>11</b></th>
          <th><a class="link" href="Joshua" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/61b253b7ac5ecaae3d1efe0c/hwiQ0uvz3t-L5a-NtBIO6.png?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Joshua</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 1,812 likes</th>
          <th class="xcol"><a class="button" href="https://twitter.com/xenovacom" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
          <th class="gcol"><a class="button" href="https://github.com/Xenova" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/Xenova/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> Xenova</a> </th>
          </tr><tr>
          <th><b>12</b></th>
          <th><a class="link" href="Gustavo Santana" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1663453939889-6311e9340c860d6d363b983f.png?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Gustavo Santana</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 1,690 likes</th>
          <th></th><th class="gcol"><a class="button" href="https://github.com/gustavosta" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/Gustavosta/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> Gustavosta</a> </th>
          </tr><tr>
          <th><b>13</b></th>
          <th><a class="link" href="Aaron C Wacker" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1656147940537-620630b603825909dcbeba35.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Aaron C Wacker</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 1,611 likes</th>
          <th class="xcol"><a class="button" href="https://twitter.com/Aaron_Wacker" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
          <th class="gcol"><a class="button" href="https://github.com/AaronCWacker" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/awacke1/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> awacke1</a> </th>
          </tr><tr>
          <th><b>14</b></th>
          <th><a class="link" href="AQ" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1665740371407-61a3e2aa2172c41f121589fb.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">AQ</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 1,581 likes</th>
          <th class="xcol"><a class="button" href="https://twitter.com/hahahahohohe" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
          <th class="gcol"><a class="button" href="https://github.com/qunash" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/anzorq/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> anzorq</a> </th>
          </tr><tr>
          <th><b>15</b></th>
          <th><a class="link" href="Tony Assi" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/648a824a8ca6cf9857d1349c/wAdFg_x9Km-_Jw2ccD6DV.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Tony Assi</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 1,487 likes</th>
          <th></th><th class="gcol"><a class="button" href="https://github.com/TonyAssi" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/tonyassi/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> tonyassi</a> </th>
          </tr><tr>
          <th><b>16</b></th>
          <th><a class="link" href="Merve Noyan" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1648113222875-6141a88b3a0ec78603c9e784.png?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Merve Noyan</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 1,470 likes</th>
          <th class="xcol"><a class="button" href="https://twitter.com/mervenoyann" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
          <th class="gcol"><a class="button" href="https://github.com/merveenoyan" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/merve/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> merve</a> </th>
          </tr><tr>
          <th><b>17</b></th>
          <th><a class="link" href="zome" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/6348297ffe7bb6743965a1ae/nRvGbglQN0MeqloWCFOEN.png?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">zome</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 1,462 likes</th>
          <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/zomehwh/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> zomehwh</a> </th>
          </tr><tr>
          <th><b>18</b></th>
          <th><a class="link" href="Niels Rogge" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1608042047613-5f1158120c833276f61f1a84.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Niels Rogge</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 1,454 likes</th>
          <th class="xcol"><a class="button" href="https://twitter.com/NielsRogge" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
          <th class="gcol"><a class="button" href="https://github.com/NielsRogge" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/nielsr/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> nielsr</a> </th>
          </tr><tr>
          <th><b>19</b></th>
          <th><a class="link" href="HumanAIGC" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/638da8c1f467129f4993ceb0/LnhIduvFZDx81AzwweZGj.png?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">HumanAIGC</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 1,353 likes</th>
          <th></th><th class="gcol"><a class="button" href="https://github.com/HumanAIGC" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/HumanAIGC/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> HumanAIGC</a> </th>
          </tr><tr>
          <th><b>20</b></th>
          <th><a class="link" href="Tim Brooks" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/62f68cdb04e5e02f82ae4ab1/kIl7meNMXLJ0DSGg0_WoE.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Tim Brooks</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 1,218 likes</th>
          <th class="xcol"><a class="button" href="https://twitter.com/_tim_brooks" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
          <th class="gcol"><a class="button" href="https://github.com/timothybrooks" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/timbrooks/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> timbrooks</a> </th>
          </tr><tr>
          <th><b>21</b></th>
          <th><a class="link" href="Shangchen Zhou" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/62e57662ae9d3f10acbb1b1b/lg58jdbNyv6LGH2LFnZDF.png?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Shangchen Zhou</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 1,159 likes</th>
          <th class="xcol"><a class="button" href="https://twitter.com/ShangchenZhou" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
          <th class="gcol"><a class="button" href="https://github.com/sczhou" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/sczhou/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> sczhou</a> </th>
          </tr><tr>
          <th><b>22</b></th>
          <th><a class="link" href="skytnt" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1650375870480-noauth.png?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">skytnt</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 1,142 likes</th>
          <th></th><th class="gcol"><a class="button" href="https://github.com/SkyTNT" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/skytnt/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> skytnt</a> </th>
          </tr><tr>
          <th><b>23</b></th>
          <th><a class="link" href="Zhongcong Xu" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/97d2c0b6123691ea27157ebf8da59b45.svg" alt="Profile picture"></div><span class="name">Zhongcong Xu</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 1,084 likes</th>
          <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/zcxu-eric/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> zcxu-eric</a> </th>
          </tr><tr>
          <th><b>24</b></th>
          <th><a class="link" href="haoheliu" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1677233708065-6155245d1c762d4d61b51d5d.png?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">haoheliu</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 1,017 likes</th>
          <th></th><th class="gcol"><a class="button" href="https://github.com/haoheliu" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/haoheliu/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> haoheliu</a> </th>
          </tr><tr>
          <th><b>25</b></th>
          <th><a class="link" href="BlinkDL" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1655953609090-noauth.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">BlinkDL</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 949 likes</th>
          <th class="xcol"><a class="button" href="https://twitter.com/BlinkDL_AI" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
          <th class="gcol"><a class="button" href="https://github.com/BlinkDL" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/BlinkDL/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> BlinkDL</a> </th>
          </tr><tr>
          <th><b>26</b></th>
          <th><a class="link" href="visioncairgroup" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/d0de345aa69981c7a18c79d5259e6597.svg" alt="Profile picture"></div><span class="name">visioncairgroup</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 949 likes</th>
          <th class="xcol"><a class="button" href="https://twitter.com/KAUSTVisionCAIR" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
          <th class="gcol"><a class="button" href="https://github.com/Vision-CAIR" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/Vision-CAIR/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> Vision-CAIR</a> </th>
          </tr><tr>
          <th><b>27</b></th>
          <th><a class="link" href="John Smith" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/ed6996a557141e18f2be161e4e72caae.svg" alt="Profile picture"></div><span class="name">John Smith</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 914 likes</th>
          <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/JohnSmith9982/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> JohnSmith9982</a> </th>
          </tr><tr>
          <th><b>28</b></th>
          <th><a class="link" href="Xiaodong Cun" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/63184c517ca1b876d99b7e0e/b-qDExoeJuDXK0cJBZKnz.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Xiaodong Cun</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 820 likes</th>
          <th class="xcol"><a class="button" href="https://twitter.com/shadocun" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
          <th class="gcol"><a class="button" href="https://github.com/vinthony" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/vinthony/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> vinthony</a> </th>
          </tr><tr>
          <th><b>29</b></th>
          <th><a class="link" href="Lnyan" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1659620157274-626aa9cfdc6c16ed85de8dde.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Lnyan</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 798 likes</th>
          <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/lnyan/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> lnyan</a> </th>
          </tr><tr>
          <th><b>30</b></th>
          <th><a class="link" href="Max Skobeev" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1653153979035-60fea6db4fd19fb46cadf49d.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Max Skobeev</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 791 likes</th>
          <th class="xcol"><a class="button" href="https://twitter.com/doevent" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
          <th class="gcol"><a class="button" href="https://github.com/doevent" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/doevent/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> doevent</a> </th>
          </tr><tr>
          <th><b>31</b></th>
          <th><a class="link" href="vumichien" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1616075850230-noauth.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">vumichien</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 738 likes</th>
          <th class="xcol"><a class="button" href="https://twitter.com/chien_vu1692" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
          <th class="gcol"><a class="button" href="https://github.com/vumichien" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/vumichien/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> vumichien</a> </th>
          </tr><tr>
          <th><b>32</b></th>
          <th><a class="link" href="ElderFrog" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/638c28445d81d551ab4a2be3/50RNrkkQjRhT3W41Twi9w.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">ElderFrog</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 710 likes</th>
          <th></th><th class="gcol"><a class="button" href="https://github.com/Plachtaa" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/Plachta/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> Plachta</a> </th>
          </tr><tr>
          <th><b>33</b></th>
          <th><a class="link" href="Roger C" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/08bf9559d8046f18f608960dd08b6e8d.svg" alt="Profile picture"></div><span class="name">Roger C</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 698 likes</th>
          <th></th><th class="gcol"><a class="button" href="https://github.com/Allknowingroger" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/allknowingroger/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> allknowingroger</a> </th>
          </tr><tr>
          <th><b>34</b></th>
          <th><a class="link" href="Kevin Wang" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/644310389788699939b385d0/zXVe5uHoTJSKgJtbbahWt.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Kevin Wang</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 678 likes</th>
          <th></th><th class="gcol"><a class="button" href="https://github.com/KevinWang676" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/kevinwang676/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> kevinwang676</a> </th>
          </tr><tr>
          <th><b>35</b></th>
          <th><a class="link" href="Nate Raw" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1594936097363-noauth.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Nate Raw</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 677 likes</th>
          <th class="xcol"><a class="button" href="https://twitter.com/_nateraw" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
          <th class="gcol"><a class="button" href="https://github.com/nateraw" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/nateraw/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> nateraw</a> </th>
          </tr><tr>
          <th><b>36</b></th>
          <th><a class="link" href="ArtificialGuy/JV.K" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/6304037b7373aacccd882e1e/H8M3e1n0CpJr5n3aL0ExE.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">ArtificialGuy/JV.K</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 668 likes</th>
          <th class="xcol"><a class="button" href="https://twitter.com/artificialguybr" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
          <th class="gcol"><a class="button" href="https://github.com/artificialguybr" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/artificialguybr/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> artificialguybr</a> </th>
          </tr><tr>
          <th><b>37</b></th>
          <th><a class="link" href="Victor Espinoza-Guerra" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1673071115434-6303c6dd1dd5d3c624837b95.png?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Victor Espinoza-Guerra</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 667 likes</th>
          <th></th><th class="gcol"><a class="button" href="https://github.com/darkstorm2150" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/darkstorm2150/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> darkstorm2150</a> </th>
          </tr><tr>
          <th><b>38</b></th>
          <th><a class="link" href="Xintao Wang" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/60e272ca6c78a8c122b12127/xldEGBzGrU-bX6IwAw0Ie.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Xintao Wang</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 666 likes</th>
          <th class="xcol"><a class="button" href="https://twitter.com/xinntao" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
          <th class="gcol"><a class="button" href="https://github.com/xinntao" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/Xintao/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> Xintao</a> </th>
          </tr><tr>
          <th><b>39</b></th>
          <th><a class="link" href="Omar Sanseviero" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/6032802e1f993496bc14d9e3/w6hr-DEQot4VVkoyRIBiy.png?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Omar Sanseviero</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 664 likes</th>
          <th class="xcol"><a class="button" href="https://twitter.com/osanseviero" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
          <th class="gcol"><a class="button" href="https://github.com/osanseviero" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/osanseviero/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> osanseviero</a> </th>
          </tr><tr>
          <th><b>40</b></th>
          <th><a class="link" href="Shuai Yang" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1664764278226-62a54d0410334c1d024e2f59.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Shuai Yang</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 660 likes</th>
          <th class="xcol"><a class="button" href="https://twitter.com/ShuaiYang1991" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
          <th class="gcol"><a class="button" href="https://github.com/williamyang1991" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/PKUWilliamYang/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> PKUWilliamYang</a> </th>
          </tr><tr>
          <th><b>41</b></th>
          <th><a class="link" href="chansung park" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1659971187637-60d3b57ad7b174177faabd6e.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">chansung park</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 634 likes</th>
          <th class="xcol"><a class="button" href="https://twitter.com/algo_diver" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
          <th class="gcol"><a class="button" href="https://github.com/deep-diver" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/chansung/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> chansung</a> </th>
          </tr><tr>
          <th><b>42</b></th>
          <th><a class="link" href="Ram Ananth" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1671346465329-62aeb75c4b5d61650842dbf4.png?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Ram Ananth</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 621 likes</th>
          <th class="xcol"><a class="button" href="https://twitter.com/RamAnanth29" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
          <th class="gcol"><a class="button" href="https://github.com/RamAnanth" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/RamAnanth1/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> RamAnanth1</a> </th>
          </tr><tr>
          <th><b>43</b></th>
          <th><a class="link" href="Evgeniy Hristoforu" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/noauth/o-5N9QyjHgmSMk69e3O55.png?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Evgeniy Hristoforu</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 614 likes</th>
          <th></th><th class="gcol"><a class="button" href="https://github.com/ehristoforu" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/ehristoforu/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> ehristoforu</a> </th>
          </tr><tr>
          <th><b>44</b></th>
          <th><a class="link" href="Manjushri Bodhisattva" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1669612297556-63163d6c76c93113fb147bb6.png?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Manjushri Bodhisattva</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 593 likes</th>
          <th></th><th class="gcol"><a class="button" href="https://github.com/ManjuVajra" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/Manjushri/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> Manjushri</a> </th>
          </tr><tr>
          <th><b>45</b></th>
          <th><a class="link" href="Bilal Sardar" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1675355986970-630c5f954ca0a22768b3dfb9.png?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Bilal Sardar</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 553 likes</th>
          <th></th><th class="gcol"><a class="button" href="https://github.com/BilalSardar009" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/BilalSardar/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> BilalSardar</a> </th>
          </tr><tr>
          <th><b>46</b></th>
          <th><a class="link" href="Shariq Farooq Bhat" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/8ac9dff40d1b483b4f2f4e4cbd3f9088.svg" alt="Profile picture"></div><span class="name">Shariq Farooq Bhat</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 548 likes</th>
          <th class="xcol"><a class="button" href="https://twitter.com/shariq_farooq" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
          <th class="gcol"><a class="button" href="https://github.com/shariqfarooq123" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/shariqfarooq/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> shariqfarooq</a> </th>
          </tr><tr>
          <th><b>47</b></th>
          <th><a class="link" href="Abubakar Abid" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1621947938344-noauth.png?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Abubakar Abid</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 506 likes</th>
          <th class="xcol"><a class="button" href="https://twitter.com/abidlabs" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
          <th class="gcol"><a class="button" href="https://github.com/abidlabs" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/abidlabs/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> abidlabs</a> </th>
          </tr><tr>
          <th><b>48</b></th>
          <th><a class="link" href="Yuliang Xiu" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/6183d0b249ef1d984699e4a3/GYR4kzPUEJPxrnQD-trhT.png?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Yuliang Xiu</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 505 likes</th>
          <th class="xcol"><a class="button" href="https://twitter.com/yuliangxiu" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
          <th class="gcol"><a class="button" href="https://github.com/yuliangxiu" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/Yuliang/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> Yuliang</a> </th>
          </tr><tr>
          <th><b>49</b></th>
          <th><a class="link" href="Kristian Stangeland" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/f4f4cd3394fbbd4a17e93e9c54d7402e.svg" alt="Profile picture"></div><span class="name">Kristian Stangeland</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 484 likes</th>
          <th></th><th class="gcol"><a class="button" href="https://github.com/aadnk" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/aadnk/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> aadnk</a> </th>
          </tr><tr>
          <th><b>50</b></th>
          <th><a class="link" href="Qing" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1668302774259-noauth.png?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Qing</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 484 likes</th>
          <th></th><th class="gcol"><a class="button" href="https://github.com/Sanster" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/Sanster/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> Sanster</a> </th>
          </tr><tr>
          <th><b>51</b></th>
          <th><a class="link" href="ArkanDash" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/623c04f09dd7a94c850b570f/zlnnc_f9txnLqIfOnnJWd.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">ArkanDash</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 467 likes</th>
          <th></th><th class="gcol"><a class="button" href="https://github.com/ArkanDash" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/ArkanDash/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> ArkanDash</a> </th>
          </tr><tr>
          <th><b>52</b></th>
          <th><a class="link" href="enzo" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/64f73f25098581ab15e2f5ad/yBZwZ-4KTq6talJEro2yp.png?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">enzo</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 465 likes</th>
          <th class="xcol"><a class="button" href="https://twitter.com/enzostvs" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
          <th class="gcol"><a class="button" href="https://github.com/enzostvs" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/enzostvs/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> enzostvs</a> </th>
          </tr><tr>
          <th><b>53</b></th>
          <th><a class="link" href="Thomas Simonini" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1632748593235-60cae820b1c79a3e4b436664.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Thomas Simonini</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 463 likes</th>
          <th class="xcol"><a class="button" href="https://twitter.com/ThomasSimonini" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
          <th class="gcol"><a class="button" href="https://github.com/simoninithomas" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/ThomasSimonini/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> ThomasSimonini</a> </th>
          </tr><tr>
          <th><b>54</b></th>
          <th><a class="link" href="Mathijs Hollemans" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1649661025847-6253d42827a8414d3bbeb802.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Mathijs Hollemans</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 462 likes</th>
          <th class="xcol"><a class="button" href="https://twitter.com/mhollemans" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
          <th class="gcol"><a class="button" href="https://github.com/hollance" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/Matthijs/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> Matthijs</a> </th>
          </tr><tr>
          <th><b>55</b></th>
          <th><a class="link" href="Partho Das" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/2c487926a9d0619ac5dde302bbfe098a.svg" alt="Profile picture"></div><span class="name">Partho Das</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 457 likes</th>
          <th></th><th class="gcol"><a class="button" href="https://github.com/daspartho" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/daspartho/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> daspartho</a> </th>
          </tr><tr>
          <th><b>56</b></th>
          <th><a class="link" href="Eric J. Wang" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/9ce79a09c4aef67518bd3f7ea158d390.svg" alt="Profile picture"></div><span class="name">Eric J. Wang</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 453 likes</th>
          <th></th><th class="gcol"><a class="button" href="https://github.com/tloen" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/tloen/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> tloen</a> </th>
          </tr><tr>
          <th><b>57</b></th>
          <th><a class="link" href="Anonymous User" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/948187de31ad52527b746da34373481c.svg" alt="Profile picture"></div><span class="name">Anonymous User</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 437 likes</th>
          <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/Anonymous-sub/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> Anonymous-sub</a> </th>
          </tr><tr>
          <th><b>58</b></th>
          <th><a class="link" href="Víctor Navarro Aránguiz" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/8ebdf8849923d49afb35984228b68ed7.svg" alt="Profile picture"></div><span class="name">Víctor Navarro Aránguiz</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 433 likes</th>
          <th></th><th class="gcol"><a class="button" href="https://github.com/Vokturz" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/Vokturz/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> Vokturz</a> </th>
          </tr><tr>
          <th><b>59</b></th>
          <th><a class="link" href="Jiawe Ren" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1651044799068-623f533a28672458f749b8e9.png?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Jiawe Ren</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 427 likes</th>
          <th class="xcol"><a class="button" href="https://twitter.com/jiawei6_ren" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
          <th class="gcol"><a class="button" href="https://github.com/jiawei-ren" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/jiawei011/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> jiawei011</a> </th>
          </tr><tr>
          <th><b>60</b></th>
          <th><a class="link" href="fuqingxu" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/11e0ea2e3d3b831c5cf744d2626f36ce.svg" alt="Profile picture"></div><span class="name">fuqingxu</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 421 likes</th>
          <th></th><th class="gcol"><a class="button" href="https://github.com/binary-husky" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/qingxu98/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> qingxu98</a> </th>
          </tr><tr>
          <th><b>61</b></th>
          <th><a class="link" href="yizhangliu" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/2ce18cf2378c47450b91baac28118291.svg" alt="Profile picture"></div><span class="name">yizhangliu</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 416 likes</th>
          <th></th><th class="gcol"><a class="button" href="https://github.com/yizhangliu" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/yizhangliu/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> yizhangliu</a> </th>
          </tr><tr>
          <th><b>62</b></th>
          <th><a class="link" href="Roger Condori" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/63e6e242b6a40bf941e520d5/cM8Pu9-vy7U7D9fz38wr6.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Roger Condori</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 416 likes</th>
          <th></th><th class="gcol"><a class="button" href="https://github.com/r3gm" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/r3gm/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> r3gm</a> </th>
          </tr><tr>
          <th><b>63</b></th>
          <th><a class="link" href="jeff" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1658252966088-6254501b6e36fe62e141935f.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">jeff</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 412 likes</th>
          <th class="xcol"><a class="button" href="https://twitter.com/jeffistyping" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
          <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/jeffistyping/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> jeffistyping</a> </th>
          </tr><tr>
          <th><b>64</b></th>
          <th><a class="link" href="Felix Rosberg" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1644417587467-61fa9ebc30f38bf051de12e5.gif?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Felix Rosberg</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 410 likes</th>
          <th></th><th class="gcol"><a class="button" href="https://github.com/felixrosberg" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/felixrosberg/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> felixrosberg</a> </th>
          </tr><tr>
          <th><b>65</b></th>
          <th><a class="link" href="xxlong" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/2570b8be781b559860705afd555dbb2a.svg" alt="Profile picture"></div><span class="name">xxlong</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 406 likes</th>
          <th></th><th class="gcol"><a class="button" href="https://github.com/flamehaze1115" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/flamehaze1115/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> flamehaze1115</a> </th>
          </tr><tr>
          <th><b>66</b></th>
          <th><a class="link" href="Ilaria" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/noauth/tJN4LOEK6DPPDhEflbNIL.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Ilaria</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 406 likes</th>
          <th class="xcol"><a class="button" href="https://twitter.com/TheStingerX" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
          <th class="gcol"><a class="button" href="https://github.com/TheStingerX" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/TheStinger/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> TheStinger</a> </th>
          </tr><tr>
          <th><b>67</b></th>
          <th><a class="link" href="Yuwei Guo" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/816d3a952f33a2232a8ed3094ab7bfaf.svg" alt="Profile picture"></div><span class="name">Yuwei Guo</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 399 likes</th>
          <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/guoyww/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> guoyww</a> </th>
          </tr><tr>
          <th><b>68</b></th>
          <th><a class="link" href="mrfakename" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/62e54f0eae9d3f10acb95cb9/VAyk05hqB3OZWXEZW-B0q.png?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">mrfakename</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 398 likes</th>
          <th class="xcol"><a class="button" href="https://twitter.com/realmrfakename" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
          <th class="gcol"><a class="button" href="https://github.com/fakerybakery" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/mrfakename/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> mrfakename</a> </th>
          </tr><tr>
          <th><b>69</b></th>
          <th><a class="link" href="jiayong deng" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/cabd4e06738f2fd8e24337509a42ac47.svg" alt="Profile picture"></div><span class="name">jiayong deng</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 394 likes</th>
          <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/jiayong/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> jiayong</a> </th>
          </tr><tr>
          <th><b>70</b></th>
          <th><a class="link" href="Yuntian Deng" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/63081e15a670ed10f9d44229/w1b9uq-9774bMMgJbSPsS.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Yuntian Deng</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 376 likes</th>
          <th class="xcol"><a class="button" href="https://twitter.com/yuntiandeng" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
          <th class="gcol"><a class="button" href="https://github.com/da03" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/yuntian-deng/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> yuntian-deng</a> </th>
          </tr><tr>
          <th><b>71</b></th>
          <th><a class="link" href="Baize" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/noauth/LznGHi16fbYgzPftT1eqr.png?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Baize</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 376 likes</th>
          <th class="xcol"><a class="button" href="https://twitter.com/XuCanwen" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
          <th class="gcol"><a class="button" href="https://github.com/project-baize" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/project-baize/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> project-baize</a> </th>
          </tr><tr>
          <th><b>72</b></th>
          <th><a class="link" href="Yih-Dar SHIEH" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1625150194719-6058c8cbcbe9c7542f3501ff.png?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Yih-Dar SHIEH</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 368 likes</th>
          <th></th><th class="gcol"><a class="button" href="https://github.com/ydshieh" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/ydshieh/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> ydshieh</a> </th>
          </tr><tr>
          <th><b>73</b></th>
          <th><a class="link" href="Abhishek Thakur" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1604427578240-noauth.png?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Abhishek Thakur</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 367 likes</th>
          <th class="xcol"><a class="button" href="https://twitter.com/abhi1thakur" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
          <th class="gcol"><a class="button" href="https://github.com/abhishekkrthakur" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/abhishek/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> abhishek</a> </th>
          </tr><tr>
          <th><b>74</b></th>
          <th><a class="link" href="vik" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/63117568fa95534e218da163/8h9zN8aKRxPLBnXW7sqY9.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">vik</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 365 likes</th>
          <th class="xcol"><a class="button" href="https://twitter.com/vikhyatk" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
          <th class="gcol"><a class="button" href="https://github.com/vikhyat" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/vikhyatk/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> vikhyatk</a> </th>
          </tr><tr>
          <th><b>75</b></th>
          <th><a class="link" href="JoshZhang" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/b19d18b2e1017075de0860a58ca7beb7.svg" alt="Profile picture"></div><span class="name">JoshZhang</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 362 likes</th>
          <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/XzJosh/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> XzJosh</a> </th>
          </tr><tr>
          <th><b>76</b></th>
          <th><a class="link" href="AgentStore" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/f8cd943bd8d2e186b5796da2df49ddb3.svg" alt="Profile picture"></div><span class="name">AgentStore</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 352 likes</th>
          <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/deepwisdom/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> deepwisdom</a> </th>
          </tr><tr>
          <th><b>77</b></th>
          <th><a class="link" href="Furqanil Taqwa" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/6365c8dbf31ef76df4042821/Gm7qar0zr-qUrg2ftEf3L.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Furqanil Taqwa</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 346 likes</th>
          <th class="xcol"><a class="button" href="https://twitter.com/linaqruf_" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
          <th class="gcol"><a class="button" href="https://github.com/Linaqruf" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/Linaqruf/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> Linaqruf</a> </th>
          </tr><tr>
          <th><b>78</b></th>
          <th><a class="link" href="Olivier Dehaene" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/62a093d63e7d1dda047039fc/QGpVSKuJLwl2EsiffCYML.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Olivier Dehaene</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 342 likes</th>
          <th></th><th class="gcol"><a class="button" href="https://github.com/olivierdehaene" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/olivierdehaene/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> olivierdehaene</a> </th>
          </tr><tr>
          <th><b>79</b></th>
          <th><a class="link" href="Dee Jay" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1675458507921-62ebcea7fee90fca4742a4d2.png?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Dee Jay</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 341 likes</th>
          <th class="xcol"><a class="button" href="https://twitter.com/DavidJohnstonxx" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
          <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/phenomenon1981/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> phenomenon1981</a> </th>
          </tr><tr>
          <th><b>80</b></th>
          <th><a class="link" href="Simian Luo" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/noauth/ofYN04WWtD60oeDP45pQN.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Simian Luo</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 337 likes</th>
          <th class="xcol"><a class="button" href="https://twitter.com/SimianLuo" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
          <th class="gcol"><a class="button" href="https://github.com/luosiallen" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/SimianLuo/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> SimianLuo</a> </th>
          </tr><tr>
          <th><b>81</b></th>
          <th><a class="link" href="Marco Pasini" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/486e6503fb3dabe3e8f2d659fc4a2f23.svg" alt="Profile picture"></div><span class="name">Marco Pasini</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 334 likes</th>
          <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/marcop/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> marcop</a> </th>
          </tr><tr>
          <th><b>82</b></th>
          <th><a class="link" href="linbin" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/e0527137d7cb649a96e9856940cf21a5.svg" alt="Profile picture"></div><span class="name">linbin</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 333 likes</th>
          <th class="xcol"><a class="button" href="https://twitter.com/LinBin46984" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
          <th class="gcol"><a class="button" href="https://github.com/LinB203" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/LanguageBind/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> LanguageBind</a> </th>
          </tr><tr>
          <th><b>83</b></th>
          <th><a class="link" href="Vedat Baday" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/noauth/ShOE6VXMkQc7izpLtBKz7.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Vedat Baday</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 318 likes</th>
          <th class="xcol"><a class="button" href="https://twitter.com/dotglub" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
          <th class="gcol"><a class="button" href="https://github.com/badayvedat" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/badayvedat/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> badayvedat</a> </th>
          </tr><tr>
          <th><b>84</b></th>
          <th><a class="link" href="Piotr Skalski" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/60f84d4d85dbbb185d2e9a53/Mlc0XjAgQR2cuhGNchz07.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Piotr Skalski</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 318 likes</th>
          <th class="xcol"><a class="button" href="https://twitter.com/skalskip92" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
          <th class="gcol"><a class="button" href="https://github.com/SkalskiP" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/SkalskiP/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> SkalskiP</a> </th>
          </tr><tr>
          <th><b>85</b></th>
          <th><a class="link" href="Steve Digital" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1666555857270-noauth.png?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Steve Digital</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 315 likes</th>
          <th class="xcol"><a class="button" href="https://twitter.com/steveDOTdigital" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
          <th class="gcol"><a class="button" href="https://github.com/steveDOTdigital" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/SteveDigital/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> SteveDigital</a> </th>
          </tr><tr>
          <th><b>86</b></th>
          <th><a class="link" href="Peter Szemraj" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/60bccec062080d33f875cd0c/KvEhYxx9-Tff_Qb7PsjAL.png?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Peter Szemraj</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 314 likes</th>
          <th></th><th class="gcol"><a class="button" href="https://github.com/pszemraj" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/pszemraj/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> pszemraj</a> </th>
          </tr><tr>
          <th><b>87</b></th>
          <th><a class="link" href="Lihe Yang" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/aa1b48a3a24b61c8593e4d07fc4f6acc.svg" alt="Profile picture"></div><span class="name">Lihe Yang</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 313 likes</th>
          <th></th><th class="gcol"><a class="button" href="https://github.com/LiheYoung" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/LiheYoung/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> LiheYoung</a> </th>
          </tr><tr>
          <th><b>88</b></th>
          <th><a class="link" href="Dimitri" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1678365850657-640501091a3babee78e41e99.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Dimitri</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 313 likes</th>
          <th class="xcol"><a class="button" href="https://twitter.com/dvruette" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
          <th class="gcol"><a class="button" href="https://github.com/dvruette" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/dvruette/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> dvruette</a> </th>
          </tr><tr>
          <th><b>89</b></th>
          <th><a class="link" href="Maxime Labonne" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/61b8e2ba285851687028d395/4XZP5aVsMWwzGx_313cqd.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Maxime Labonne</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 309 likes</th>
          <th class="xcol"><a class="button" href="https://twitter.com/maximelabonne" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
          <th class="gcol"><a class="button" href="https://github.com/mlabonne" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/mlabonne/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> mlabonne</a> </th>
          </tr><tr>
          <th><b>90</b></th>
          <th><a class="link" href="Anton Obukhov" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/62f93abbc4817cfc0756b6f8/rGYLaq-rmoJJYotkC1VXk.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Anton Obukhov</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 306 likes</th>
          <th class="xcol"><a class="button" href="https://twitter.com/AntonObukhov1" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
          <th class="gcol"><a class="button" href="https://github.com/toshas" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/toshas/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> toshas</a> </th>
          </tr><tr>
          <th><b>91</b></th>
          <th><a class="link" href="spartan" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1664442251110-63329fde2217725f3adfff27.png?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">spartan</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 302 likes</th>
          <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/nightfury/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> nightfury</a> </th>
          </tr><tr>
          <th><b>92</b></th>
          <th><a class="link" href="Kadir Nar" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1678181702571-619f7ba90df8731e0d8b6c54.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Kadir Nar</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 300 likes</th>
          <th class="xcol"><a class="button" href="https://twitter.com/kadirnar_ai" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
          <th class="gcol"><a class="button" href="https://github.com/kadirnar" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/kadirnar/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> kadirnar</a> </th>
          </tr><tr>
          <th><b>93</b></th>
          <th><a class="link" href="Naoyuki Hirayama" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/d5ba6a59bd51385910c1d8fb210102bc.svg" alt="Profile picture"></div><span class="name">Naoyuki Hirayama</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 297 likes</th>
          <th class="xcol"><a class="button" href="https://twitter.com/jonigata" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
          <th class="gcol"><a class="button" href="https://github.com/jonigata" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/jonigata/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> jonigata</a> </th>
          </tr><tr>
          <th><b>94</b></th>
          <th><a class="link" href="Kazuki Nakayashiki" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1665894596708-634b8848d440b86afd4f25c2.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Kazuki Nakayashiki</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 285 likes</th>
          <th class="xcol"><a class="button" href="https://twitter.com/kazuki_sf_" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
          <th class="gcol"><a class="button" href="https://github.com/kazuki-sf" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/kazuk/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> kazuk</a> </th>
          </tr><tr>
          <th><b>95</b></th>
          <th><a class="link" href="Mike Ravkine" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/7865ac39276762682d8e20a33ff9f257.svg" alt="Profile picture"></div><span class="name">Mike Ravkine</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 284 likes</th>
          <th class="xcol"><a class="button" href="https://twitter.com/whatsmypot" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
          <th class="gcol"><a class="button" href="https://github.com/the-crypt-keeper" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/mike-ravkine/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> mike-ravkine</a> </th>
          </tr><tr>
          <th><b>96</b></th>
          <th><a class="link" href="Ali Abid" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1655236986178-61d7830bb77a8c48d48bc755.png?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Ali Abid</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 278 likes</th>
          <th></th><th class="gcol"><a class="button" href="https://github.com/aliabid84" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/aliabid94/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> aliabid94</a> </th>
          </tr><tr>
          <th><b>97</b></th>
          <th><a class="link" href="Ron Au" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1645687060589-61a1a34e0c6b93bde3894add.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Ron Au</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 276 likes</th>
          <th class="xcol"><a class="button" href="https://twitter.com/ronvoluted" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
          <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/ronvolutional/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> ronvolutional</a> </th>
          </tr><tr>
          <th><b>98</b></th>
          <th><a class="link" href="JingyeChen22" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/noauth/PUJ-N2cQxgEmDGfyjajyA.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">JingyeChen22</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 274 likes</th>
          <th></th><th class="gcol"><a class="button" href="https://github.com/JingyeChen" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/JingyeChen22/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> JingyeChen22</a> </th>
          </tr><tr>
          <th><b>99</b></th>
          <th><a class="link" href="Xinyu Huang" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1673493776367-63bf7ba8da08ed0544ff20e9.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Xinyu Huang</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 267 likes</th>
          <th></th><th class="gcol"><a class="button" href="https://github.com/xinyu1205" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/xinyu1205/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> xinyu1205</a> </th>
          </tr><tr>
          <th><b>100</b></th>
          <th><a class="link" href="Tsu-Jui Fu" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/638cb2efc8912be69c149a46/qxMNOWoSUG525DgNPpHcK.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Tsu-Jui Fu</th>
          <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 265 likes</th>
          <th></th><th class="gcol"><a class="button" href="https://github.com/tsujuifu" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
          <th class="hfcol"><a class="button" href="https://huggingface.co/tsujuifu/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> tsujuifu</a> </th>
          </tr>
      
        </table>
      </div>
  
    </div>
  

    <!--March 2024-->
    <div id="option2" class="content hidden">
          
      <div  style="overflow-x:auto;">
        <table class="alternate">
          <tr>
            <th>Coming soon...</th>
          </tr>
        </table>
      </div>
      
    </div>


  </section>



















    <section class="notes">
      <h2>Notes</h2>
      
      ⏳ Updated: <b>March 31, 2024</b><br>
      🎯 Data scraped on Hugging Face + <a class="small-link" href="https://huggingface.co/spaces/Weyaxi/huggingface-leaderboard" target=”_blank” rel="noopener"><u>Huggingface Leaderboard</u></a> / <a class="small-link" href="https://huggingface.co/spaces/Weyaxi/followers-leaderboard" target=”_blank” rel="noopener"><u>Follower Leaderboard</u></a> by <a class="small-link" href="https://huggingface.co/Weyaxi" target=”_blank” rel="noopener"><u>Yağız Çalık</u></a><br>
      ⚙️  Space UX partly built with the help of <a class="small-link" href="https://hf.co/chat/assistant/65b24c4e4914c9938c4a1a34" target=”_blank” rel="noopener"><u>Website Designer</u></a>, a Hugging Chat Assistant by <a class="small-link" href="https://huggingface.co/victor" target=”_blank” rel="noopener"><u>Victor Mustar</u></a><br>
      🏗️ Suggestions are welcome! Feel free to ❤️ this Space and follow me on <a class="small-link" href="https://huggingface.co/mvaloatto" target=”_blank” rel="noopener"><u><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo">mvaloatto</u></a> or <a class="small-link" href="https://x.com/mvaloatto" target=”_blank” rel="noopener"><u><img width="14" height="14" src="img/ico_x.png" alt="X logo">mvaloatto</u></a>
      
    </section>
  </main>
  <script src="scripts.js"></script>
</body>
</html>