mvaloatto commited on
Commit
9e5eb3e
1 Parent(s): 3c0e7f3

Upload 18 files

Browse files
Files changed (6) hide show
  1. datasets.html +718 -0
  2. followers.html +0 -0
  3. index.html +0 -0
  4. scripts.js +2 -62
  5. spaces.html +739 -0
  6. styles.css +2 -0
datasets.html ADDED
@@ -0,0 +1,718 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>TCTF : Top Contributors To Follow</title>
7
+ <link rel="stylesheet" href="styles.css">
8
+ </head>
9
+ <body>
10
+ <header>
11
+ <h1><img width="150" height="150" src="img/logo_tctf.png" alt="X logo"></h1>
12
+ <h1>Top Contributors To Follow</h1>
13
+ <p>Connect with the most impactful users of the Hugging Face community.</p>
14
+ </header>
15
+ <main>
16
+ <div class="tabs">
17
+ <label> <a href="index.html"><img width="14" height="14" src="img/ico_models.png" alt="Models icon"> Models Downloads</a></label>
18
+ <label class="active"> <img width="14" height="14" src="img/ico_datasets.png" alt="Datasets icon"> Datasets Downloads</label>
19
+ <label> <a href="spaces.html"><img width="14" height="14" src="img/ico_spaces.png" alt="Spaces icon"> Spaces Likes</a></label>
20
+ <label> <a href="followers.html"><img width="14" height="14" src="img/ico_hf.png" alt="Followers icon"> Profile Followers</a></label>
21
+ </div>
22
+
23
+ <section class="tab-content active">
24
+
25
+ <div><h5><img width="14" height="14" src="img/ico_datasets.png" alt="X logo"> Most new downloads in
26
+ <select id="dropdown" class="custom-dropdown">
27
+ <option value="option1">February 2024</option>
28
+ <option value="option2">March 2024</option>
29
+ </select>
30
+ </h5>
31
+
32
+ <h3>Creators of datasets with the most cumulative new downloads during the selected month (users only, no orgs)</h3>
33
+
34
+
35
+
36
+ <!--February 2024-->
37
+ <div id="option1" class="content">
38
+ <div style="overflow-x:auto;">
39
+ <table class="alternate">
40
+ <tr>
41
+ <th><b>1</b></th>
42
+ <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>
43
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 6,426,527 downloads</th>
44
+ <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>
45
+ <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>
46
+ <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>
47
+ </tr><tr>
48
+ <th><b>2</b></th>
49
+ <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>
50
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 3,916,028 downloads</th>
51
+ <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>
52
+ <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>
53
+ </tr><tr>
54
+ <th><b>3</b></th>
55
+ <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>
56
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 2,403,737 downloads</th>
57
+ <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>
58
+ <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>
59
+ <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>
60
+ </tr><tr>
61
+ <th><b>4</b></th>
62
+ <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>
63
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 265,358 downloads</th>
64
+ <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>
65
+ <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>
66
+ <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>
67
+ </tr><tr>
68
+ <th><b>5</b></th>
69
+ <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>
70
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 252,056 downloads</th>
71
+ <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>
72
+ <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>
73
+ </tr><tr>
74
+ <th><b>6</b></th>
75
+ <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>
76
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 161,991 downloads</th>
77
+ <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>
78
+ <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>
79
+ </tr><tr>
80
+ <th><b>7</b></th>
81
+ <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>
82
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 161,546 downloads</th>
83
+ <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>
84
+ </tr><tr>
85
+ <th><b>8</b></th>
86
+ <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>
87
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 133,572 downloads</th>
88
+ <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>
89
+ <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>
90
+ </tr><tr>
91
+ <th><b>9</b></th>
92
+ <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>
93
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 124,372 downloads</th>
94
+ <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>
95
+ <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>
96
+ <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>
97
+ </tr><tr>
98
+ <th><b>10</b></th>
99
+ <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>
100
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 90,518 downloads</th>
101
+ <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>
102
+ <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>
103
+ </tr><tr>
104
+ <th><b>11</b></th>
105
+ <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>
106
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 66,483 downloads</th>
107
+ <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>
108
+ <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>
109
+ <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>
110
+ </tr><tr>
111
+ <th><b>12</b></th>
112
+ <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>
113
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 62,206 downloads</th>
114
+ <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>
115
+ <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>
116
+ <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>
117
+ </tr><tr>
118
+ <th><b>13</b></th>
119
+ <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>
120
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 56,968 downloads</th>
121
+ <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>
122
+ <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>
123
+ <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>
124
+ </tr><tr>
125
+ <th><b>14</b></th>
126
+ <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>
127
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 52,582 downloads</th>
128
+ <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>
129
+ <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>
130
+ <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>
131
+ </tr><tr>
132
+ <th><b>15</b></th>
133
+ <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>
134
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 50,490 downloads</th>
135
+ <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>
136
+ <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>
137
+ <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>
138
+ </tr><tr>
139
+ <th><b>16</b></th>
140
+ <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>
141
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 41,885 downloads</th>
142
+ <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>
143
+ </tr><tr>
144
+ <th><b>17</b></th>
145
+ <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>
146
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 40,527 downloads</th>
147
+ <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>
148
+ <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>
149
+ <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>
150
+ </tr><tr>
151
+ <th><b>18</b></th>
152
+ <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>
153
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 36,803 downloads</th>
154
+ <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>
155
+ </tr><tr>
156
+ <th><b>19</b></th>
157
+ <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>
158
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 35,394 downloads</th>
159
+ <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>
160
+ <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>
161
+ <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>
162
+ </tr><tr>
163
+ <th><b>20</b></th>
164
+ <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>
165
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 34,362 downloads</th>
166
+ <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>
167
+ <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>
168
+ <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>
169
+ </tr><tr>
170
+ <th><b>21</b></th>
171
+ <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>
172
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 31,718 downloads</th>
173
+ <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>
174
+ <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>
175
+ <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>
176
+ </tr><tr>
177
+ <th><b>22</b></th>
178
+ <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>
179
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 31,432 downloads</th>
180
+ <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>
181
+ <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>
182
+ </tr><tr>
183
+ <th><b>23</b></th>
184
+ <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>
185
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 28,592 downloads</th>
186
+ <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>
187
+ <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>
188
+ </tr><tr>
189
+ <th><b>24</b></th>
190
+ <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>
191
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 28,383 downloads</th>
192
+ <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>
193
+ <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>
194
+ </tr><tr>
195
+ <th><b>25</b></th>
196
+ <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>
197
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 27,271 downloads</th>
198
+ <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>
199
+ <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>
200
+ <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>
201
+ </tr><tr>
202
+ <th><b>26</b></th>
203
+ <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>
204
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 26,225 downloads</th>
205
+ <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>
206
+ <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>
207
+ <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>
208
+ </tr><tr>
209
+ <th><b>27</b></th>
210
+ <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>
211
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 26,187 downloads</th>
212
+ <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>
213
+ <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>
214
+ </tr><tr>
215
+ <th><b>28</b></th>
216
+ <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>
217
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 24,471 downloads</th>
218
+ <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>
219
+ <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>
220
+ <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>
221
+ </tr><tr>
222
+ <th><b>29</b></th>
223
+ <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>
224
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 22,936 downloads</th>
225
+ <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>
226
+ <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>
227
+ <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>
228
+ </tr><tr>
229
+ <th><b>30</b></th>
230
+ <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>
231
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 21,008 downloads</th>
232
+ <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>
233
+ </tr><tr>
234
+ <th><b>31</b></th>
235
+ <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>
236
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 20,634 downloads</th>
237
+ <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>
238
+ </tr><tr>
239
+ <th><b>32</b></th>
240
+ <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>
241
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 20,441 downloads</th>
242
+ <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>
243
+ <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>
244
+ <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>
245
+ </tr><tr>
246
+ <th><b>33</b></th>
247
+ <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>
248
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 19,796 downloads</th>
249
+ <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>
250
+ <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>
251
+ <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>
252
+ </tr><tr>
253
+ <th><b>34</b></th>
254
+ <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>
255
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 19,117 downloads</th>
256
+ <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>
257
+ <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>
258
+ <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>
259
+ </tr><tr>
260
+ <th><b>35</b></th>
261
+ <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>
262
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 18,713 downloads</th>
263
+ <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>
264
+ </tr><tr>
265
+ <th><b>36</b></th>
266
+ <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>
267
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 17,814 downloads</th>
268
+ <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>
269
+ <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>
270
+ <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>
271
+ </tr><tr>
272
+ <th><b>37</b></th>
273
+ <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>
274
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 17,797 downloads</th>
275
+ <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>
276
+ </tr><tr>
277
+ <th><b>38</b></th>
278
+ <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>
279
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 17,735 downloads</th>
280
+ <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>
281
+ </tr><tr>
282
+ <th><b>39</b></th>
283
+ <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>
284
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 16,863 downloads</th>
285
+ <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>
286
+ </tr><tr>
287
+ <th><b>40</b></th>
288
+ <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>
289
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 16,663 downloads</th>
290
+ <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>
291
+ <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>
292
+ <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>
293
+ </tr><tr>
294
+ <th><b>41</b></th>
295
+ <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>
296
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 15,955 downloads</th>
297
+ <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>
298
+ <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>
299
+ </tr><tr>
300
+ <th><b>42</b></th>
301
+ <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>
302
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 15,914 downloads</th>
303
+ <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>
304
+ <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>
305
+ <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>
306
+ </tr><tr>
307
+ <th><b>43</b></th>
308
+ <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>
309
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 15,422 downloads</th>
310
+ <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>
311
+ <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>
312
+ </tr><tr>
313
+ <th><b>44</b></th>
314
+ <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>
315
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 15,357 downloads</th>
316
+ <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>
317
+ <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>
318
+ </tr><tr>
319
+ <th><b>45</b></th>
320
+ <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>
321
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 15,146 downloads</th>
322
+ <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>
323
+ <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>
324
+ <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>
325
+ </tr><tr>
326
+ <th><b>46</b></th>
327
+ <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>
328
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 15,101 downloads</th>
329
+ <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>
330
+ <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>
331
+ </tr><tr>
332
+ <th><b>47</b></th>
333
+ <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>
334
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 14,183 downloads</th>
335
+ <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>
336
+ <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>
337
+ <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>
338
+ </tr><tr>
339
+ <th><b>48</b></th>
340
+ <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>
341
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 13,793 downloads</th>
342
+ <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>
343
+ <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>
344
+ </tr><tr>
345
+ <th><b>49</b></th>
346
+ <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>
347
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 13,766 downloads</th>
348
+ <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>
349
+ <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>
350
+ <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>
351
+ </tr><tr>
352
+ <th><b>50</b></th>
353
+ <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>
354
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 13,747 downloads</th>
355
+ <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>
356
+ </tr><tr>
357
+ <th><b>51</b></th>
358
+ <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>
359
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 13,404 downloads</th>
360
+ <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>
361
+ <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>
362
+ </tr><tr>
363
+ <th><b>52</b></th>
364
+ <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>
365
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 12,934 downloads</th>
366
+ <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>
367
+ <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>
368
+ </tr><tr>
369
+ <th><b>53</b></th>
370
+ <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>
371
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 12,788 downloads</th>
372
+ <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>
373
+ <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>
374
+ <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>
375
+ </tr><tr>
376
+ <th><b>54</b></th>
377
+ <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>
378
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 12,647 downloads</th>
379
+ <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>
380
+ <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>
381
+ </tr><tr>
382
+ <th><b>55</b></th>
383
+ <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>
384
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 12,103 downloads</th>
385
+ <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>
386
+ </tr><tr>
387
+ <th><b>56</b></th>
388
+ <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>
389
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 11,808 downloads</th>
390
+ <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>
391
+ <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>
392
+ </tr><tr>
393
+ <th><b>57</b></th>
394
+ <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>
395
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 11,282 downloads</th>
396
+ <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>
397
+ <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>
398
+ <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>
399
+ </tr><tr>
400
+ <th><b>58</b></th>
401
+ <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>
402
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 11,157 downloads</th>
403
+ <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>
404
+ </tr><tr>
405
+ <th><b>59</b></th>
406
+ <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>
407
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 10,705 downloads</th>
408
+ <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>
409
+ </tr><tr>
410
+ <th><b>60</b></th>
411
+ <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>
412
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 10,687 downloads</th>
413
+ <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>
414
+ <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>
415
+ </tr><tr>
416
+ <th><b>61</b></th>
417
+ <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>
418
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 10,427 downloads</th>
419
+ <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>
420
+ <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>
421
+ </tr><tr>
422
+ <th><b>62</b></th>
423
+ <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>
424
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 10,345 downloads</th>
425
+ <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>
426
+ <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>
427
+ </tr><tr>
428
+ <th><b>63</b></th>
429
+ <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>
430
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 10,321 downloads</th>
431
+ <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>
432
+ <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>
433
+ </tr><tr>
434
+ <th><b>64</b></th>
435
+ <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>
436
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 10,133 downloads</th>
437
+ <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>
438
+ <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>
439
+ <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>
440
+ </tr><tr>
441
+ <th><b>65</b></th>
442
+ <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>
443
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 10,027 downloads</th>
444
+ <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>
445
+ <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>
446
+ </tr><tr>
447
+ <th><b>66</b></th>
448
+ <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>
449
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 9,992 downloads</th>
450
+ <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>
451
+ <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>
452
+ <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>
453
+ </tr><tr>
454
+ <th><b>67</b></th>
455
+ <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>
456
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 9,960 downloads</th>
457
+ <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>
458
+ <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>
459
+ <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>
460
+ </tr><tr>
461
+ <th><b>68</b></th>
462
+ <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>
463
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 9,722 downloads</th>
464
+ <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>
465
+ <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>
466
+ <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>
467
+ </tr><tr>
468
+ <th><b>69</b></th>
469
+ <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>
470
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 9,645 downloads</th>
471
+ <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>
472
+ <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>
473
+ </tr><tr>
474
+ <th><b>70</b></th>
475
+ <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>
476
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 9,441 downloads</th>
477
+ <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>
478
+ <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>
479
+ <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>
480
+ </tr><tr>
481
+ <th><b>71</b></th>
482
+ <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>
483
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 8,558 downloads</th>
484
+ <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>
485
+ <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>
486
+ <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>
487
+ </tr><tr>
488
+ <th><b>72</b></th>
489
+ <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>
490
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 8,320 downloads</th>
491
+ <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>
492
+ <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>
493
+ <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>
494
+ </tr><tr>
495
+ <th><b>73</b></th>
496
+ <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>
497
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 8,284 downloads</th>
498
+ <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>
499
+ <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>
500
+ <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>
501
+ </tr><tr>
502
+ <th><b>74</b></th>
503
+ <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>
504
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 8,096 downloads</th>
505
+ <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>
506
+ <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>
507
+ <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>
508
+ </tr><tr>
509
+ <th><b>75</b></th>
510
+ <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>
511
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 7,903 downloads</th>
512
+ <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>
513
+ </tr><tr>
514
+ <th><b>76</b></th>
515
+ <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>
516
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 7,876 downloads</th>
517
+ <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>
518
+ <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>
519
+ </tr><tr>
520
+ <th><b>77</b></th>
521
+ <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>
522
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 7,779 downloads</th>
523
+ <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>
524
+ <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>
525
+ </tr><tr>
526
+ <th><b>78</b></th>
527
+ <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>
528
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 7,508 downloads</th>
529
+ <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>
530
+ <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>
531
+ </tr><tr>
532
+ <th><b>79</b></th>
533
+ <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>
534
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 7,387 downloads</th>
535
+ <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>
536
+ </tr><tr>
537
+ <th><b>80</b></th>
538
+ <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>
539
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 7,369 downloads</th>
540
+ <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>
541
+ <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>
542
+ </tr><tr>
543
+ <th><b>81</b></th>
544
+ <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>
545
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 7,098 downloads</th>
546
+ <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>
547
+ <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>
548
+ <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>
549
+ </tr><tr>
550
+ <th><b>82</b></th>
551
+ <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>
552
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 6,892 downloads</th>
553
+ <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>
554
+ <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>
555
+ <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>
556
+ </tr><tr>
557
+ <th><b>83</b></th>
558
+ <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>
559
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 6,756 downloads</th>
560
+ <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>
561
+ <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>
562
+ <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>
563
+ </tr><tr>
564
+ <th><b>84</b></th>
565
+ <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>
566
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 6,533 downloads</th>
567
+ <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>
568
+ </tr><tr>
569
+ <th><b>85</b></th>
570
+ <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>
571
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 6,467 downloads</th>
572
+ <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>
573
+ </tr><tr>
574
+ <th><b>86</b></th>
575
+ <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>
576
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 6,385 downloads</th>
577
+ <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>
578
+ <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>
579
+ <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>
580
+ </tr><tr>
581
+ <th><b>87</b></th>
582
+ <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>
583
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 6,121 downloads</th>
584
+ <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>
585
+ <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>
586
+ <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>
587
+ </tr><tr>
588
+ <th><b>88</b></th>
589
+ <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>
590
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 6,103 downloads</th>
591
+ <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>
592
+ <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>
593
+ </tr><tr>
594
+ <th><b>89</b></th>
595
+ <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>
596
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 5,917 downloads</th>
597
+ <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>
598
+ <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>
599
+ </tr><tr>
600
+ <th><b>90</b></th>
601
+ <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>
602
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 5,816 downloads</th>
603
+ <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>
604
+ <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>
605
+ </tr><tr>
606
+ <th><b>91</b></th>
607
+ <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>
608
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 5,751 downloads</th>
609
+ <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>
610
+ </tr><tr>
611
+ <th><b>92</b></th>
612
+ <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>
613
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 5,740 downloads</th>
614
+ <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>
615
+ <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>
616
+ </tr><tr>
617
+ <th><b>93</b></th>
618
+ <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>
619
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 5,713 downloads</th>
620
+ <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>
621
+ <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>
622
+ <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>
623
+ </tr><tr>
624
+ <th><b>94</b></th>
625
+ <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>
626
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 5,640 downloads</th>
627
+ <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>
628
+ <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>
629
+ </tr><tr>
630
+ <th><b>95</b></th>
631
+ <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>
632
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 5,592 downloads</th>
633
+ <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>
634
+ <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>
635
+ <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>
636
+ </tr><tr>
637
+ <th><b>96</b></th>
638
+ <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>
639
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 5,591 downloads</th>
640
+ <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>
641
+ <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>
642
+ </tr><tr>
643
+ <th><b>97</b></th>
644
+ <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>
645
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 5,535 downloads</th>
646
+ <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>
647
+ <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>
648
+ <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>
649
+ </tr><tr>
650
+ <th><b>98</b></th>
651
+ <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>
652
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 5,464 downloads</th>
653
+ <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>
654
+ </tr><tr>
655
+ <th><b>99</b></th>
656
+ <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>
657
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 5,407 downloads</th>
658
+ <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>
659
+ <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>
660
+ </tr><tr>
661
+ <th><b>100</b></th>
662
+ <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>
663
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 4,949 downloads</th>
664
+ <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>
665
+ <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>
666
+ </tr>
667
+ </table>
668
+ </div>
669
+
670
+ </div>
671
+
672
+ <!--March 2024-->
673
+ <div id="option2" class="content hidden">
674
+
675
+ <div style="overflow-x:auto;">
676
+ <table class="alternate">
677
+ <tr>
678
+ <th>Coming soon...</th>
679
+ </tr>
680
+ </table>
681
+ </div>
682
+
683
+ </div>
684
+
685
+
686
+ </section>
687
+
688
+
689
+
690
+
691
+
692
+
693
+
694
+
695
+
696
+
697
+
698
+
699
+
700
+
701
+
702
+
703
+
704
+
705
+
706
+ <section class="notes">
707
+ <h2>Notes</h2>
708
+
709
+ ⏳ Updated: <b>March 31, 2024</b><br>
710
+ 🎯 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>
711
+ ⚙️ 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>
712
+ 🏗️ 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>
713
+
714
+ </section>
715
+ </main>
716
+ <script src="scripts.js"></script>
717
+ </body>
718
+ </html>
followers.html ADDED
The diff for this file is too large to render. See raw diff
 
index.html CHANGED
The diff for this file is too large to render. See raw diff
 
scripts.js CHANGED
@@ -1,46 +1,9 @@
1
- const tabs = document.querySelectorAll('.tabs input[type="radio"]');
2
- const tabContents = document.querySelectorAll('.tab-content');
3
- const tabLabels = document.querySelectorAll('.tabs label'); // Assuming you have labels
4
 
5
- function showTab(tabIndex) {
6
- tabContents.forEach(content => {
7
- content.classList.remove('active');
8
- });
9
-
10
- tabLabels.forEach(label => {
11
- label.classList.remove('active'); // Remove 'active' from all labels
12
- });
13
-
14
- tabs[tabIndex].checked = true;
15
- tabContents[tabIndex].classList.add('active');
16
- tabLabels[tabIndex].classList.add('active'); // Add 'active' to the clicked label
17
- }
18
-
19
- tabs.forEach((tab, index) => {
20
- tab.addEventListener('click', () => {
21
- showTab(index);
22
- });
23
- });
24
-
25
- // Show initial tab
26
- showTab(0);
27
 
28
  //Dropdown lists
29
- document.getElementById('dropdown-models').addEventListener('change', function() {
30
- var selectedOption = this.value;
31
- var allContents = document.querySelectorAll('.content-models');
32
- for (var i = 0; i < allContents.length; i++) {
33
- if (allContents[i].id === selectedOption) {
34
- allContents[i].classList.remove('hidden');
35
- } else {
36
- allContents[i].classList.add('hidden');
37
- }
38
- }
39
- });
40
-
41
- document.getElementById('dropdown-datasets').addEventListener('change', function() {
42
  var selectedOption = this.value;
43
- var allContents = document.querySelectorAll('.content-datasets');
44
  for (var i = 0; i < allContents.length; i++) {
45
  if (allContents[i].id === selectedOption) {
46
  allContents[i].classList.remove('hidden');
@@ -50,26 +13,3 @@ document.getElementById('dropdown-datasets').addEventListener('change', function
50
  }
51
  });
52
 
53
- document.getElementById('dropdown-spaces').addEventListener('change', function() {
54
- var selectedOption = this.value;
55
- var allContents = document.querySelectorAll('.content-spaces');
56
- for (var i = 0; i < allContents.length; i++) {
57
- if (allContents[i].id === selectedOption) {
58
- allContents[i].classList.remove('hidden');
59
- } else {
60
- allContents[i].classList.add('hidden');
61
- }
62
- }
63
- });
64
-
65
- document.getElementById('dropdown-followers').addEventListener('change', function() {
66
- var selectedOption = this.value;
67
- var allContents = document.querySelectorAll('.content-followers');
68
- for (var i = 0; i < allContents.length; i++) {
69
- if (allContents[i].id === selectedOption) {
70
- allContents[i].classList.remove('hidden');
71
- } else {
72
- allContents[i].classList.add('hidden');
73
- }
74
- }
75
- });
 
 
 
 
1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
 
3
  //Dropdown lists
4
+ document.getElementById('dropdown').addEventListener('change', function() {
 
 
 
 
 
 
 
 
 
 
 
 
5
  var selectedOption = this.value;
6
+ var allContents = document.querySelectorAll('.content');
7
  for (var i = 0; i < allContents.length; i++) {
8
  if (allContents[i].id === selectedOption) {
9
  allContents[i].classList.remove('hidden');
 
13
  }
14
  });
15
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
spaces.html ADDED
@@ -0,0 +1,739 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>TCTF : Top Contributors To Follow</title>
7
+ <link rel="stylesheet" href="styles.css">
8
+ </head>
9
+ <body>
10
+ <header>
11
+ <h1><img width="150" height="150" src="img/logo_tctf.png" alt="X logo"></h1>
12
+ <h1>Top Contributors To Follow</h1>
13
+ <p>Connect with the most impactful users of the Hugging Face community.</p>
14
+ </header>
15
+ <main>
16
+ <div class="tabs">
17
+ <label> <a href="index.html"><img width="14" height="14" src="img/ico_models.png" alt="Models icon"> Models Downloads</a></label>
18
+ <label> <a href="datasets.html"><img width="14" height="14" src="img/ico_datasets.png" alt="Datasets icon"> Datasets Downloads</a></label>
19
+ <label class="active"> <img width="14" height="14" src="img/ico_spaces.png" alt="Spaces icon"> Spaces Likes</label>
20
+ <label> <a href="followers.html"><img width="14" height="14" src="img/ico_hf.png" alt="Followers icon"> Profile Followers</a></label>
21
+ </div>
22
+
23
+
24
+
25
+ <section class="tab-content active">
26
+
27
+ <div><h5><img width="14" height="14" src="img/ico_spaces.png" alt="X logo"> Most all-time likes at the end of
28
+ <select id="dropdown" class="custom-dropdown">
29
+ <option value="option1">February 2024</option>
30
+ <option value="option2">March 2024</option>
31
+ </select>
32
+ </h5>
33
+
34
+ <h3>Creators of Spaces with the most cumulative all-time likes at the end of the selected month (users only, no orgs)</h3>
35
+
36
+
37
+
38
+ <!--February 2024-->
39
+ <div id="option1" class="content">
40
+
41
+ <div style="overflow-x:auto;">
42
+ <table class="alternate">
43
+ <tr>
44
+ <th><b>1</b></th>
45
+ <th><a class="link" href="Sylvain Filoni" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/61868ce808aae0b5499a2a95/F6BA0anbsoY_Z7M1JrwOe.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Sylvain Filoni</th>
46
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 10,087 likes</th>
47
+ <th class="xcol"><a class="button" href="https://twitter.com/fffiloni" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
48
+ <th class="gcol"><a class="button" href="https://github.com/fffiloni" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
49
+ <th class="hfcol"><a class="button" href="https://huggingface.co/fffiloni/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> fffiloni</a> </th>
50
+ </tr><tr>
51
+ <th><b>2</b></th>
52
+ <th><a class="link" href="Apolinário from multimodal AI art" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1649143001781-624bebf604abc7ebb01789af.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Apolinário</th>
53
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 5,440 likes</th>
54
+ <th class="xcol"><a class="button" href="https://twitter.com/multimodalart" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
55
+ <th class="gcol"><a class="button" href="https://github.com/multimodalart" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
56
+ <th class="hfcol"><a class="button" href="https://huggingface.co/multimodalart/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> multimodalart</a> </th>
57
+ </tr><tr>
58
+ <th><b>3</b></th>
59
+ <th><a class="link" href="AK" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1674929746905-60f1abe7544c2adfd699860c.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">AK</th>
60
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 5,309 likes</th>
61
+ <th class="xcol"><a class="button" href="https://twitter.com/_akhaliq" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
62
+ <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/akhaliq/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> akhaliq</a> </th>
63
+ </tr><tr>
64
+ <th><b>4</b></th>
65
+ <th><a class="link" href="Julian Bilcke" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/noauth/2RK8J_YSNAK2ob8XZH7w2.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Julian Bilcke</th>
66
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 5,243 likes</th>
67
+ <th class="xcol"><a class="button" href="https://twitter.com/flngr" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
68
+ <th class="gcol"><a class="button" href="https://github.com/jbilcke-hf" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
69
+ <th class="hfcol"><a class="button" href="https://huggingface.co/jbilcke-hf/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> jbilcke-hf</a> </th>
70
+ </tr><tr>
71
+ <th><b>5</b></th>
72
+ <th><a class="link" href="yuvraj sharma" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1624431552569-noauth.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">yuvraj sharma</th>
73
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 4,433 likes</th>
74
+ <th class="xcol"><a class="button" href="https://twitter.com/yvrjsharma" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
75
+ <th class="gcol"><a class="button" href="https://github.com/yvrjsharma" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
76
+ <th class="hfcol"><a class="button" href="https://huggingface.co/ysharma/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> ysharma</a> </th>
77
+ </tr><tr>
78
+ <th><b>6</b></th>
79
+ <th><a class="link" href="hysts" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1643012094339-61914f536d34e827404ceb99.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">hysts</th>
80
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 4,303 likes</th>
81
+ <th class="xcol"><a class="button" href="https://twitter.com/hysts12321" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
82
+ <th class="gcol"><a class="button" href="https://github.com/hysts" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
83
+ <th class="hfcol"><a class="button" href="https://huggingface.co/hysts/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> hysts</a> </th>
84
+ </tr><tr>
85
+ <th><b>7</b></th>
86
+ <th><a class="link" href="AP" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/637bb1382d2d9c4f2486b458/eBV9PwY2Kxd6NsQjVqtzZ.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">AP</th>
87
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 3,792 likes</th>
88
+ <th class="xcol"><a class="button" href="https://twitter.com/angrypenguinpng" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
89
+ <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/AP123/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> AP123</a> </th>
90
+ </tr><tr>
91
+ <th><b>8</b></th>
92
+ <th><a class="link" href="Radamés Ajna" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1648966381588-6064e095abd8d3692e3e2ed6.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Radamés Ajna</th>
93
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 2,713 likes</th>
94
+ <th class="xcol"><a class="button" href="https://twitter.com/radamar" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
95
+ <th class="gcol"><a class="button" href="https://github.com/radames" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
96
+ <th class="hfcol"><a class="button" href="https://huggingface.co/radames/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> radames</a> </th>
97
+ </tr><tr>
98
+ <th><b>9</b></th>
99
+ <th><a class="link" href="pharmapsychotic" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/6309155dc038bf42d56e41ce/t5oI4HQGnm4zGg79EBBqp.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">pharmapsychotic</th>
100
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 2,466 likes</th>
101
+ <th class="xcol"><a class="button" href="https://twitter.com/pharmapsychotic" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
102
+ <th class="gcol"><a class="button" href="https://github.com/pharmapsychotic" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
103
+ <th class="hfcol"><a class="button" href="https://huggingface.co/pharmapsychotic/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> pharmapsychotic</a> </th>
104
+ </tr><tr>
105
+ <th><b>10</b></th>
106
+ <th><a class="link" href="Sanchit Gandhi" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1653243468328-61f91cf54a8e5a275b2b3e7c.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Sanchit Gandhi</th>
107
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 2,201 likes</th>
108
+ <th class="xcol"><a class="button" href="https://twitter.com/sanchitgandhi99" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
109
+ <th class="gcol"><a class="button" href="https://github.com/sanchit-gandhi" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
110
+ <th class="hfcol"><a class="button" href="https://huggingface.co/sanchit-gandhi/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> sanchit-gandhi</a> </th>
111
+ </tr><tr>
112
+ <th><b>11</b></th>
113
+ <th><a class="link" href="Joshua" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/61b253b7ac5ecaae3d1efe0c/hwiQ0uvz3t-L5a-NtBIO6.png?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Joshua</th>
114
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 1,812 likes</th>
115
+ <th class="xcol"><a class="button" href="https://twitter.com/xenovacom" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
116
+ <th class="gcol"><a class="button" href="https://github.com/Xenova" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
117
+ <th class="hfcol"><a class="button" href="https://huggingface.co/Xenova/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> Xenova</a> </th>
118
+ </tr><tr>
119
+ <th><b>12</b></th>
120
+ <th><a class="link" href="Gustavo Santana" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1663453939889-6311e9340c860d6d363b983f.png?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Gustavo Santana</th>
121
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 1,690 likes</th>
122
+ <th></th><th class="gcol"><a class="button" href="https://github.com/gustavosta" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
123
+ <th class="hfcol"><a class="button" href="https://huggingface.co/Gustavosta/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> Gustavosta</a> </th>
124
+ </tr><tr>
125
+ <th><b>13</b></th>
126
+ <th><a class="link" href="Aaron C Wacker" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1656147940537-620630b603825909dcbeba35.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Aaron C Wacker</th>
127
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 1,611 likes</th>
128
+ <th class="xcol"><a class="button" href="https://twitter.com/Aaron_Wacker" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
129
+ <th class="gcol"><a class="button" href="https://github.com/AaronCWacker" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
130
+ <th class="hfcol"><a class="button" href="https://huggingface.co/awacke1/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> awacke1</a> </th>
131
+ </tr><tr>
132
+ <th><b>14</b></th>
133
+ <th><a class="link" href="AQ" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1665740371407-61a3e2aa2172c41f121589fb.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">AQ</th>
134
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 1,581 likes</th>
135
+ <th class="xcol"><a class="button" href="https://twitter.com/hahahahohohe" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
136
+ <th class="gcol"><a class="button" href="https://github.com/qunash" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
137
+ <th class="hfcol"><a class="button" href="https://huggingface.co/anzorq/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> anzorq</a> </th>
138
+ </tr><tr>
139
+ <th><b>15</b></th>
140
+ <th><a class="link" href="Tony Assi" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/648a824a8ca6cf9857d1349c/wAdFg_x9Km-_Jw2ccD6DV.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Tony Assi</th>
141
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 1,487 likes</th>
142
+ <th></th><th class="gcol"><a class="button" href="https://github.com/TonyAssi" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
143
+ <th class="hfcol"><a class="button" href="https://huggingface.co/tonyassi/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> tonyassi</a> </th>
144
+ </tr><tr>
145
+ <th><b>16</b></th>
146
+ <th><a class="link" href="Merve Noyan" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1648113222875-6141a88b3a0ec78603c9e784.png?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Merve Noyan</th>
147
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 1,470 likes</th>
148
+ <th class="xcol"><a class="button" href="https://twitter.com/mervenoyann" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
149
+ <th class="gcol"><a class="button" href="https://github.com/merveenoyan" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
150
+ <th class="hfcol"><a class="button" href="https://huggingface.co/merve/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> merve</a> </th>
151
+ </tr><tr>
152
+ <th><b>17</b></th>
153
+ <th><a class="link" href="zome" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/6348297ffe7bb6743965a1ae/nRvGbglQN0MeqloWCFOEN.png?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">zome</th>
154
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 1,462 likes</th>
155
+ <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/zomehwh/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> zomehwh</a> </th>
156
+ </tr><tr>
157
+ <th><b>18</b></th>
158
+ <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>
159
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 1,454 likes</th>
160
+ <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>
161
+ <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>
162
+ <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>
163
+ </tr><tr>
164
+ <th><b>19</b></th>
165
+ <th><a class="link" href="HumanAIGC" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/638da8c1f467129f4993ceb0/LnhIduvFZDx81AzwweZGj.png?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">HumanAIGC</th>
166
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 1,353 likes</th>
167
+ <th></th><th class="gcol"><a class="button" href="https://github.com/HumanAIGC" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
168
+ <th class="hfcol"><a class="button" href="https://huggingface.co/HumanAIGC/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> HumanAIGC</a> </th>
169
+ </tr><tr>
170
+ <th><b>20</b></th>
171
+ <th><a class="link" href="Tim Brooks" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/62f68cdb04e5e02f82ae4ab1/kIl7meNMXLJ0DSGg0_WoE.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Tim Brooks</th>
172
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 1,218 likes</th>
173
+ <th class="xcol"><a class="button" href="https://twitter.com/_tim_brooks" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
174
+ <th class="gcol"><a class="button" href="https://github.com/timothybrooks" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
175
+ <th class="hfcol"><a class="button" href="https://huggingface.co/timbrooks/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> timbrooks</a> </th>
176
+ </tr><tr>
177
+ <th><b>21</b></th>
178
+ <th><a class="link" href="Shangchen Zhou" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/62e57662ae9d3f10acbb1b1b/lg58jdbNyv6LGH2LFnZDF.png?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Shangchen Zhou</th>
179
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 1,159 likes</th>
180
+ <th class="xcol"><a class="button" href="https://twitter.com/ShangchenZhou" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
181
+ <th class="gcol"><a class="button" href="https://github.com/sczhou" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
182
+ <th class="hfcol"><a class="button" href="https://huggingface.co/sczhou/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> sczhou</a> </th>
183
+ </tr><tr>
184
+ <th><b>22</b></th>
185
+ <th><a class="link" href="skytnt" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1650375870480-noauth.png?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">skytnt</th>
186
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 1,142 likes</th>
187
+ <th></th><th class="gcol"><a class="button" href="https://github.com/SkyTNT" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
188
+ <th class="hfcol"><a class="button" href="https://huggingface.co/skytnt/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> skytnt</a> </th>
189
+ </tr><tr>
190
+ <th><b>23</b></th>
191
+ <th><a class="link" href="Zhongcong Xu" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/97d2c0b6123691ea27157ebf8da59b45.svg" alt="Profile picture"></div><span class="name">Zhongcong Xu</th>
192
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 1,084 likes</th>
193
+ <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/zcxu-eric/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> zcxu-eric</a> </th>
194
+ </tr><tr>
195
+ <th><b>24</b></th>
196
+ <th><a class="link" href="haoheliu" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1677233708065-6155245d1c762d4d61b51d5d.png?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">haoheliu</th>
197
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 1,017 likes</th>
198
+ <th></th><th class="gcol"><a class="button" href="https://github.com/haoheliu" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
199
+ <th class="hfcol"><a class="button" href="https://huggingface.co/haoheliu/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> haoheliu</a> </th>
200
+ </tr><tr>
201
+ <th><b>25</b></th>
202
+ <th><a class="link" href="BlinkDL" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1655953609090-noauth.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">BlinkDL</th>
203
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 949 likes</th>
204
+ <th class="xcol"><a class="button" href="https://twitter.com/BlinkDL_AI" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
205
+ <th class="gcol"><a class="button" href="https://github.com/BlinkDL" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
206
+ <th class="hfcol"><a class="button" href="https://huggingface.co/BlinkDL/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> BlinkDL</a> </th>
207
+ </tr><tr>
208
+ <th><b>26</b></th>
209
+ <th><a class="link" href="visioncairgroup" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/d0de345aa69981c7a18c79d5259e6597.svg" alt="Profile picture"></div><span class="name">visioncairgroup</th>
210
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 949 likes</th>
211
+ <th class="xcol"><a class="button" href="https://twitter.com/KAUSTVisionCAIR" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
212
+ <th class="gcol"><a class="button" href="https://github.com/Vision-CAIR" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
213
+ <th class="hfcol"><a class="button" href="https://huggingface.co/Vision-CAIR/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> Vision-CAIR</a> </th>
214
+ </tr><tr>
215
+ <th><b>27</b></th>
216
+ <th><a class="link" href="John Smith" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/ed6996a557141e18f2be161e4e72caae.svg" alt="Profile picture"></div><span class="name">John Smith</th>
217
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 914 likes</th>
218
+ <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/JohnSmith9982/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> JohnSmith9982</a> </th>
219
+ </tr><tr>
220
+ <th><b>28</b></th>
221
+ <th><a class="link" href="Xiaodong Cun" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/63184c517ca1b876d99b7e0e/b-qDExoeJuDXK0cJBZKnz.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Xiaodong Cun</th>
222
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 820 likes</th>
223
+ <th class="xcol"><a class="button" href="https://twitter.com/shadocun" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
224
+ <th class="gcol"><a class="button" href="https://github.com/vinthony" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
225
+ <th class="hfcol"><a class="button" href="https://huggingface.co/vinthony/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> vinthony</a> </th>
226
+ </tr><tr>
227
+ <th><b>29</b></th>
228
+ <th><a class="link" href="Lnyan" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1659620157274-626aa9cfdc6c16ed85de8dde.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Lnyan</th>
229
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 798 likes</th>
230
+ <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/lnyan/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> lnyan</a> </th>
231
+ </tr><tr>
232
+ <th><b>30</b></th>
233
+ <th><a class="link" href="Max Skobeev" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1653153979035-60fea6db4fd19fb46cadf49d.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Max Skobeev</th>
234
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 791 likes</th>
235
+ <th class="xcol"><a class="button" href="https://twitter.com/doevent" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
236
+ <th class="gcol"><a class="button" href="https://github.com/doevent" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
237
+ <th class="hfcol"><a class="button" href="https://huggingface.co/doevent/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> doevent</a> </th>
238
+ </tr><tr>
239
+ <th><b>31</b></th>
240
+ <th><a class="link" href="vumichien" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1616075850230-noauth.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">vumichien</th>
241
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 738 likes</th>
242
+ <th class="xcol"><a class="button" href="https://twitter.com/chien_vu1692" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
243
+ <th class="gcol"><a class="button" href="https://github.com/vumichien" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
244
+ <th class="hfcol"><a class="button" href="https://huggingface.co/vumichien/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> vumichien</a> </th>
245
+ </tr><tr>
246
+ <th><b>32</b></th>
247
+ <th><a class="link" href="ElderFrog" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/638c28445d81d551ab4a2be3/50RNrkkQjRhT3W41Twi9w.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">ElderFrog</th>
248
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 710 likes</th>
249
+ <th></th><th class="gcol"><a class="button" href="https://github.com/Plachtaa" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
250
+ <th class="hfcol"><a class="button" href="https://huggingface.co/Plachta/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> Plachta</a> </th>
251
+ </tr><tr>
252
+ <th><b>33</b></th>
253
+ <th><a class="link" href="Roger C" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/08bf9559d8046f18f608960dd08b6e8d.svg" alt="Profile picture"></div><span class="name">Roger C</th>
254
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 698 likes</th>
255
+ <th></th><th class="gcol"><a class="button" href="https://github.com/Allknowingroger" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
256
+ <th class="hfcol"><a class="button" href="https://huggingface.co/allknowingroger/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> allknowingroger</a> </th>
257
+ </tr><tr>
258
+ <th><b>34</b></th>
259
+ <th><a class="link" href="Kevin Wang" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/644310389788699939b385d0/zXVe5uHoTJSKgJtbbahWt.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Kevin Wang</th>
260
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 678 likes</th>
261
+ <th></th><th class="gcol"><a class="button" href="https://github.com/KevinWang676" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
262
+ <th class="hfcol"><a class="button" href="https://huggingface.co/kevinwang676/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> kevinwang676</a> </th>
263
+ </tr><tr>
264
+ <th><b>35</b></th>
265
+ <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>
266
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 677 likes</th>
267
+ <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>
268
+ <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>
269
+ <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>
270
+ </tr><tr>
271
+ <th><b>36</b></th>
272
+ <th><a class="link" href="ArtificialGuy/JV.K" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/6304037b7373aacccd882e1e/H8M3e1n0CpJr5n3aL0ExE.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">ArtificialGuy/JV.K</th>
273
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 668 likes</th>
274
+ <th class="xcol"><a class="button" href="https://twitter.com/artificialguybr" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
275
+ <th class="gcol"><a class="button" href="https://github.com/artificialguybr" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
276
+ <th class="hfcol"><a class="button" href="https://huggingface.co/artificialguybr/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> artificialguybr</a> </th>
277
+ </tr><tr>
278
+ <th><b>37</b></th>
279
+ <th><a class="link" href="Victor Espinoza-Guerra" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1673071115434-6303c6dd1dd5d3c624837b95.png?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Victor Espinoza-Guerra</th>
280
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 667 likes</th>
281
+ <th></th><th class="gcol"><a class="button" href="https://github.com/darkstorm2150" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
282
+ <th class="hfcol"><a class="button" href="https://huggingface.co/darkstorm2150/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> darkstorm2150</a> </th>
283
+ </tr><tr>
284
+ <th><b>38</b></th>
285
+ <th><a class="link" href="Xintao Wang" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/60e272ca6c78a8c122b12127/xldEGBzGrU-bX6IwAw0Ie.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Xintao Wang</th>
286
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 666 likes</th>
287
+ <th class="xcol"><a class="button" href="https://twitter.com/xinntao" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
288
+ <th class="gcol"><a class="button" href="https://github.com/xinntao" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
289
+ <th class="hfcol"><a class="button" href="https://huggingface.co/Xintao/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> Xintao</a> </th>
290
+ </tr><tr>
291
+ <th><b>39</b></th>
292
+ <th><a class="link" href="Omar Sanseviero" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/6032802e1f993496bc14d9e3/w6hr-DEQot4VVkoyRIBiy.png?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Omar Sanseviero</th>
293
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 664 likes</th>
294
+ <th class="xcol"><a class="button" href="https://twitter.com/osanseviero" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
295
+ <th class="gcol"><a class="button" href="https://github.com/osanseviero" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
296
+ <th class="hfcol"><a class="button" href="https://huggingface.co/osanseviero/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> osanseviero</a> </th>
297
+ </tr><tr>
298
+ <th><b>40</b></th>
299
+ <th><a class="link" href="Shuai Yang" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1664764278226-62a54d0410334c1d024e2f59.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Shuai Yang</th>
300
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 660 likes</th>
301
+ <th class="xcol"><a class="button" href="https://twitter.com/ShuaiYang1991" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
302
+ <th class="gcol"><a class="button" href="https://github.com/williamyang1991" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
303
+ <th class="hfcol"><a class="button" href="https://huggingface.co/PKUWilliamYang/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> PKUWilliamYang</a> </th>
304
+ </tr><tr>
305
+ <th><b>41</b></th>
306
+ <th><a class="link" href="chansung park" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1659971187637-60d3b57ad7b174177faabd6e.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">chansung park</th>
307
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 634 likes</th>
308
+ <th class="xcol"><a class="button" href="https://twitter.com/algo_diver" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
309
+ <th class="gcol"><a class="button" href="https://github.com/deep-diver" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
310
+ <th class="hfcol"><a class="button" href="https://huggingface.co/chansung/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> chansung</a> </th>
311
+ </tr><tr>
312
+ <th><b>42</b></th>
313
+ <th><a class="link" href="Ram Ananth" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1671346465329-62aeb75c4b5d61650842dbf4.png?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Ram Ananth</th>
314
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 621 likes</th>
315
+ <th class="xcol"><a class="button" href="https://twitter.com/RamAnanth29" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
316
+ <th class="gcol"><a class="button" href="https://github.com/RamAnanth" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
317
+ <th class="hfcol"><a class="button" href="https://huggingface.co/RamAnanth1/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> RamAnanth1</a> </th>
318
+ </tr><tr>
319
+ <th><b>43</b></th>
320
+ <th><a class="link" href="Evgeniy Hristoforu" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/noauth/o-5N9QyjHgmSMk69e3O55.png?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Evgeniy Hristoforu</th>
321
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 614 likes</th>
322
+ <th></th><th class="gcol"><a class="button" href="https://github.com/ehristoforu" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
323
+ <th class="hfcol"><a class="button" href="https://huggingface.co/ehristoforu/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> ehristoforu</a> </th>
324
+ </tr><tr>
325
+ <th><b>44</b></th>
326
+ <th><a class="link" href="Manjushri Bodhisattva" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1669612297556-63163d6c76c93113fb147bb6.png?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Manjushri Bodhisattva</th>
327
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 593 likes</th>
328
+ <th></th><th class="gcol"><a class="button" href="https://github.com/ManjuVajra" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
329
+ <th class="hfcol"><a class="button" href="https://huggingface.co/Manjushri/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> Manjushri</a> </th>
330
+ </tr><tr>
331
+ <th><b>45</b></th>
332
+ <th><a class="link" href="Bilal Sardar" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1675355986970-630c5f954ca0a22768b3dfb9.png?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Bilal Sardar</th>
333
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 553 likes</th>
334
+ <th></th><th class="gcol"><a class="button" href="https://github.com/BilalSardar009" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
335
+ <th class="hfcol"><a class="button" href="https://huggingface.co/BilalSardar/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> BilalSardar</a> </th>
336
+ </tr><tr>
337
+ <th><b>46</b></th>
338
+ <th><a class="link" href="Shariq Farooq Bhat" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/8ac9dff40d1b483b4f2f4e4cbd3f9088.svg" alt="Profile picture"></div><span class="name">Shariq Farooq Bhat</th>
339
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 548 likes</th>
340
+ <th class="xcol"><a class="button" href="https://twitter.com/shariq_farooq" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
341
+ <th class="gcol"><a class="button" href="https://github.com/shariqfarooq123" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
342
+ <th class="hfcol"><a class="button" href="https://huggingface.co/shariqfarooq/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> shariqfarooq</a> </th>
343
+ </tr><tr>
344
+ <th><b>47</b></th>
345
+ <th><a class="link" href="Abubakar Abid" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1621947938344-noauth.png?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Abubakar Abid</th>
346
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 506 likes</th>
347
+ <th class="xcol"><a class="button" href="https://twitter.com/abidlabs" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
348
+ <th class="gcol"><a class="button" href="https://github.com/abidlabs" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
349
+ <th class="hfcol"><a class="button" href="https://huggingface.co/abidlabs/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> abidlabs</a> </th>
350
+ </tr><tr>
351
+ <th><b>48</b></th>
352
+ <th><a class="link" href="Yuliang Xiu" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/6183d0b249ef1d984699e4a3/GYR4kzPUEJPxrnQD-trhT.png?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Yuliang Xiu</th>
353
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 505 likes</th>
354
+ <th class="xcol"><a class="button" href="https://twitter.com/yuliangxiu" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
355
+ <th class="gcol"><a class="button" href="https://github.com/yuliangxiu" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
356
+ <th class="hfcol"><a class="button" href="https://huggingface.co/Yuliang/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> Yuliang</a> </th>
357
+ </tr><tr>
358
+ <th><b>49</b></th>
359
+ <th><a class="link" href="Kristian Stangeland" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/f4f4cd3394fbbd4a17e93e9c54d7402e.svg" alt="Profile picture"></div><span class="name">Kristian Stangeland</th>
360
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 484 likes</th>
361
+ <th></th><th class="gcol"><a class="button" href="https://github.com/aadnk" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
362
+ <th class="hfcol"><a class="button" href="https://huggingface.co/aadnk/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> aadnk</a> </th>
363
+ </tr><tr>
364
+ <th><b>50</b></th>
365
+ <th><a class="link" href="Qing" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1668302774259-noauth.png?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Qing</th>
366
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 484 likes</th>
367
+ <th></th><th class="gcol"><a class="button" href="https://github.com/Sanster" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
368
+ <th class="hfcol"><a class="button" href="https://huggingface.co/Sanster/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> Sanster</a> </th>
369
+ </tr><tr>
370
+ <th><b>51</b></th>
371
+ <th><a class="link" href="ArkanDash" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/623c04f09dd7a94c850b570f/zlnnc_f9txnLqIfOnnJWd.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">ArkanDash</th>
372
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 467 likes</th>
373
+ <th></th><th class="gcol"><a class="button" href="https://github.com/ArkanDash" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
374
+ <th class="hfcol"><a class="button" href="https://huggingface.co/ArkanDash/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> ArkanDash</a> </th>
375
+ </tr><tr>
376
+ <th><b>52</b></th>
377
+ <th><a class="link" href="enzo" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/64f73f25098581ab15e2f5ad/yBZwZ-4KTq6talJEro2yp.png?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">enzo</th>
378
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 465 likes</th>
379
+ <th class="xcol"><a class="button" href="https://twitter.com/enzostvs" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
380
+ <th class="gcol"><a class="button" href="https://github.com/enzostvs" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
381
+ <th class="hfcol"><a class="button" href="https://huggingface.co/enzostvs/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> enzostvs</a> </th>
382
+ </tr><tr>
383
+ <th><b>53</b></th>
384
+ <th><a class="link" href="Thomas Simonini" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1632748593235-60cae820b1c79a3e4b436664.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Thomas Simonini</th>
385
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 463 likes</th>
386
+ <th class="xcol"><a class="button" href="https://twitter.com/ThomasSimonini" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
387
+ <th class="gcol"><a class="button" href="https://github.com/simoninithomas" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
388
+ <th class="hfcol"><a class="button" href="https://huggingface.co/ThomasSimonini/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> ThomasSimonini</a> </th>
389
+ </tr><tr>
390
+ <th><b>54</b></th>
391
+ <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>
392
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 462 likes</th>
393
+ <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>
394
+ <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>
395
+ <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>
396
+ </tr><tr>
397
+ <th><b>55</b></th>
398
+ <th><a class="link" href="Partho Das" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/2c487926a9d0619ac5dde302bbfe098a.svg" alt="Profile picture"></div><span class="name">Partho Das</th>
399
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 457 likes</th>
400
+ <th></th><th class="gcol"><a class="button" href="https://github.com/daspartho" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
401
+ <th class="hfcol"><a class="button" href="https://huggingface.co/daspartho/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> daspartho</a> </th>
402
+ </tr><tr>
403
+ <th><b>56</b></th>
404
+ <th><a class="link" href="Eric J. Wang" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/9ce79a09c4aef67518bd3f7ea158d390.svg" alt="Profile picture"></div><span class="name">Eric J. Wang</th>
405
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 453 likes</th>
406
+ <th></th><th class="gcol"><a class="button" href="https://github.com/tloen" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
407
+ <th class="hfcol"><a class="button" href="https://huggingface.co/tloen/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> tloen</a> </th>
408
+ </tr><tr>
409
+ <th><b>57</b></th>
410
+ <th><a class="link" href="Anonymous User" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/948187de31ad52527b746da34373481c.svg" alt="Profile picture"></div><span class="name">Anonymous User</th>
411
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 437 likes</th>
412
+ <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/Anonymous-sub/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> Anonymous-sub</a> </th>
413
+ </tr><tr>
414
+ <th><b>58</b></th>
415
+ <th><a class="link" href="Víctor Navarro Aránguiz" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/8ebdf8849923d49afb35984228b68ed7.svg" alt="Profile picture"></div><span class="name">Víctor Navarro Aránguiz</th>
416
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 433 likes</th>
417
+ <th></th><th class="gcol"><a class="button" href="https://github.com/Vokturz" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
418
+ <th class="hfcol"><a class="button" href="https://huggingface.co/Vokturz/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> Vokturz</a> </th>
419
+ </tr><tr>
420
+ <th><b>59</b></th>
421
+ <th><a class="link" href="Jiawe Ren" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1651044799068-623f533a28672458f749b8e9.png?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Jiawe Ren</th>
422
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 427 likes</th>
423
+ <th class="xcol"><a class="button" href="https://twitter.com/jiawei6_ren" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
424
+ <th class="gcol"><a class="button" href="https://github.com/jiawei-ren" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
425
+ <th class="hfcol"><a class="button" href="https://huggingface.co/jiawei011/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> jiawei011</a> </th>
426
+ </tr><tr>
427
+ <th><b>60</b></th>
428
+ <th><a class="link" href="fuqingxu" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/11e0ea2e3d3b831c5cf744d2626f36ce.svg" alt="Profile picture"></div><span class="name">fuqingxu</th>
429
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 421 likes</th>
430
+ <th></th><th class="gcol"><a class="button" href="https://github.com/binary-husky" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
431
+ <th class="hfcol"><a class="button" href="https://huggingface.co/qingxu98/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> qingxu98</a> </th>
432
+ </tr><tr>
433
+ <th><b>61</b></th>
434
+ <th><a class="link" href="yizhangliu" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/2ce18cf2378c47450b91baac28118291.svg" alt="Profile picture"></div><span class="name">yizhangliu</th>
435
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 416 likes</th>
436
+ <th></th><th class="gcol"><a class="button" href="https://github.com/yizhangliu" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
437
+ <th class="hfcol"><a class="button" href="https://huggingface.co/yizhangliu/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> yizhangliu</a> </th>
438
+ </tr><tr>
439
+ <th><b>62</b></th>
440
+ <th><a class="link" href="Roger Condori" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/63e6e242b6a40bf941e520d5/cM8Pu9-vy7U7D9fz38wr6.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Roger Condori</th>
441
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 416 likes</th>
442
+ <th></th><th class="gcol"><a class="button" href="https://github.com/r3gm" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
443
+ <th class="hfcol"><a class="button" href="https://huggingface.co/r3gm/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> r3gm</a> </th>
444
+ </tr><tr>
445
+ <th><b>63</b></th>
446
+ <th><a class="link" href="jeff" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1658252966088-6254501b6e36fe62e141935f.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">jeff</th>
447
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 412 likes</th>
448
+ <th class="xcol"><a class="button" href="https://twitter.com/jeffistyping" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
449
+ <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/jeffistyping/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> jeffistyping</a> </th>
450
+ </tr><tr>
451
+ <th><b>64</b></th>
452
+ <th><a class="link" href="Felix Rosberg" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1644417587467-61fa9ebc30f38bf051de12e5.gif?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Felix Rosberg</th>
453
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 410 likes</th>
454
+ <th></th><th class="gcol"><a class="button" href="https://github.com/felixrosberg" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
455
+ <th class="hfcol"><a class="button" href="https://huggingface.co/felixrosberg/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> felixrosberg</a> </th>
456
+ </tr><tr>
457
+ <th><b>65</b></th>
458
+ <th><a class="link" href="xxlong" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/2570b8be781b559860705afd555dbb2a.svg" alt="Profile picture"></div><span class="name">xxlong</th>
459
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 406 likes</th>
460
+ <th></th><th class="gcol"><a class="button" href="https://github.com/flamehaze1115" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
461
+ <th class="hfcol"><a class="button" href="https://huggingface.co/flamehaze1115/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> flamehaze1115</a> </th>
462
+ </tr><tr>
463
+ <th><b>66</b></th>
464
+ <th><a class="link" href="Ilaria" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/noauth/tJN4LOEK6DPPDhEflbNIL.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Ilaria</th>
465
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 406 likes</th>
466
+ <th class="xcol"><a class="button" href="https://twitter.com/TheStingerX" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
467
+ <th class="gcol"><a class="button" href="https://github.com/TheStingerX" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
468
+ <th class="hfcol"><a class="button" href="https://huggingface.co/TheStinger/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> TheStinger</a> </th>
469
+ </tr><tr>
470
+ <th><b>67</b></th>
471
+ <th><a class="link" href="Yuwei Guo" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/816d3a952f33a2232a8ed3094ab7bfaf.svg" alt="Profile picture"></div><span class="name">Yuwei Guo</th>
472
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 399 likes</th>
473
+ <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/guoyww/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> guoyww</a> </th>
474
+ </tr><tr>
475
+ <th><b>68</b></th>
476
+ <th><a class="link" href="mrfakename" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/62e54f0eae9d3f10acb95cb9/VAyk05hqB3OZWXEZW-B0q.png?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">mrfakename</th>
477
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 398 likes</th>
478
+ <th class="xcol"><a class="button" href="https://twitter.com/realmrfakename" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
479
+ <th class="gcol"><a class="button" href="https://github.com/fakerybakery" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
480
+ <th class="hfcol"><a class="button" href="https://huggingface.co/mrfakename/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> mrfakename</a> </th>
481
+ </tr><tr>
482
+ <th><b>69</b></th>
483
+ <th><a class="link" href="jiayong deng" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/cabd4e06738f2fd8e24337509a42ac47.svg" alt="Profile picture"></div><span class="name">jiayong deng</th>
484
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 394 likes</th>
485
+ <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/jiayong/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> jiayong</a> </th>
486
+ </tr><tr>
487
+ <th><b>70</b></th>
488
+ <th><a class="link" href="Yuntian Deng" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/63081e15a670ed10f9d44229/w1b9uq-9774bMMgJbSPsS.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Yuntian Deng</th>
489
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 376 likes</th>
490
+ <th class="xcol"><a class="button" href="https://twitter.com/yuntiandeng" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
491
+ <th class="gcol"><a class="button" href="https://github.com/da03" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
492
+ <th class="hfcol"><a class="button" href="https://huggingface.co/yuntian-deng/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> yuntian-deng</a> </th>
493
+ </tr><tr>
494
+ <th><b>71</b></th>
495
+ <th><a class="link" href="Baize" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/noauth/LznGHi16fbYgzPftT1eqr.png?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Baize</th>
496
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 376 likes</th>
497
+ <th class="xcol"><a class="button" href="https://twitter.com/XuCanwen" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
498
+ <th class="gcol"><a class="button" href="https://github.com/project-baize" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
499
+ <th class="hfcol"><a class="button" href="https://huggingface.co/project-baize/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> project-baize</a> </th>
500
+ </tr><tr>
501
+ <th><b>72</b></th>
502
+ <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>
503
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 368 likes</th>
504
+ <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>
505
+ <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>
506
+ </tr><tr>
507
+ <th><b>73</b></th>
508
+ <th><a class="link" href="Abhishek Thakur" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1604427578240-noauth.png?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Abhishek Thakur</th>
509
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 367 likes</th>
510
+ <th class="xcol"><a class="button" href="https://twitter.com/abhi1thakur" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
511
+ <th class="gcol"><a class="button" href="https://github.com/abhishekkrthakur" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
512
+ <th class="hfcol"><a class="button" href="https://huggingface.co/abhishek/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> abhishek</a> </th>
513
+ </tr><tr>
514
+ <th><b>74</b></th>
515
+ <th><a class="link" href="vik" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/63117568fa95534e218da163/8h9zN8aKRxPLBnXW7sqY9.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">vik</th>
516
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 365 likes</th>
517
+ <th class="xcol"><a class="button" href="https://twitter.com/vikhyatk" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
518
+ <th class="gcol"><a class="button" href="https://github.com/vikhyat" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
519
+ <th class="hfcol"><a class="button" href="https://huggingface.co/vikhyatk/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> vikhyatk</a> </th>
520
+ </tr><tr>
521
+ <th><b>75</b></th>
522
+ <th><a class="link" href="JoshZhang" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/b19d18b2e1017075de0860a58ca7beb7.svg" alt="Profile picture"></div><span class="name">JoshZhang</th>
523
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 362 likes</th>
524
+ <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/XzJosh/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> XzJosh</a> </th>
525
+ </tr><tr>
526
+ <th><b>76</b></th>
527
+ <th><a class="link" href="AgentStore" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/f8cd943bd8d2e186b5796da2df49ddb3.svg" alt="Profile picture"></div><span class="name">AgentStore</th>
528
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 352 likes</th>
529
+ <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/deepwisdom/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> deepwisdom</a> </th>
530
+ </tr><tr>
531
+ <th><b>77</b></th>
532
+ <th><a class="link" href="Furqanil Taqwa" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/6365c8dbf31ef76df4042821/Gm7qar0zr-qUrg2ftEf3L.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Furqanil Taqwa</th>
533
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 346 likes</th>
534
+ <th class="xcol"><a class="button" href="https://twitter.com/linaqruf_" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
535
+ <th class="gcol"><a class="button" href="https://github.com/Linaqruf" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
536
+ <th class="hfcol"><a class="button" href="https://huggingface.co/Linaqruf/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> Linaqruf</a> </th>
537
+ </tr><tr>
538
+ <th><b>78</b></th>
539
+ <th><a class="link" href="Olivier Dehaene" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/62a093d63e7d1dda047039fc/QGpVSKuJLwl2EsiffCYML.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Olivier Dehaene</th>
540
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 342 likes</th>
541
+ <th></th><th class="gcol"><a class="button" href="https://github.com/olivierdehaene" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
542
+ <th class="hfcol"><a class="button" href="https://huggingface.co/olivierdehaene/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> olivierdehaene</a> </th>
543
+ </tr><tr>
544
+ <th><b>79</b></th>
545
+ <th><a class="link" href="Dee Jay" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1675458507921-62ebcea7fee90fca4742a4d2.png?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Dee Jay</th>
546
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 341 likes</th>
547
+ <th class="xcol"><a class="button" href="https://twitter.com/DavidJohnstonxx" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
548
+ <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/phenomenon1981/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> phenomenon1981</a> </th>
549
+ </tr><tr>
550
+ <th><b>80</b></th>
551
+ <th><a class="link" href="Simian Luo" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/noauth/ofYN04WWtD60oeDP45pQN.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Simian Luo</th>
552
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 337 likes</th>
553
+ <th class="xcol"><a class="button" href="https://twitter.com/SimianLuo" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
554
+ <th class="gcol"><a class="button" href="https://github.com/luosiallen" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
555
+ <th class="hfcol"><a class="button" href="https://huggingface.co/SimianLuo/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> SimianLuo</a> </th>
556
+ </tr><tr>
557
+ <th><b>81</b></th>
558
+ <th><a class="link" href="Marco Pasini" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/486e6503fb3dabe3e8f2d659fc4a2f23.svg" alt="Profile picture"></div><span class="name">Marco Pasini</th>
559
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 334 likes</th>
560
+ <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/marcop/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> marcop</a> </th>
561
+ </tr><tr>
562
+ <th><b>82</b></th>
563
+ <th><a class="link" href="linbin" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/e0527137d7cb649a96e9856940cf21a5.svg" alt="Profile picture"></div><span class="name">linbin</th>
564
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 333 likes</th>
565
+ <th class="xcol"><a class="button" href="https://twitter.com/LinBin46984" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
566
+ <th class="gcol"><a class="button" href="https://github.com/LinB203" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
567
+ <th class="hfcol"><a class="button" href="https://huggingface.co/LanguageBind/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> LanguageBind</a> </th>
568
+ </tr><tr>
569
+ <th><b>83</b></th>
570
+ <th><a class="link" href="Vedat Baday" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/noauth/ShOE6VXMkQc7izpLtBKz7.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Vedat Baday</th>
571
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 318 likes</th>
572
+ <th class="xcol"><a class="button" href="https://twitter.com/dotglub" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
573
+ <th class="gcol"><a class="button" href="https://github.com/badayvedat" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
574
+ <th class="hfcol"><a class="button" href="https://huggingface.co/badayvedat/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> badayvedat</a> </th>
575
+ </tr><tr>
576
+ <th><b>84</b></th>
577
+ <th><a class="link" href="Piotr Skalski" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/60f84d4d85dbbb185d2e9a53/Mlc0XjAgQR2cuhGNchz07.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Piotr Skalski</th>
578
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 318 likes</th>
579
+ <th class="xcol"><a class="button" href="https://twitter.com/skalskip92" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
580
+ <th class="gcol"><a class="button" href="https://github.com/SkalskiP" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
581
+ <th class="hfcol"><a class="button" href="https://huggingface.co/SkalskiP/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> SkalskiP</a> </th>
582
+ </tr><tr>
583
+ <th><b>85</b></th>
584
+ <th><a class="link" href="Steve Digital" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1666555857270-noauth.png?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Steve Digital</th>
585
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 315 likes</th>
586
+ <th class="xcol"><a class="button" href="https://twitter.com/steveDOTdigital" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
587
+ <th class="gcol"><a class="button" href="https://github.com/steveDOTdigital" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
588
+ <th class="hfcol"><a class="button" href="https://huggingface.co/SteveDigital/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> SteveDigital</a> </th>
589
+ </tr><tr>
590
+ <th><b>86</b></th>
591
+ <th><a class="link" href="Peter Szemraj" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/60bccec062080d33f875cd0c/KvEhYxx9-Tff_Qb7PsjAL.png?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Peter Szemraj</th>
592
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 314 likes</th>
593
+ <th></th><th class="gcol"><a class="button" href="https://github.com/pszemraj" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
594
+ <th class="hfcol"><a class="button" href="https://huggingface.co/pszemraj/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> pszemraj</a> </th>
595
+ </tr><tr>
596
+ <th><b>87</b></th>
597
+ <th><a class="link" href="Lihe Yang" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/aa1b48a3a24b61c8593e4d07fc4f6acc.svg" alt="Profile picture"></div><span class="name">Lihe Yang</th>
598
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 313 likes</th>
599
+ <th></th><th class="gcol"><a class="button" href="https://github.com/LiheYoung" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
600
+ <th class="hfcol"><a class="button" href="https://huggingface.co/LiheYoung/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> LiheYoung</a> </th>
601
+ </tr><tr>
602
+ <th><b>88</b></th>
603
+ <th><a class="link" href="Dimitri" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1678365850657-640501091a3babee78e41e99.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Dimitri</th>
604
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 313 likes</th>
605
+ <th class="xcol"><a class="button" href="https://twitter.com/dvruette" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
606
+ <th class="gcol"><a class="button" href="https://github.com/dvruette" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
607
+ <th class="hfcol"><a class="button" href="https://huggingface.co/dvruette/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> dvruette</a> </th>
608
+ </tr><tr>
609
+ <th><b>89</b></th>
610
+ <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>
611
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 309 likes</th>
612
+ <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>
613
+ <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>
614
+ <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>
615
+ </tr><tr>
616
+ <th><b>90</b></th>
617
+ <th><a class="link" href="Anton Obukhov" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/62f93abbc4817cfc0756b6f8/rGYLaq-rmoJJYotkC1VXk.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Anton Obukhov</th>
618
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 306 likes</th>
619
+ <th class="xcol"><a class="button" href="https://twitter.com/AntonObukhov1" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
620
+ <th class="gcol"><a class="button" href="https://github.com/toshas" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
621
+ <th class="hfcol"><a class="button" href="https://huggingface.co/toshas/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> toshas</a> </th>
622
+ </tr><tr>
623
+ <th><b>91</b></th>
624
+ <th><a class="link" href="spartan" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1664442251110-63329fde2217725f3adfff27.png?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">spartan</th>
625
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 302 likes</th>
626
+ <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/nightfury/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> nightfury</a> </th>
627
+ </tr><tr>
628
+ <th><b>92</b></th>
629
+ <th><a class="link" href="Kadir Nar" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1678181702571-619f7ba90df8731e0d8b6c54.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Kadir Nar</th>
630
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 300 likes</th>
631
+ <th class="xcol"><a class="button" href="https://twitter.com/kadirnar_ai" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
632
+ <th class="gcol"><a class="button" href="https://github.com/kadirnar" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
633
+ <th class="hfcol"><a class="button" href="https://huggingface.co/kadirnar/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> kadirnar</a> </th>
634
+ </tr><tr>
635
+ <th><b>93</b></th>
636
+ <th><a class="link" href="Naoyuki Hirayama" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/d5ba6a59bd51385910c1d8fb210102bc.svg" alt="Profile picture"></div><span class="name">Naoyuki Hirayama</th>
637
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 297 likes</th>
638
+ <th class="xcol"><a class="button" href="https://twitter.com/jonigata" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
639
+ <th class="gcol"><a class="button" href="https://github.com/jonigata" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
640
+ <th class="hfcol"><a class="button" href="https://huggingface.co/jonigata/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> jonigata</a> </th>
641
+ </tr><tr>
642
+ <th><b>94</b></th>
643
+ <th><a class="link" href="Kazuki Nakayashiki" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1665894596708-634b8848d440b86afd4f25c2.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Kazuki Nakayashiki</th>
644
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 285 likes</th>
645
+ <th class="xcol"><a class="button" href="https://twitter.com/kazuki_sf_" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
646
+ <th class="gcol"><a class="button" href="https://github.com/kazuki-sf" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
647
+ <th class="hfcol"><a class="button" href="https://huggingface.co/kazuk/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> kazuk</a> </th>
648
+ </tr><tr>
649
+ <th><b>95</b></th>
650
+ <th><a class="link" href="Mike Ravkine" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/7865ac39276762682d8e20a33ff9f257.svg" alt="Profile picture"></div><span class="name">Mike Ravkine</th>
651
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 284 likes</th>
652
+ <th class="xcol"><a class="button" href="https://twitter.com/whatsmypot" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
653
+ <th class="gcol"><a class="button" href="https://github.com/the-crypt-keeper" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
654
+ <th class="hfcol"><a class="button" href="https://huggingface.co/mike-ravkine/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> mike-ravkine</a> </th>
655
+ </tr><tr>
656
+ <th><b>96</b></th>
657
+ <th><a class="link" href="Ali Abid" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1655236986178-61d7830bb77a8c48d48bc755.png?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Ali Abid</th>
658
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 278 likes</th>
659
+ <th></th><th class="gcol"><a class="button" href="https://github.com/aliabid84" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
660
+ <th class="hfcol"><a class="button" href="https://huggingface.co/aliabid94/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> aliabid94</a> </th>
661
+ </tr><tr>
662
+ <th><b>97</b></th>
663
+ <th><a class="link" href="Ron Au" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1645687060589-61a1a34e0c6b93bde3894add.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Ron Au</th>
664
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 276 likes</th>
665
+ <th class="xcol"><a class="button" href="https://twitter.com/ronvoluted" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
666
+ <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/ronvolutional/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> ronvolutional</a> </th>
667
+ </tr><tr>
668
+ <th><b>98</b></th>
669
+ <th><a class="link" href="JingyeChen22" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/noauth/PUJ-N2cQxgEmDGfyjajyA.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">JingyeChen22</th>
670
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 274 likes</th>
671
+ <th></th><th class="gcol"><a class="button" href="https://github.com/JingyeChen" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
672
+ <th class="hfcol"><a class="button" href="https://huggingface.co/JingyeChen22/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> JingyeChen22</a> </th>
673
+ </tr><tr>
674
+ <th><b>99</b></th>
675
+ <th><a class="link" href="Xinyu Huang" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/1673493776367-63bf7ba8da08ed0544ff20e9.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Xinyu Huang</th>
676
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 267 likes</th>
677
+ <th></th><th class="gcol"><a class="button" href="https://github.com/xinyu1205" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
678
+ <th class="hfcol"><a class="button" href="https://huggingface.co/xinyu1205/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> xinyu1205</a> </th>
679
+ </tr><tr>
680
+ <th><b>100</b></th>
681
+ <th><a class="link" href="Tsu-Jui Fu" target="_blank" rel="noopener"><div class="circle"><img src="https://aeiljuispo.cloudimg.io/v7/https://cdn-uploads.huggingface.co/production/uploads/638cb2efc8912be69c149a46/qxMNOWoSUG525DgNPpHcK.jpeg?w=200&h=200&f=face" alt="Profile picture"></div><span class="name">Tsu-Jui Fu</th>
682
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 265 likes</th>
683
+ <th></th><th class="gcol"><a class="button" href="https://github.com/tsujuifu" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
684
+ <th class="hfcol"><a class="button" href="https://huggingface.co/tsujuifu/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> tsujuifu</a> </th>
685
+ </tr>
686
+
687
+ </table>
688
+ </div>
689
+
690
+ </div>
691
+
692
+
693
+ <!--March 2024-->
694
+ <div id="option2" class="content hidden">
695
+
696
+ <div style="overflow-x:auto;">
697
+ <table class="alternate">
698
+ <tr>
699
+ <th>Coming soon...</th>
700
+ </tr>
701
+ </table>
702
+ </div>
703
+
704
+ </div>
705
+
706
+
707
+ </section>
708
+
709
+
710
+
711
+
712
+
713
+
714
+
715
+
716
+
717
+
718
+
719
+
720
+
721
+
722
+
723
+
724
+
725
+
726
+
727
+ <section class="notes">
728
+ <h2>Notes</h2>
729
+
730
+ ⏳ Updated: <b>March 31, 2024</b><br>
731
+ 🎯 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>
732
+ ⚙️ 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>
733
+ 🏗️ 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>
734
+
735
+ </section>
736
+ </main>
737
+ <script src="scripts.js"></script>
738
+ </body>
739
+ </html>
styles.css CHANGED
@@ -328,6 +328,8 @@ section::after {
328
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
329
  }
330
 
 
 
331
  /*
332
  .tabs label:before{
333
  content: '';
 
328
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
329
  }
330
 
331
+
332
+
333
  /*
334
  .tabs label:before{
335
  content: '';