File size: 93,550 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
<!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 class="active"> <img width="14" height="14" src="img/ico_datasets.png" alt="Datasets icon"> Datasets Downloads</label>
      <label> <a href="spaces.html"><img width="14" height="14" src="img/ico_spaces.png" alt="Spaces icon"> Spaces Likes</a></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_datasets.png" alt="X logo"> Most new downloads in
        <select id="dropdown" class="custom-dropdown">
          <option value="option1">February 2024</option>
          <option value="option2">March 2024</option>
        </select>
        </h5>
        
        <h3>Creators of datasets with the most cumulative new downloads during 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="Hailey Schoelkopf" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1669665010552-62895a0215aeee85756062c4.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Hailey Schoelkopf</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 6,426,527 downloads</th>
          <th class="xcol"><a class="button" href="https://twitter.com/haileysch__" 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/haileyschoelkopf" 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/hails/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> hails</a> </th>
          </tr><tr>
          <th><b>2</b></th>
          <th><a class="link" href="Emerging Tech Grid" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/725f436bdc403d2a4e48f7b3e8c19a86.svg" alt="Profile picture"></div><span class="name">Emerging Tech Grid</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 3,916,028 downloads</th>
          <th></th><th class="gcol"><a class="button" href="https://github.com/etechgrid" 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/etechgrid/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> etechgrid</a> </th>
          </tr><tr>
          <th><b>3</b></th>
          <th><a class="link" href="Lucas Shen" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/6099e69332c054a2e98479ce/c_I1SJ9eZUZr_sY0JM93b.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Lucas Shen</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 2,403,737 downloads</th>
          <th class="xcol"><a class="button" href="https://twitter.com/luka_emon" 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/lukaemon" 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/lukaemon/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> lukaemon</a> </th>
          </tr><tr>
          <th><b>4</b></th>
          <th><a class="link" href="Niklas Muennighoff" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1659799717718-5f1eb362eec0ad2a071ad6e2.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Niklas Muennighoff</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 265,358 downloads</th>
          <th class="xcol"><a class="button" href="https://twitter.com/Muennighoff" 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/Muennighoff" 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/Muennighoff/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> Muennighoff</a> </th>
          </tr><tr>
          <th><b>5</b></th>
          <th><a class="link" href="Haonan Li" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/643934ecb9ac1d55f41cefd7/v41FZ2Ar6nVXEkf-w5axf.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Haonan Li</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 252,056 downloads</th>
          <th></th><th class="gcol"><a class="button" href="https://github.com/haonan-li" 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/haonan-li/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> haonan-li</a> </th>
          </tr><tr>
          <th><b>6</b></th>
          <th><a class="link" href="ccdv" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1659877476012-616f3a4cf92cbd8e03c1d541.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">ccdv</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 161,991 downloads</th>
          <th></th><th class="gcol"><a class="button" href="https://github.com/ccdv-ai" 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/ccdv/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> ccdv</a> </th>
          </tr><tr>
          <th><b>7</b></th>
          <th><a class="link" href="Eliahu Horwitz" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/4d3685ff4ba623c7a5b4c0c3c6f08622.svg" alt="Profile picture"></div><span class="name">Eliahu Horwitz</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 161,546 downloads</th>
          <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/Eliahu/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> Eliahu</a> </th>
          </tr><tr>
          <th><b>8</b></th>
          <th><a class="link" href="Sam Ingram" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/5edefe36bebf89b648b3d0325bc07ef1.svg" alt="Profile picture"></div><span class="name">Sam Ingram</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 133,572 downloads</th>
          <th></th><th class="gcol"><a class="button" href="https://github.com/SamPIngram" 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/SamPIngram/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> SamPIngram</a> </th>
          </tr><tr>
          <th><b>9</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_datasets.png" alt="Models"> 124,372 downloads</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>10</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_datasets.png" alt="Models"> 90,518 downloads</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>11</b></th>
          <th><a class="link" href="Quentin Lhoest" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1594214747713-5e9ecfc04957053f60648a3e.png?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Quentin Lhoest</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 66,483 downloads</th>
          <th class="xcol"><a class="button" href="https://twitter.com/lhoestq" 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/lhoestq" 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/lhoestq/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> lhoestq</a> </th>
          </tr><tr>
          <th><b>12</b></th>
          <th><a class="link" href="Kung-Hsiang Huang" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/4de068b843eb1bd0cd188b33cfa30fbf.svg" alt="Profile picture"></div><span class="name">Kung-Hsiang Huang</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 62,206 downloads</th>
          <th class="xcol"><a class="button" href="https://twitter.com/steeve__huang" 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/khuangaf" 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/khhuang/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> khhuang</a> </th>
          </tr><tr>
          <th><b>13</b></th>
          <th><a class="link" href="Haris Jabbar" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1585493970035-noauth.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Haris Jabbar</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 56,968 downloads</th>
          <th class="xcol"><a class="button" href="https://twitter.com/harisnlp" 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/maveriq" 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/maveriq/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> maveriq</a> </th>
          </tr><tr>
          <th><b>14</b></th>
          <th><a class="link" href="Shunsuke Kitada" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1663320637886-613efd7db1f0c8fac44d472d.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Shunsuke Kitada</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 52,582 downloads</th>
          <th class="xcol"><a class="button" href="https://twitter.com/shunk031" 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/shunk031" 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/shunk031/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> shunk031</a> </th>
          </tr><tr>
          <th><b>15</b></th>
          <th><a class="link" href="Julen Etxaniz" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1642497183137-noauth.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Julen Etxaniz</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 50,490 downloads</th>
          <th class="xcol"><a class="button" href="https://twitter.com/juletxara" 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/juletx" 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/juletxara/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> juletxara</a> </th>
          </tr><tr>
          <th><b>16</b></th>
          <th><a class="link" href="Jimmy" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/ae18c92d42322008edc39b6e4602d280.svg" alt="Profile picture"></div><span class="name">Jimmy</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 41,885 downloads</th>
          <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/bigheiniuJ/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> bigheiniuJ</a> </th>
          </tr><tr>
          <th><b>17</b></th>
          <th><a class="link" href="Stas Bekman" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1594311341799-5f07383b19cb630495b812cd.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Stas Bekman</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 40,527 downloads</th>
          <th class="xcol"><a class="button" href="https://twitter.com/StasBekman" 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/stas00" 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/stas/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> stas</a> </th>
          </tr><tr>
          <th><b>18</b></th>
          <th><a class="link" href="SilkRoad" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/0828dec10028808c31af0f7b5d2317eb.svg" alt="Profile picture"></div><span class="name">SilkRoad</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 36,803 downloads</th>
          <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/silk-road/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> silk-road</a> </th>
          </tr><tr>
          <th><b>19</b></th>
          <th><a class="link" href="F-G Fernandez" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1629742279273-60ea3db854afd025f57ff12d.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">F-G Fernandez</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 35,394 downloads</th>
          <th class="xcol"><a class="button" href="https://twitter.com/FrG_FM" 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/frgfm" 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/frgfm/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> frgfm</a> </th>
          </tr><tr>
          <th><b>20</b></th>
          <th><a class="link" href="Princeton NLP group" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1618969698200-noauth.png?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Princeton NLP group</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 34,362 downloads</th>
          <th class="xcol"><a class="button" href="https://twitter.com/princeton_nlp" 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/princeton-nlp" 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/princeton-nlp/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> princeton-nlp</a> </th>
          </tr><tr>
          <th><b>21</b></th>
          <th><a class="link" href="Tim Dettmers" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1638462736111-noauth.png?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Tim Dettmers</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 31,718 downloads</th>
          <th class="xcol"><a class="button" href="https://twitter.com/tim_dettmers" 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/timdettmers" 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/timdettmers/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> timdettmers</a> </th>
          </tr><tr>
          <th><b>22</b></th>
          <th><a class="link" href="Gene Ruebsamen" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1672330023435-62c6faed53c7156f5bf767ed.png?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Gene Ruebsamen</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 31,432 downloads</th>
          <th></th><th class="gcol"><a class="button" href="https://github.com/gururise" 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/yahma/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> yahma</a> </th>
          </tr><tr>
          <th><b>23</b></th>
          <th><a class="link" href="Mayumi Ohta" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/14720ef3ec568701dca9f7c53ac31772.svg" alt="Profile picture"></div><span class="name">Mayumi Ohta</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 28,592 downloads</th>
          <th></th><th class="gcol"><a class="button" href="https://github.com/may-" 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/may-ohta/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> may-ohta</a> </th>
          </tr><tr>
          <th><b>24</b></th>
          <th><a class="link" href="Mads" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/2f7a1cfc68e6f5c0a7ddb323d2ffd252.svg" alt="Profile picture"></div><span class="name">Mads</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 28,383 downloads</th>
          <th></th><th class="gcol"><a class="button" href="https://github.com/mhenrichsen" 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/mhenrichsen/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> mhenrichsen</a> </th>
          </tr><tr>
          <th><b>25</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_datasets.png" alt="Models"> 27,271 downloads</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>26</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_datasets.png" alt="Models"> 26,225 downloads</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>27</b></th>
          <th><a class="link" href="Alex Havrilla" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/eeb849eb29e249fd1b40e5c10d9bf9e5.svg" alt="Profile picture"></div><span class="name">Alex Havrilla</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 26,187 downloads</th>
          <th></th><th class="gcol"><a class="button" href="https://github.com/dahoas" 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/Dahoas/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> Dahoas</a> </th>
          </tr><tr>
          <th><b>28</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_datasets.png" alt="Models"> 24,471 downloads</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>29</b></th>
          <th><a class="link" href="Royal Tensor" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/188be359dbeb727dac10e2da965486d4.svg" alt="Profile picture"></div><span class="name">Royal Tensor</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 22,936 downloads</th>
          <th class="xcol"><a class="button" href="https://twitter.com/RoyalTensor" 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/RoyalTensor" 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/RoyalTensor/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> RoyalTensor</a> </th>
          </tr><tr>
          <th><b>30</b></th>
          <th><a class="link" href="Ren" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/ac6e64d903cbe00742f9c08baf243a06.svg" alt="Profile picture"></div><span class="name">Ren</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 21,008 downloads</th>
          <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/Ryan-sjtu/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> Ryan-sjtu</a> </th>
          </tr><tr>
          <th><b>31</b></th>
          <th><a class="link" href="Hongjin SU" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/b7d0a895e669bcd1303c4716b5401c36.svg" alt="Profile picture"></div><span class="name">Hongjin SU</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 20,634 downloads</th>
          <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/multi-train/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> multi-train</a> </th>
          </tr><tr>
          <th><b>32</b></th>
          <th><a class="link" href="Aaron Gokaslan" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/9353c064ef8ccac84d0397411d38fa90.svg" alt="Profile picture"></div><span class="name">Aaron Gokaslan</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 20,441 downloads</th>
          <th class="xcol"><a class="button" href="https://twitter.com/Skyli0n7" 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/Skylion007" 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/Skylion007/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> Skylion007</a> </th>
          </tr><tr>
          <th><b>33</b></th>
          <th><a class="link" href="Teknium" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/6317aade83d8d2fd903192d9/erOwgMXc_CZih3uMoyTAp.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Teknium</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 19,796 downloads</th>
          <th class="xcol"><a class="button" href="https://twitter.com/teknium1" 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/teknium1" 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/teknium/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> teknium</a> </th>
          </tr><tr>
          <th><b>34</b></th>
          <th><a class="link" href="Neel Nanda" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/6d5cd2261163308b82341c1ce28984d1.svg" alt="Profile picture"></div><span class="name">Neel Nanda</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 19,117 downloads</th>
          <th class="xcol"><a class="button" href="https://twitter.com/NeelNanda5" 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/neelnanda-io" 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/NeelNanda/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> NeelNanda</a> </th>
          </tr><tr>
          <th><b>35</b></th>
          <th><a class="link" href="gpt3mix" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/1b2d5ab55e172617741d17da616968fb.svg" alt="Profile picture"></div><span class="name">gpt3mix</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 18,713 downloads</th>
          <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/gpt3mix/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> gpt3mix</a> </th>
          </tr><tr>
          <th><b>36</b></th>
          <th><a class="link" href="Ricardo Costa Dias Rei" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1624887555363-60d9a9791fa5d458da77754d.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Ricardo Costa Dias Rei</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 17,814 downloads</th>
          <th class="xcol"><a class="button" href="https://twitter.com/RicardoRei7" 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/RicardoRei" 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/RicardoRei/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> RicardoRei</a> </th>
          </tr><tr>
          <th><b>37</b></th>
          <th><a class="link" href="Ronen Eldan" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/22bb971597e9f3abfa343280a9d0f65f.svg" alt="Profile picture"></div><span class="name">Ronen Eldan</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 17,797 downloads</th>
          <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/roneneldan/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> roneneldan</a> </th>
          </tr><tr>
          <th><b>38</b></th>
          <th><a class="link" href="Saadia Gabriel" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/273acfde3b0f638a668ea41ebabc8198.svg" alt="Profile picture"></div><span class="name">Saadia Gabriel</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 17,735 downloads</th>
          <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/skg/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> skg</a> </th>
          </tr><tr>
          <th><b>39</b></th>
          <th><a class="link" href="brianm" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/cd6ec96b8ccb2d52a8e413a2aae20b13.svg" alt="Profile picture"></div><span class="name">brianm</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 16,863 downloads</th>
          <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/b-mc2/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> b-mc2</a> </th>
          </tr><tr>
          <th><b>40</b></th>
          <th><a class="link" href="Machel Reid" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1666642628590-612d7a89ce7c3822c425d044.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Machel Reid</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 16,663 downloads</th>
          <th class="xcol"><a class="button" href="https://twitter.com/machelreid" 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/machelreid" 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/machelreid/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> machelreid</a> </th>
          </tr><tr>
          <th><b>41</b></th>
          <th><a class="link" href="Philipp Hager" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/302365b13411d5e0a7b9df2fe6ff5a0c.svg" alt="Profile picture"></div><span class="name">Philipp Hager</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 15,955 downloads</th>
          <th></th><th class="gcol"><a class="button" href="https://github.com/philipphager" 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/philipphager/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> philipphager</a> </th>
          </tr><tr>
          <th><b>42</b></th>
          <th><a class="link" href="Falahgs Saleh" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1673098084781-62f3d3591f30a5ac0eca185d.png?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Falahgs Saleh</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 15,914 downloads</th>
          <th class="xcol"><a class="button" href="https://twitter.com/FalahGatea" 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/falahgs" 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/Falah/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> Falah</a> </th>
          </tr><tr>
          <th><b>43</b></th>
          <th><a class="link" href="Fernando Tarin Morales" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/643e115f975b365d472bffc5/ER_apjT5QXGU31GBVAO23.png?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Fernando Tarin Morales</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 15,422 downloads</th>
          <th></th><th class="gcol"><a class="button" href="https://github.com/Nan-Do" 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/Nan-Do/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> Nan-Do</a> </th>
          </tr><tr>
          <th><b>44</b></th>
          <th><a class="link" href="Neel Guha" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/626b6bd6c804c432c1b6c221/hgwzOJLlicYydIthG9MU8.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Neel Guha</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 15,357 downloads</th>
          <th></th><th class="gcol"><a class="button" href="https://github.com/neelguha" 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/nguha/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> nguha</a> </th>
          </tr><tr>
          <th><b>45</b></th>
          <th><a class="link" href="Shengyi Costa Huang" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/62bfc80b54db40ca617ce53a/IZxafMqoYJNHwTuFt8AqF.png?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Shengyi Costa Huang</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 15,146 downloads</th>
          <th class="xcol"><a class="button" href="https://twitter.com/vwxyzjn" 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/vwxyzjn" 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/vwxyzjn/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> vwxyzjn</a> </th>
          </tr><tr>
          <th><b>46</b></th>
          <th><a class="link" href="Ning Ding" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/12bcd18d215abf91f297f93007733148.svg" alt="Profile picture"></div><span class="name">Ning Ding</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 15,101 downloads</th>
          <th></th><th class="gcol"><a class="button" href="https://github.com/ningding97" 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/stingning/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> stingning</a> </th>
          </tr><tr>
          <th><b>47</b></th>
          <th><a class="link" href="Jon Durbin" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/6453dafca647b92069ac541a/QkUleoJtHHdTkqtW54QIG.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Jon Durbin</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 14,183 downloads</th>
          <th class="xcol"><a class="button" href="https://twitter.com/jon_durbin" 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/jondurbin" 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/jondurbin/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> jondurbin</a> </th>
          </tr><tr>
          <th><b>48</b></th>
          <th><a class="link" href="Alessandro Sordoni" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/27dcca787b11d880c0ad851e83a84e87.svg" alt="Profile picture"></div><span class="name">Alessandro Sordoni</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 13,793 downloads</th>
          <th></th><th class="gcol"><a class="button" href="https://github.com/sordonia" 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/sordonia/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> sordonia</a> </th>
          </tr><tr>
          <th><b>49</b></th>
          <th><a class="link" href="Dongkeun Yoon" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/0eb6dee4e5409f0423d4b55b3dcb7915.svg" alt="Profile picture"></div><span class="name">Dongkeun Yoon</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 13,766 downloads</th>
          <th class="xcol"><a class="button" href="https://twitter.com/dongkeun_yoon" 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/MattYoon" 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/DKYoon/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> DKYoon</a> </th>
          </tr><tr>
          <th><b>50</b></th>
          <th><a class="link" href="George Baker" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/2e69baded06f7176db539c55f39fe427.svg" alt="Profile picture"></div><span class="name">George Baker</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 13,747 downloads</th>
          <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/GBaker/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> GBaker</a> </th>
          </tr><tr>
          <th><b>51</b></th>
          <th><a class="link" href="Dan Hendrycks" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/56cf9c2d8295c4549248d3b0a4933043.svg" alt="Profile picture"></div><span class="name">Dan Hendrycks</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 13,404 downloads</th>
          <th></th><th class="gcol"><a class="button" href="https://github.com/hendrycks" 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/hendrycks/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> hendrycks</a> </th>
          </tr><tr>
          <th><b>52</b></th>
          <th><a class="link" href="Hao Zheng" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/912d6c594602a14db6e7727082eb51c9.svg" alt="Profile picture"></div><span class="name">Hao Zheng</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 12,934 downloads</th>
          <th></th><th class="gcol"><a class="button" href="https://github.com/zh-plus" 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/zh-plus/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> zh-plus</a> </th>
          </tr><tr>
          <th><b>53</b></th>
          <th><a class="link" href="Jean Kaddour" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1661339692442-6304061c0547362a22a76a17.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Jean Kaddour</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 12,788 downloads</th>
          <th class="xcol"><a class="button" href="https://twitter.com/jeankaddour" 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/jeankaddour" 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/JeanKaddour/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> JeanKaddour</a> </th>
          </tr><tr>
          <th><b>54</b></th>
          <th><a class="link" href="Atula Tejaswi" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/df1dd421fd3849d5d4d88c5e95a0fa14.svg" alt="Profile picture"></div><span class="name">Atula Tejaswi</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 12,647 downloads</th>
          <th></th><th class="gcol"><a class="button" href="https://github.com/atutej" 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/atutej/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> atutej</a> </th>
          </tr><tr>
          <th><b>55</b></th>
          <th><a class="link" href="Karthick Kaliannan Neelamohan" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/cd3cb5453a91a7e5ff2614f892a9c22a.svg" alt="Profile picture"></div><span class="name">Karthick Kaliannan N...</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 12,103 downloads</th>
          <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/knkarthick/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> knkarthick</a> </th>
          </tr><tr>
          <th><b>56</b></th>
          <th><a class="link" href="Philipp" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1602076633019-5e842a2f92fa4e3c26ddb328.png?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Philipp</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 11,808 downloads</th>
          <th></th><th class="gcol"><a class="button" href="https://github.com/phiyodr" 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/phiyodr/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> phiyodr</a> </th>
          </tr><tr>
          <th><b>57</b></th>
          <th><a class="link" href="Jeonghwan Park" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/6439f43a1514b7ee7fb616a1/aFhmyAoicv3zcWKYZ27Z_.png?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Jeonghwan Park</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 11,282 downloads</th>
          <th class="xcol"><a class="button" href="https://twitter.com/stablefluffy" 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/StableFluffy" 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/maywell/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> maywell</a> </th>
          </tr><tr>
          <th><b>58</b></th>
          <th><a class="link" href="ZoneTwelve" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/604ff818b0eba2af4509f8f162007129.svg" alt="Profile picture"></div><span class="name">ZoneTwelve</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 11,157 downloads</th>
          <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/ZoneTwelve/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> ZoneTwelve</a> </th>
          </tr><tr>
          <th><b>59</b></th>
          <th><a class="link" href="Jie Xu" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/72c8b09ec69eff32c93275be1e07416d.svg" alt="Profile picture"></div><span class="name">Jie Xu</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 10,705 downloads</th>
          <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/jxu124/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> jxu124</a> </th>
          </tr><tr>
          <th><b>60</b></th>
          <th><a class="link" href="Simin Chen" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/c43bb830f3c7fb1eb7c49f10bd9de2bb.svg" alt="Profile picture"></div><span class="name">Simin Chen</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 10,687 downloads</th>
          <th></th><th class="gcol"><a class="button" href="https://github.com/SeekingDream" 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/CM/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> CM</a> </th>
          </tr><tr>
          <th><b>61</b></th>
          <th><a class="link" href="Luca Di Liello" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/5eac4c154e876668a0c37770/rY95sfLjugbYLgJ9GHYjC.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Luca Di Liello</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 10,427 downloads</th>
          <th></th><th class="gcol"><a class="button" href="https://github.com/lucadiliello" 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/lucadiliello/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> lucadiliello</a> </th>
          </tr><tr>
          <th><b>62</b></th>
          <th><a class="link" href="Flavia Giammarino" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/d41380b81ee90db3b1a5b14b74a6be3d.svg" alt="Profile picture"></div><span class="name">Flavia Giammarino</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 10,345 downloads</th>
          <th></th><th class="gcol"><a class="button" href="https://github.com/flaviagiammarino" 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/flaviagiammarino/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> flaviagiammarino</a> </th>
          </tr><tr>
          <th><b>63</b></th>
          <th><a class="link" href="Edward Beeching" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1644220542819-noauth.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Edward Beeching</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 10,321 downloads</th>
          <th></th><th class="gcol"><a class="button" href="https://github.com/edbeeching" 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/edbeeching/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> edbeeching</a> </th>
          </tr><tr>
          <th><b>64</b></th>
          <th><a class="link" href="IndoLEM" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1605436239759-5fb101e184389b139cf3b4fa.png?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">IndoLEM</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 10,133 downloads</th>
          <th class="xcol"><a class="button" href="https://twitter.com/fajrikoto" 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/indolem" 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/indolem/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> indolem</a> </th>
          </tr><tr>
          <th><b>65</b></th>
          <th><a class="link" href="Max Mathys" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/643803191ee0e43f14d6c073/kSKKJDeCdxwAoMMvych2r.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Max Mathys</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 10,027 downloads</th>
          <th></th><th class="gcol"><a class="button" href="https://github.com/mmathys" 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/mmathys/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> mmathys</a> </th>
          </tr><tr>
          <th><b>66</b></th>
          <th><a class="link" href="kunishou" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/6304fe05dae2eb7d0843167b/Cuhl4PQBu-oZluAdSZPKE.png?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">kunishou</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 9,992 downloads</th>
          <th class="xcol"><a class="button" href="https://twitter.com/kun1em0n" 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/kunishou" 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/kunishou/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> kunishou</a> </th>
          </tr><tr>
          <th><b>67</b></th>
          <th><a class="link" href="Jack Hessel" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1664497251391-625498644f4edf771516b2cb.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Jack Hessel</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 9,960 downloads</th>
          <th class="xcol"><a class="button" href="https://twitter.com/jmhessel" 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/jmhessel" 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/jmhessel/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> jmhessel</a> </th>
          </tr><tr>
          <th><b>68</b></th>
          <th><a class="link" href="Leandro von Werra" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/5e48005437cb5b49818287a5/4uCXGGui-9QifAT4qelxU.png?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Leandro von Werra</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 9,722 downloads</th>
          <th class="xcol"><a class="button" href="https://twitter.com/lvwerra" 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/lvwerra" 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/lvwerra/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> lvwerra</a> </th>
          </tr><tr>
          <th><b>69</b></th>
          <th><a class="link" href="Michael Ustaszewski" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/86f2b9df272790876ab2cb3436c6f3d1.svg" alt="Profile picture"></div><span class="name">Michael Ustaszewski</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 9,645 downloads</th>
          <th></th><th class="gcol"><a class="button" href="https://github.com/mustaszewski" 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/muibk/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> muibk</a> </th>
          </tr><tr>
          <th><b>70</b></th>
          <th><a class="link" href="Anton Lozhkov" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1613655355830-noauth.png?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Anton Lozhkov</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 9,441 downloads</th>
          <th class="xcol"><a class="button" href="https://twitter.com/anton_lozhkov" 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/anton-l" 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/anton-l/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> anton-l</a> </th>
          </tr><tr>
          <th><b>71</b></th>
          <th><a class="link" href="Fatih Kadir Akın" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1670979558892-63990c4ef2bb4e34ce024284.png?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Fatih Kadir Akın</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 8,558 downloads</th>
          <th class="xcol"><a class="button" href="https://twitter.com/fkadev" 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/f" 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/fka/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> fka</a> </th>
          </tr><tr>
          <th><b>72</b></th>
          <th><a class="link" href="Xiang Zhang" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/9464c65a170995157f9de753491a5502.svg" alt="Profile picture"></div><span class="name">Xiang Zhang</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 8,320 downloads</th>
          <th class="xcol"><a class="button" href="https://twitter.com/G_Auss" 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/zhangxiangxiao" 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/fancyzhx/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> fancyzhx</a> </th>
          </tr><tr>
          <th><b>73</b></th>
          <th><a class="link" href="Sourab Mangrulkar" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1638132956881-5fca176d1d7a08cb34d79d5d.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Sourab Mangrulkar</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 8,284 downloads</th>
          <th class="xcol"><a class="button" href="https://twitter.com/sourab_m" 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/pacman100" 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/smangrul/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> smangrul</a> </th>
          </tr><tr>
          <th><b>74</b></th>
          <th><a class="link" href="Gabriele Sarti" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1670231290373-5e7749883d77a72421292d07.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Gabriele Sarti</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 8,096 downloads</th>
          <th class="xcol"><a class="button" href="https://twitter.com/gsarti_" 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/gsarti" 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/gsarti/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> gsarti</a> </th>
          </tr><tr>
          <th><b>75</b></th>
          <th><a class="link" href="Devin Gulliver (alt account)" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/a1bd520681db8cac5ee766e676be6b23.svg" alt="Profile picture"></div><span class="name">Devin Gulliver (alt account)</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 7,903 downloads</th>
          <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/monology/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> monology</a> </th>
          </tr><tr>
          <th><b>76</b></th>
          <th><a class="link" href="Patrick von Platen" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1584435275418-5dfcb1aada6d0311fd3d5448.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Patrick von Platen</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 7,876 downloads</th>
          <th></th><th class="gcol"><a class="button" href="https://github.com/patrickvonplaten" 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/patrickvonplaten/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> patrickvonplaten</a> </th>
          </tr><tr>
          <th><b>77</b></th>
          <th><a class="link" href="Adithya Pratapa" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/c5f596a4939500d11362eb467a8a3081.svg" alt="Profile picture"></div><span class="name">Adithya Pratapa</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 7,779 downloads</th>
          <th></th><th class="gcol"><a class="button" href="https://github.com/adithya7" 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/adithya7/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> adithya7</a> </th>
          </tr><tr>
          <th><b>78</b></th>
          <th><a class="link" href="Ismail Ashraq" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/f1fbefdea804ccdf4e2836dbc92e1ad3.svg" alt="Profile picture"></div><span class="name">Ismail Ashraq</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 7,508 downloads</th>
          <th></th><th class="gcol"><a class="button" href="https://github.com/ashraq1455" 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/ashraq/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> ashraq</a> </th>
          </tr><tr>
          <th><b>79</b></th>
          <th><a class="link" href="Sebastian Gabarain" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/noauth/YeFyz1AZVcCRsyNHHtwJG.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Sebastian Gabarain</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 7,387 downloads</th>
          <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/Locutusque/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> Locutusque</a> </th>
          </tr><tr>
          <th><b>80</b></th>
          <th><a class="link" href="ai-forever" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/5f91b1208a61a359f44e1851/4hQd2Bt8AeSnQsluli5f1.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">ai-forever</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 7,369 downloads</th>
          <th></th><th class="gcol"><a class="button" href="https://github.com/ai-forever" 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/ai-forever/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> ai-forever</a> </th>
          </tr><tr>
          <th><b>81</b></th>
          <th><a class="link" href="Zellers" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/6d84391645bf2b1b20066264a5a1ba91.svg" alt="Profile picture"></div><span class="name">Zellers</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 7,098 downloads</th>
          <th class="xcol"><a class="button" href="https://twitter.com/rown" 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/rowanz" 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/Rowan/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> Rowan</a> </th>
          </tr><tr>
          <th><b>82</b></th>
          <th><a class="link" href="Miguel Piedrafita" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/630d11e07dacb93b3356add6/lojZs5ho9mPWADCICdttQ.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Miguel Piedrafita</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 6,892 downloads</th>
          <th class="xcol"><a class="button" href="https://twitter.com/m1guelpf" 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/m1guelpf" 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/m1guelpf/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> m1guelpf</a> </th>
          </tr><tr>
          <th><b>83</b></th>
          <th><a class="link" href="sagnik ray choudhury" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1669143929726-60ccafd48fbbb6d061768e84.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">sagnik ray choudhury</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 6,756 downloads</th>
          <th class="xcol"><a class="button" href="https://twitter.com/sagnikrayc" 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/sagnik" 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/sagnikrayc/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> sagnikrayc</a> </th>
          </tr><tr>
          <th><b>84</b></th>
          <th><a class="link" href="AdaptLLM" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/650801ced5578ef7e20b33d4/oLptSnKMecbu62EgglmO6.png?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">AdaptLLM</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 6,533 downloads</th>
          <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/AdaptLLM/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> AdaptLLM</a> </th>
          </tr><tr>
          <th><b>85</b></th>
          <th><a class="link" href="fujiki" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1669619929945-noauth.png?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">fujiki</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 6,467 downloads</th>
          <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/fujiki/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> fujiki</a> </th>
          </tr><tr>
          <th><b>86</b></th>
          <th><a class="link" href="Sayak Paul" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1649681653581-5f7fbd813e94f16a85448745.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Sayak Paul</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 6,385 downloads</th>
          <th class="xcol"><a class="button" href="https://twitter.com/RisingSayak" 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/sayakpaul" 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/sayakpaul/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> sayakpaul</a> </th>
          </tr><tr>
          <th><b>87</b></th>
          <th><a class="link" href="BitTranslate" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/noauth/x3H7cMLeymIiaqV1oR4pf.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">BitTranslate</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 6,121 downloads</th>
          <th class="xcol"><a class="button" href="https://twitter.com/BitTranslate_io" 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/bittranslateio" 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/BitTranslate/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> BitTranslate</a> </th>
          </tr><tr>
          <th><b>88</b></th>
          <th><a class="link" href="Mireu Lab" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/647033bae9c03ba436d811f6/-A6wMj5hAgOkSF_9TPzVV.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Mireu Lab</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 6,103 downloads</th>
          <th></th><th class="gcol"><a class="button" href="https://github.com/mireu-lab" 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/Mireu-Lab/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> Mireu-Lab</a> </th>
          </tr><tr>
          <th><b>89</b></th>
          <th><a class="link" href="Heegyu Kim" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1597657623754-noauth.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Heegyu Kim</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 5,917 downloads</th>
          <th></th><th class="gcol"><a class="button" href="https://github.com/HeegyuKim" 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/heegyu/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> heegyu</a> </th>
          </tr><tr>
          <th><b>90</b></th>
          <th><a class="link" href="Stephen Davies" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/3274bd71ecb831a5ce60cf250baa2619.svg" alt="Profile picture"></div><span class="name">Stephen Davies</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 5,816 downloads</th>
          <th></th><th class="gcol"><a class="button" href="https://github.com/Stevross" 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/Stevross/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> Stevross</a> </th>
          </tr><tr>
          <th><b>91</b></th>
          <th><a class="link" href="Brandon Cui" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/45975bc7565e33a34fdbbb54f25ede10.svg" alt="Profile picture"></div><span class="name">Brandon Cui</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 5,751 downloads</th>
          <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/bcui19/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> bcui19</a> </th>
          </tr><tr>
          <th><b>92</b></th>
          <th><a class="link" href="Prince Awuah Baffour" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/e71699d77718e5e783834d56188c54ea.svg" alt="Profile picture"></div><span class="name">Prince Awuah Baffour</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 5,740 downloads</th>
          <th></th><th class="gcol"><a class="button" href="https://github.com/Jeneral1" 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/Jeneral/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> Jeneral</a> </th>
          </tr><tr>
          <th><b>93</b></th>
          <th><a class="link" href="Jeffrey Quesnelle" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1676652577978-630581db99870e13d3e0006f.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Jeffrey Quesnelle</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 5,713 downloads</th>
          <th class="xcol"><a class="button" href="https://twitter.com/theemozilla" 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/jquesnelle" 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/emozilla/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> emozilla</a> </th>
          </tr><tr>
          <th><b>94</b></th>
          <th><a class="link" href="Galileo Datasets" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1652906682728-628559b2d08c67c73377600f.png?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Galileo Datasets</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 5,640 downloads</th>
          <th class="xcol"><a class="button" href="https://twitter.com/rungalileo" 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/rungalileo/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> rungalileo</a> </th>
          </tr><tr>
          <th><b>95</b></th>
          <th><a class="link" href="Adam W Harley" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/5a0c0aedc99aac6731e0652faf98b2e6.svg" alt="Profile picture"></div><span class="name">Adam W Harley</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 5,592 downloads</th>
          <th class="xcol"><a class="button" href="https://twitter.com/AdamWHarley" 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/aharley" 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/aharley/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> aharley</a> </th>
          </tr><tr>
          <th><b>96</b></th>
          <th><a class="link" href="dmayhem93" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1673820367309-6303c92f1dd5d3c624839851.png?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">dmayhem93</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 5,591 downloads</th>
          <th class="xcol"><a class="button" href="https://twitter.com/dmayhem93" 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/dmayhem93/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> dmayhem93</a> </th>
          </tr><tr>
          <th><b>97</b></th>
          <th><a class="link" href="Manish Prakash" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/770e9e63ec55f1a9c5915f1e37d8e66d.svg" alt="Profile picture"></div><span class="name">Manish Prakash</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 5,535 downloads</th>
          <th class="xcol"><a class="button" href="https://twitter.com/manish_iitg" 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/manishiitg" 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/manishiitg/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> manishiitg</a> </th>
          </tr><tr>
          <th><b>98</b></th>
          <th><a class="link" href="H" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/363fea9a3485b6362133f390b8e0d6b4.svg" alt="Profile picture"></div><span class="name">H</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 5,464 downloads</th>
          <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/bbaaaa/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> bbaaaa</a> </th>
          </tr><tr>
          <th><b>99</b></th>
          <th><a class="link" href="Yeb Havinga" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/62bb26c83152acf586a2105f353c3ee0.svg" alt="Profile picture"></div><span class="name">Yeb Havinga</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 5,407 downloads</th>
          <th></th><th class="gcol"><a class="button" href="https://github.com/yhavinga" 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/yhavinga/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> yhavinga</a> </th>
          </tr><tr>
          <th><b>100</b></th>
          <th><a class="link" href="Kowndinya Renduchintala" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/9a2590853fcb45692b171e3e49c1b409.svg" alt="Profile picture"></div><span class="name">Kowndinya Renduchintala</th>
          <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 4,949 downloads</th>
          <th></th><th class="gcol"><a class="button" href="https://github.com/kowndinya-renduchintala" 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/kowndinya23/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> kowndinya23</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>