mvaloatto commited on
Commit
7a3761b
1 Parent(s): aac874c

Upload 4 files

Browse files
Files changed (4) hide show
  1. datasets.html +648 -10
  2. followers.html +678 -13
  3. index.html +649 -10
  4. spaces.html +653 -10
datasets.html CHANGED
@@ -24,11 +24,12 @@
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">June 2024</option>
28
- <option value="option2">May 2024</option>
29
- <option value="option3">April 2024</option>
30
- <option value="option4">March 2024</option>
31
- <option value="option5">February 2024</option>
 
32
  </select>
33
  </h5>
34
 
@@ -41,9 +42,646 @@
41
 
42
 
43
 
44
- <!--June 2024-->
45
  <div id="option1" class="content">
46
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
47
  <div style="overflow-x:auto;">
48
  <table class="alternate">
49
 
@@ -696,7 +1334,7 @@
696
 
697
 
698
  <!--May 2024-->
699
- <div id="option2" class="content hidden">
700
 
701
  <div style="overflow-x:auto;">
702
  <table class="alternate">
@@ -1343,7 +1981,7 @@
1343
 
1344
 
1345
  <!--April 2024-->
1346
- <div id="option3" class="content hidden">
1347
 
1348
  <div style="overflow-x:auto;">
1349
  <table class="alternate">
@@ -1991,7 +2629,7 @@
1991
 
1992
 
1993
  <!--March 2024-->
1994
- <div id="option4" class="content hidden">
1995
 
1996
  <div style="overflow-x:auto;">
1997
  <table class="alternate">
@@ -2634,7 +3272,7 @@
2634
 
2635
 
2636
  <!--February 2024-->
2637
- <div id="option5" class="content hidden">
2638
  <div style="overflow-x:auto;">
2639
  <table class="alternate">
2640
  <tr>
 
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">July 2024</option>
28
+ <option value="option2">June 2024</option>
29
+ <option value="option3">May 2024</option>
30
+ <option value="option4">April 2024</option>
31
+ <option value="option5">March 2024</option>
32
+ <option value="option6">February 2024</option>
33
  </select>
34
  </h5>
35
 
 
42
 
43
 
44
 
45
+ <!--July 2024-->
46
  <div id="option1" class="content">
47
 
48
+ <div style="overflow-x:auto;">
49
+ <table class="alternate">
50
+
51
+ <tr>
52
+ <th><b>1</b></th>
53
+ <th><a class="link" href="https://huggingface.co/hails/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1669665010552-62895a0215aeee85756062c4.jpeg" alt="Profile picture"></div><span class="name">Hailey Schoelkopf</th>
54
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 18,245,516 downloads</th>
55
+ <th></th><th class="gcol"><a class="button" href="https://github.com/haileyschoelkopf" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
56
+ <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>
57
+ </tr><tr>
58
+ <th><b>2</b><span class="up"> &nbsp;▲ 5</span></th>
59
+ <th><a class="link" href="https://huggingface.co/SaylorTwift/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1678663263366-63e0eea7af523c37e5a77966.jpeg" alt="Profile picture"></div><span class="name">Nathan Habib</th>
60
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 1,395,275 downloads</th>
61
+ <th class="xcol"><a class="button" href="https://twitter.com/nathanhabib1011" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
62
+ <th class="gcol"><a class="button" href="https://github.com/NathanHB" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
63
+ <th class="hfcol"><a class="button" href="https://huggingface.co/SaylorTwift/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> SaylorTwift</a> </th>
64
+ </tr><tr>
65
+ <th><b>3</b><span class="down"> &nbsp;▼ 1</span></th>
66
+ <th><a class="link" href="https://huggingface.co/lukaemon/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/6099e69332c054a2e98479ce/c_I1SJ9eZUZr_sY0JM93b.jpeg" alt="Profile picture"></div><span class="name">Lucas Shen</th>
67
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 784,126 downloads</th>
68
+ <th class="xcol"><a class="button" href="https://twitter.com/_lukaemon" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
69
+ <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>
70
+ <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>
71
+ </tr><tr>
72
+ <th><b>4</b><span class="up"> &nbsp;▲ 1</span></th>
73
+ <th><a class="link" href="https://huggingface.co/haonan-li/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/643934ecb9ac1d55f41cefd7/v41FZ2Ar6nVXEkf-w5axf.jpeg" alt="Profile picture"></div><span class="name">Haonan Li</th>
74
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 512,299 downloads</th>
75
+ <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>
76
+ <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>
77
+ </tr><tr>
78
+ <th><b>5</b><span class="down"> &nbsp;▼ 2</span></th>
79
+ <th><a class="link" href="https://huggingface.co/chansung/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1659971187637-60d3b57ad7b174177faabd6e.jpeg" alt="Profile picture"></div><span class="name">chansung park</th>
80
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 470,286 downloads</th>
81
+ <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>
82
+ <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/chansung/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> chansung</a> </th>
83
+ </tr><tr>
84
+ <th><b>6</b><span class="up"> &nbsp;NEW</span></th>
85
+ <th><a class="link" href="https://huggingface.co/yhavinga/" 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>
86
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 468,037 downloads</th>
87
+ <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>
88
+ <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>
89
+ </tr><tr>
90
+ <th><b>7</b><span class="down"> &nbsp;▼ 3</span></th>
91
+ <th><a class="link" href="https://huggingface.co/princeton-nlp/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1618969698200-noauth.png" alt="Profile picture"></div><span class="name">Princeton NLP group</th>
92
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 388,962 downloads</th>
93
+ <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>
94
+ <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>
95
+ <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>
96
+ </tr><tr>
97
+ <th><b>8</b><span class="up"> &nbsp;▲ 29</span></th>
98
+ <th><a class="link" href="https://huggingface.co/jon-tow/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1665261042648-61b2bf4f5b1f7cad1799cfbb.png" alt="Profile picture"></div><span class="name">Jonathan Tow</th>
99
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 328,807 downloads</th>
100
+ <th class="xcol"><a class="button" href="https://twitter.com/jonbtow" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
101
+ <th class="gcol"><a class="button" href="https://github.com/jon-tow" 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/jon-tow/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> jon-tow</a> </th>
103
+ </tr><tr>
104
+ <th><b>9</b><span class="up"> &nbsp;NEW</span></th>
105
+ <th><a class="link" href="https://huggingface.co/jzhang86/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1675971921774-63e547f3006a775275e2c362.png" alt="Profile picture"></div><span class="name">Jianbang Zhang</th>
106
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 324,062 downloads</th>
107
+ <th class="xcol"><a class="button" href="https://twitter.com/moonares" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
108
+ <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/jzhang86/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> jzhang86</a> </th>
109
+ </tr><tr>
110
+ <th><b>10</b><span class="up"> &nbsp;▲ 1</span></th>
111
+ <th><a class="link" href="https://huggingface.co/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>
112
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 276,113 downloads</th>
113
+ <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>
114
+ <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>
115
+ </tr><tr>
116
+ <th><b>11</b><span class="down"> &nbsp;▼ 3</span></th>
117
+ <th><a class="link" href="https://huggingface.co/lhoestq/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1594214747713-5e9ecfc04957053f60648a3e.png" alt="Profile picture"></div><span class="name">Quentin Lhoest</th>
118
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 177,155 downloads</th>
119
+ <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>
120
+ <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/lhoestq/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> lhoestq</a> </th>
121
+ </tr><tr>
122
+ <th><b>12</b><span class="up"> &nbsp;NEW</span></th>
123
+ <th><a class="link" href="https://huggingface.co/jxm/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1652114014657-5edc0500968f6028e0559ff8.jpeg" alt="Profile picture"></div><span class="name">Jack Morris</th>
124
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 160,677 downloads</th>
125
+ <th class="xcol"><a class="button" href="https://twitter.com/jxmnop" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
126
+ <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/jxm/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> jxm</a> </th>
127
+ </tr><tr>
128
+ <th><b>13</b><span class="up"> &nbsp;▲ 31</span></th>
129
+ <th><a class="link" href="https://huggingface.co/malhajar/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/639c5c448a34ed9a404a956b/jcypw-eh7JzKHTffd0N9l.jpeg" alt="Profile picture"></div><span class="name">Mohamad Alhajar</th>
130
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 146,604 downloads</th>
131
+ <th></th><th class="gcol"><a class="button" href="https://github.com/malhajar17" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
132
+ <th class="hfcol"><a class="button" href="https://huggingface.co/malhajar/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> malhajar</a> </th>
133
+ </tr><tr>
134
+ <th><b>14</b><span class="up"> &nbsp;▲ 5</span></th>
135
+ <th><a class="link" href="https://huggingface.co/Idavidrein/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/655cc37f9af37bae32110d53/cFGjZk0Y8gwDrwmRF83oO.jpeg" alt="Profile picture"></div><span class="name">David Rein</th>
136
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 133,924 downloads</th>
137
+ <th class="xcol"><a class="button" href="https://twitter.com/idavidrein" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
138
+ <th class="gcol"><a class="button" href="https://github.com/idavidrein" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
139
+ <th class="hfcol"><a class="button" href="https://huggingface.co/Idavidrein/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> Idavidrein</a> </th>
140
+ </tr><tr>
141
+ <th><b>15</b><span class="up"> &nbsp;▲ 8</span></th>
142
+ <th><a class="link" href="https://huggingface.co/roneneldan/" 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>
143
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 129,602 downloads</th>
144
+ <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>
145
+ </tr><tr>
146
+ <th><b>16</b><span class="up"> &nbsp;▲ 19</span></th>
147
+ <th><a class="link" href="https://huggingface.co/SilvaFV/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/af2f5bebc07b9e2cda7b7c8807e38585.svg" alt="Profile picture"></div><span class="name">Vinicius Facin da Silva</th>
148
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 119,677 downloads</th>
149
+ <th></th><th class="gcol"><a class="button" href="https://github.com/[email protected]" 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/SilvaFV/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> SilvaFV</a> </th>
151
+ </tr><tr>
152
+ <th><b>17</b><span class="up"> &nbsp;NEW</span></th>
153
+ <th><a class="link" href="https://huggingface.co/iohadrubin/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/7ae0cbe5abbfc056de47640f1592595e.svg" alt="Profile picture"></div><span class="name">Ohad Rubin</th>
154
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 114,923 downloads</th>
155
+ <th></th><th class="gcol"><a class="button" href="https://github.com/OhadRubin" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
156
+ <th class="hfcol"><a class="button" href="https://huggingface.co/iohadrubin/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> iohadrubin</a> </th>
157
+ </tr><tr>
158
+ <th><b>18</b><span class="up"> &nbsp;▲ 66</span></th>
159
+ <th><a class="link" href="https://huggingface.co/Shitao/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/c0675d05a52192ee14e9ab1633353956.svg" alt="Profile picture"></div><span class="name">Xiao</th>
160
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 112,009 downloads</th>
161
+ <th></th><th class="gcol"><a class="button" href="https://github.com/staoxiao" 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/Shitao/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> Shitao</a> </th>
163
+ </tr><tr>
164
+ <th><b>19</b><span class="up"> &nbsp;▲ 28</span></th>
165
+ <th><a class="link" href="https://huggingface.co/ai-forever/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/5f91b1208a61a359f44e1851/4hQd2Bt8AeSnQsluli5f1.jpeg" alt="Profile picture"></div><span class="name">ai-forever</th>
166
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 84,152 downloads</th>
167
+ <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>
168
+ <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>
169
+ </tr><tr>
170
+ <th><b>20</b><span class="up"> &nbsp;NEW</span></th>
171
+ <th><a class="link" href="https://huggingface.co/mhardalov/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1667121666591-635d3934d6bbbf54119a6e3f.png" alt="Profile picture"></div><span class="name">Momchil Hardalov</th>
172
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 69,399 downloads</th>
173
+ <th class="xcol"><a class="button" href="https://twitter.com/mhardalov" 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/mhardalov" 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/mhardalov/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> mhardalov</a> </th>
176
+ </tr><tr>
177
+ <th><b>21</b><span class="up"> &nbsp;NEW</span></th>
178
+ <th><a class="link" href="https://huggingface.co/batterydata/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/10dbd81a73ea7df1eed95bc378c58920.svg" alt="Profile picture"></div><span class="name">Shu Huang</th>
179
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 67,985 downloads</th>
180
+ <th class="xcol"><a class="button" href="https://twitter.com/Shu_Huang_" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
181
+ <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/batterydata/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> batterydata</a> </th>
182
+ </tr><tr>
183
+ <th><b>22</b><span class="up"> &nbsp;NEW</span></th>
184
+ <th><a class="link" href="https://huggingface.co/AdaptLLM/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/650801ced5578ef7e20b33d4/oLptSnKMecbu62EgglmO6.png" alt="Profile picture"></div><span class="name">AdaptLLM</th>
185
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 65,632 downloads</th>
186
+ <th class="xcol"><a class="button" href="https://twitter.com/DaixuanC45443" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
187
+ <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>
188
+ </tr><tr>
189
+ <th><b>23</b><span class="up"> &nbsp;NEW</span></th>
190
+ <th><a class="link" href="https://huggingface.co/alonj/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/60c9ff03ae069967b3cda9e69700bee9.svg" alt="Profile picture"></div><span class="name">Alon Jacoby</th>
191
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 64,338 downloads</th>
192
+ <th></th><th class="gcol"><a class="button" href="https://github.com/alonj" 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/alonj/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> alonj</a> </th>
194
+ </tr><tr>
195
+ <th><b>24</b><span class="up"> &nbsp;▲ 5</span></th>
196
+ <th><a class="link" href="https://huggingface.co/indolem/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1605436239759-5fb101e184389b139cf3b4fa.png" alt="Profile picture"></div><span class="name">IndoLEM</th>
197
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 63,191 downloads</th>
198
+ <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>
199
+ <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>
200
+ <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>
201
+ </tr><tr>
202
+ <th><b>25</b><span class="up"> &nbsp;▲ 48</span></th>
203
+ <th><a class="link" href="https://huggingface.co/maveriq/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1585493970035-noauth.jpeg" alt="Profile picture"></div><span class="name">Haris Jabbar</th>
204
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 56,011 downloads</th>
205
+ <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>
206
+ <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/maveriq/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> maveriq</a> </th>
207
+ </tr><tr>
208
+ <th><b>26</b><span class="down"> &nbsp;▼ 12</span></th>
209
+ <th><a class="link" href="https://huggingface.co/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>
210
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 54,153 downloads</th>
211
+ <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>
212
+ </tr><tr>
213
+ <th><b>27</b><span class="up"> &nbsp;NEW</span></th>
214
+ <th><a class="link" href="https://huggingface.co/qinchuanhui/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/2e2ac5f56d5bcfcb00b3f191a9999543.svg" alt="Profile picture"></div><span class="name">Yulong Hui</th>
215
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 50,395 downloads</th>
216
+ <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/qinchuanhui/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> qinchuanhui</a> </th>
217
+ </tr><tr>
218
+ <th><b>28</b><span class="down"> &nbsp;▼ 16</span></th>
219
+ <th><a class="link" href="https://huggingface.co/ccdv/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1659877476012-616f3a4cf92cbd8e03c1d541.jpeg" alt="Profile picture"></div><span class="name">ccdv</th>
220
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 49,577 downloads</th>
221
+ <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>
222
+ <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>
223
+ </tr><tr>
224
+ <th><b>29</b><span class="down"> &nbsp;▼ 14</span></th>
225
+ <th><a class="link" href="https://huggingface.co/nguha/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/626b6bd6c804c432c1b6c221/hgwzOJLlicYydIthG9MU8.jpeg" alt="Profile picture"></div><span class="name">Neel Guha</th>
226
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 48,444 downloads</th>
227
+ <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>
228
+ <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>
229
+ </tr><tr>
230
+ <th><b>30</b><span class="down"> &nbsp;▼ 20</span></th>
231
+ <th><a class="link" href="https://huggingface.co/juletxara/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1642497183137-noauth.jpeg" alt="Profile picture"></div><span class="name">Julen Etxaniz</th>
232
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 45,915 downloads</th>
233
+ <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>
234
+ <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>
235
+ <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>
236
+ </tr><tr>
237
+ <th><b>31</b><span class="down"> &nbsp;▼ 7</span></th>
238
+ <th><a class="link" href="https://huggingface.co/Muennighoff/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/5f1eb362eec0ad2a071ad6e2/IXMYkYKuTwn6kBdWnQeeY.png" alt="Profile picture"></div><span class="name">Niklas Muennighoff</th>
239
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 45,685 downloads</th>
240
+ <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>
241
+ <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>
242
+ <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>
243
+ </tr><tr>
244
+ <th><b>32</b><span class="down"> &nbsp;▼ 7</span></th>
245
+ <th><a class="link" href="https://huggingface.co/yahma/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1672330023435-62c6faed53c7156f5bf767ed.png" alt="Profile picture"></div><span class="name">Gene Ruebsamen</th>
246
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 44,444 downloads</th>
247
+ <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>
248
+ <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>
249
+ </tr><tr>
250
+ <th><b>33</b><span class="down"> &nbsp;▼ 12</span></th>
251
+ <th><a class="link" href="https://huggingface.co/mhenrichsen/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/2f7a1cfc68e6f5c0a7ddb323d2ffd252.svg" alt="Profile picture"></div><span class="name">Mads</th>
252
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 43,069 downloads</th>
253
+ <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>
254
+ <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>
255
+ </tr><tr>
256
+ <th><b>34</b><span class="up"> &nbsp;NEW</span></th>
257
+ <th><a class="link" href="https://huggingface.co/lintang/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1635412047803-5f666a6b5e78cc6b0ed319fc.jpeg" alt="Profile picture"></div><span class="name">Lintang Sutawika</th>
258
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 40,796 downloads</th>
259
+ <th class="xcol"><a class="button" href="https://twitter.com/lintangsutawika" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
260
+ <th class="gcol"><a class="button" href="https://github.com/lintangsutawika" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
261
+ <th class="hfcol"><a class="button" href="https://huggingface.co/lintang/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> lintang</a> </th>
262
+ </tr><tr>
263
+ <th><b>35</b><span class="up"> &nbsp;NEW</span></th>
264
+ <th><a class="link" href="https://huggingface.co/KevinZ/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/a6e7ba4faf61d04543ecf0a4bdec7e8d.svg" alt="Profile picture"></div><span class="name">Kevin Zhao</th>
265
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 36,721 downloads</th>
266
+ <th></th><th class="gcol"><a class="button" href="https://github.com/kev-zhao" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
267
+ <th class="hfcol"><a class="button" href="https://huggingface.co/KevinZ/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> KevinZ</a> </th>
268
+ </tr><tr>
269
+ <th><b>36</b><span class="up"> &nbsp;NEW</span></th>
270
+ <th><a class="link" href="https://huggingface.co/matlok/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/655ac762cb17ec19ef82719b/1kDncYrGLYS_2SR8cNdAL.png" alt="Profile picture"></div><span class="name">Welcome to matlok</th>
271
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 36,530 downloads</th>
272
+ <th></th><th class="gcol"><a class="button" href="https://github.com/matlok-ai" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
273
+ <th class="hfcol"><a class="button" href="https://huggingface.co/matlok/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> matlok</a> </th>
274
+ </tr><tr>
275
+ <th><b>37</b><span class="up"> &nbsp;NEW</span></th>
276
+ <th><a class="link" href="https://huggingface.co/takala/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/2dca33a91933973c5a5115b1cc6f9c88.svg" alt="Profile picture"></div><span class="name">Pyry Takala</th>
277
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 34,329 downloads</th>
278
+ <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/takala/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> takala</a> </th>
279
+ </tr><tr>
280
+ <th><b>38</b><span class="down"> &nbsp;▼ 8</span></th>
281
+ <th><a class="link" href="https://huggingface.co/nielsr/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1608042047613-5f1158120c833276f61f1a84.jpeg" alt="Profile picture"></div><span class="name">Niels Rogge</th>
282
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 34,208 downloads</th>
283
+ <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>
284
+ <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>
285
+ <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>
286
+ </tr><tr>
287
+ <th><b>39</b><span class="up"> &nbsp;NEW</span></th>
288
+ <th><a class="link" href="https://huggingface.co/yuvalkirstain/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/0727b7175a077b28035732352f5be171.svg" alt="Profile picture"></div><span class="name">Yuval Kirstain</th>
289
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 34,096 downloads</th>
290
+ <th></th><th class="gcol"><a class="button" href="https://github.com/yuvalkirstain" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
291
+ <th class="hfcol"><a class="button" href="https://huggingface.co/yuvalkirstain/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> yuvalkirstain</a> </th>
292
+ </tr><tr>
293
+ <th><b>40</b><span class="up"> &nbsp;▲ 42</span></th>
294
+ <th><a class="link" href="https://huggingface.co/vicgalle/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/5fad8602b8423e1d80b8a965/tRqTwcZmrGka8c1vFq2wX.jpeg" alt="Profile picture"></div><span class="name">Victor Gallego</th>
295
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 32,904 downloads</th>
296
+ <th class="xcol"><a class="button" href="https://twitter.com/vicgalle_" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
297
+ <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/vicgalle/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> vicgalle</a> </th>
298
+ </tr><tr>
299
+ <th><b>41</b><span class="down"> &nbsp;▼ 25</span></th>
300
+ <th><a class="link" href="https://huggingface.co/timdettmers/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1638462736111-noauth.png" alt="Profile picture"></div><span class="name">Tim Dettmers</th>
301
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 32,687 downloads</th>
302
+ <th></th><th class="gcol"><a class="button" href="https://github.com/timdettmers" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
303
+ <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>
304
+ </tr><tr>
305
+ <th><b>42</b><span class="up"> &nbsp;▲ 27</span></th>
306
+ <th><a class="link" href="https://huggingface.co/wis-k/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/7cdeff5bfe36d3301f7b5d9fbe487bfc.svg" alt="Profile picture"></div><span class="name">Wis Kojohnjaratkul</th>
307
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 30,990 downloads</th>
308
+ <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/wis-k/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> wis-k</a> </th>
309
+ </tr><tr>
310
+ <th><b>43</b><span class="up"> &nbsp;NEW</span></th>
311
+ <th><a class="link" href="https://huggingface.co/sasha/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1626198087984-60edd0133e2c73a9a21455f5.png" alt="Profile picture"></div><span class="name">Sasha Luccioni</th>
312
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 30,318 downloads</th>
313
+ <th class="xcol"><a class="button" href="https://twitter.com/sashaMTL" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
314
+ <th class="gcol"><a class="button" href="https://github.com/sashavor" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
315
+ <th class="hfcol"><a class="button" href="https://huggingface.co/sasha/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> sasha</a> </th>
316
+ </tr><tr>
317
+ <th><b>44</b><span class="down"> &nbsp;▼ 27</span></th>
318
+ <th><a class="link" href="https://huggingface.co/mlabonne/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/61b8e2ba285851687028d395/JtUGAwVh_4cDEsjNcfpye.png" alt="Profile picture"></div><span class="name">Maxime Labonne</th>
319
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 28,278 downloads</th>
320
+ <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>
321
+ <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/mlabonne/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> mlabonne</a> </th>
322
+ </tr><tr>
323
+ <th><b>45</b><span class="down"> &nbsp;▼ 17</span></th>
324
+ <th><a class="link" href="https://huggingface.co/shunk031/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1663320637886-613efd7db1f0c8fac44d472d.jpeg" alt="Profile picture"></div><span class="name">Shunsuke Kitada</th>
325
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 28,102 downloads</th>
326
+ <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>
327
+ <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>
328
+ <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>
329
+ </tr><tr>
330
+ <th><b>46</b><span class="up"> &nbsp;NEW</span></th>
331
+ <th><a class="link" href="https://huggingface.co/PY007/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/63565cc56d7fcf1bedb7d347/XGcHP4VkO_oieA1gZ4IAX.jpeg" alt="Profile picture"></div><span class="name">Zhang Peiyuan</th>
332
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 28,048 downloads</th>
333
+ <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/PY007/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> PY007</a> </th>
334
+ </tr><tr>
335
+ <th><b>47</b><span class="down"> &nbsp;▼ 29</span></th>
336
+ <th><a class="link" href="https://huggingface.co/Dahoas/" 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>
337
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 27,603 downloads</th>
338
+ <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>
339
+ <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>
340
+ </tr><tr>
341
+ <th><b>48</b><span class="down"> &nbsp;▼ 39</span></th>
342
+ <th><a class="link" href="https://huggingface.co/Matthijs/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1649661025847-6253d42827a8414d3bbeb802.jpeg" alt="Profile picture"></div><span class="name">Matthijs Hollemans</th>
343
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 27,270 downloads</th>
344
+ <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>
345
+ <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>
346
+ <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>
347
+ </tr><tr>
348
+ <th><b>49</b><span class="up"> &nbsp;NEW</span></th>
349
+ <th><a class="link" href="https://huggingface.co/fm4bio-ning/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/2ae55c26a30807375ca78fce8edb7d23.svg" alt="Profile picture"></div><span class="name">Ning Sun</th>
350
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 25,612 downloads</th>
351
+ <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/fm4bio-ning/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> fm4bio-ning</a> </th>
352
+ </tr><tr>
353
+ <th><b>50</b><span class="up"> &nbsp;NEW</span></th>
354
+ <th><a class="link" href="https://huggingface.co/hiaoxui/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/fb7f3a6292d6dbf61ca8731b8439e0dc.svg" alt="Profile picture"></div><span class="name">Guanghui Qin</th>
355
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 23,908 downloads</th>
356
+ <th class="xcol"><a class="button" href="https://twitter.com/hiaoxui" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
357
+ <th class="gcol"><a class="button" href="https://github.com/hiaoxui" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
358
+ <th class="hfcol"><a class="button" href="https://huggingface.co/hiaoxui/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> hiaoxui</a> </th>
359
+ </tr>
360
+ <tr>
361
+ <th><b>51</b><span class="down"> &nbsp;▼ 2</span></th>
362
+ <th><a class="link" href="https://huggingface.co/smangrul/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1638132956881-5fca176d1d7a08cb34d79d5d.jpeg" alt="Profile picture"></div><span class="name">Sourab Mangrulkar</th>
363
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 23,165 downloads</th>
364
+ <th></th><th class="gcol"><a class="button" href="https://github.com/pacman100" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
365
+ <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>
366
+ </tr><tr>
367
+ <th><b>52</b><span class="up"> &nbsp;▲ 11</span></th>
368
+ <th><a class="link" href="https://huggingface.co/Zaid/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1594145966049-noauth.jpeg" alt="Profile picture"></div><span class="name">Zaid Alyafeai</th>
369
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 22,701 downloads</th>
370
+ <th class="xcol"><a class="button" href="https://twitter.com/zaidalyafeai" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
371
+ <th class="gcol"><a class="button" href="https://github.com/zaidalyafeai" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
372
+ <th class="hfcol"><a class="button" href="https://huggingface.co/Zaid/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> Zaid</a> </th>
373
+ </tr><tr>
374
+ <th><b>53</b><span class="up"> &nbsp;▲ 11</span></th>
375
+ <th><a class="link" href="https://huggingface.co/monology/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/a1bd520681db8cac5ee766e676be6b23.svg" alt="Profile picture"></div><span class="name">Devin Gulliver</th>
376
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 22,068 downloads</th>
377
+ <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>
378
+ </tr><tr>
379
+ <th><b>54</b><span class="up"> &nbsp;NEW</span></th>
380
+ <th><a class="link" href="https://huggingface.co/pauri32/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/04e50dc7db01a774243b76e5fd6e57c5.svg" alt="Profile picture"></div><span class="name">Pau Rodriguez</th>
381
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 21,085 downloads</th>
382
+ <th></th><th class="gcol"><a class="button" href="https://github.com/pauri32" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
383
+ <th class="hfcol"><a class="button" href="https://huggingface.co/pauri32/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> pauri32</a> </th>
384
+ </tr><tr>
385
+ <th><b>55</b><span class="up"> &nbsp;▲ 20</span></th>
386
+ <th><a class="link" href="https://huggingface.co/mjiwon/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/ce5ad5e67b1432c2deb62b22dafb2e95.svg" alt="Profile picture"></div><span class="name">Moon Jiwon</th>
387
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 20,016 downloads</th>
388
+ <th></th><th class="gcol"><a class="button" href="https://github.com/treejw" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
389
+ <th class="hfcol"><a class="button" href="https://huggingface.co/mjiwon/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> mjiwon</a> </th>
390
+ </tr><tr>
391
+ <th><b>56</b><span class="up"> &nbsp;▲ 20</span></th>
392
+ <th><a class="link" href="https://huggingface.co/JeanKaddour/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1661339692442-6304061c0547362a22a76a17.jpeg" alt="Profile picture"></div><span class="name">Jean Kaddour</th>
393
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 19,953 downloads</th>
394
+ <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>
395
+ <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>
396
+ <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>
397
+ </tr><tr>
398
+ <th><b>57</b><span class="up"> &nbsp;NEW</span></th>
399
+ <th><a class="link" href="https://huggingface.co/ylecun/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/9156dc406ed3f9ee62b73657ac20f5ed.svg" alt="Profile picture"></div><span class="name">Yann LeCun</th>
400
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 18,863 downloads</th>
401
+ <th class="xcol"><a class="button" href="https://twitter.com/ylecun" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
402
+ <th class="gcol"><a class="button" href="https://github.com/ylecun" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
403
+ <th class="hfcol"><a class="button" href="https://huggingface.co/ylecun/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> ylecun</a> </th>
404
+ </tr><tr>
405
+ <th><b>58</b><span class="up"> &nbsp;NEW</span></th>
406
+ <th><a class="link" href="https://huggingface.co/cseval/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/noauth/2ZBOFs1XGoqL1d9oCbV0Z.png" alt="Profile picture"></div><span class="name">cs-eval</th>
407
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 18,752 downloads</th>
408
+ <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/cseval/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> cseval</a> </th>
409
+ </tr><tr>
410
+ <th><b>59</b><span class="up"> &nbsp;NEW</span></th>
411
+ <th><a class="link" href="https://huggingface.co/baharef/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/aef5deb8774dee96e8d832be621a710b.svg" alt="Profile picture"></div><span class="name">Bahare</th>
412
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 18,500 downloads</th>
413
+ <th class="xcol"><a class="button" href="https://twitter.com/baharefatemi" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
414
+ <th class="gcol"><a class="button" href="https://github.com/baharefatemi" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
415
+ <th class="hfcol"><a class="button" href="https://huggingface.co/baharef/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> baharef</a> </th>
416
+ </tr><tr>
417
+ <th><b>60</b><span class="down"> &nbsp;▼ 40</span></th>
418
+ <th><a class="link" href="https://huggingface.co/rajpurkar/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/3d78c0d24cfcee15315f90be7f0a0f2f.svg" alt="Profile picture"></div><span class="name">Pranav R</th>
419
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 18,458 downloads</th>
420
+ <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/rajpurkar/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> rajpurkar</a> </th>
421
+ </tr><tr>
422
+ <th><b>61</b><span class="down"> &nbsp;▼ 11</span></th>
423
+ <th><a class="link" href="https://huggingface.co/anton-l/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1613655355830-noauth.png" alt="Profile picture"></div><span class="name">Anton Lozhkov</th>
424
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 18,420 downloads</th>
425
+ <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>
426
+ <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/anton-l/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> anton-l</a> </th>
427
+ </tr><tr>
428
+ <th><b>62</b><span class="down"> &nbsp;▼ 28</span></th>
429
+ <th><a class="link" href="https://huggingface.co/Skylion007/" 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>
430
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 18,404 downloads</th>
431
+ <th class="xcol"><a class="button" href="https://twitter.com/Skyli0n" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
432
+ <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>
433
+ <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>
434
+ </tr><tr>
435
+ <th><b>63</b><span class="down"> &nbsp;▼ 7</span></th>
436
+ <th><a class="link" href="https://huggingface.co/NeelNanda/" 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>
437
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 18,378 downloads</th>
438
+ <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>
439
+ <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>
440
+ <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>
441
+ </tr><tr>
442
+ <th><b>64</b><span class="up"> &nbsp;NEW</span></th>
443
+ <th><a class="link" href="https://huggingface.co/FredZhang7/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/62ecabfb9a6804372e4bacbf/mR2QYNuVShnzU-hbFh1rY.png" alt="Profile picture"></div><span class="name">Fred Zhang</th>
444
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 17,950 downloads</th>
445
+ <th></th><th class="gcol"><a class="button" href="https://github.com/fredzhang7" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
446
+ <th class="hfcol"><a class="button" href="https://huggingface.co/FredZhang7/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> FredZhang7</a> </th>
447
+ </tr><tr>
448
+ <th><b>65</b><span class="up"> &nbsp;NEW</span></th>
449
+ <th><a class="link" href="https://huggingface.co/suolyer/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/b406f6f301df3a97bcfa6ac84bea719c.svg" alt="Profile picture"></div><span class="name">yangping</th>
450
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 17,853 downloads</th>
451
+ <th></th><th class="gcol"><a class="button" href="https://github.com/suolyer" 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/suolyer/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> suolyer</a> </th>
453
+ </tr><tr>
454
+ <th><b>66</b><span class="up"> &nbsp;NEW</span></th>
455
+ <th><a class="link" href="https://huggingface.co/manu/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1654090481550-60f2e021adf471cbdf8bb660.jpeg" alt="Profile picture"></div><span class="name">Manuel Faysse</th>
456
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 17,374 downloads</th>
457
+ <th class="xcol"><a class="button" href="https://twitter.com/ManuelFaysse" 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/ManuelFay" 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/manu/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> manu</a> </th>
460
+ </tr><tr>
461
+ <th><b>67</b><span class="down"> &nbsp;▼ 28</span></th>
462
+ <th><a class="link" href="https://huggingface.co/ydshieh/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1625150194719-6058c8cbcbe9c7542f3501ff.png" alt="Profile picture"></div><span class="name">Yih-Dar SHIEH</th>
463
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 17,109 downloads</th>
464
+ <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>
465
+ <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>
466
+ </tr><tr>
467
+ <th><b>68</b><span class="down"> &nbsp;▼ 15</span></th>
468
+ <th><a class="link" href="https://huggingface.co/DKYoon/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/617f679fb15f8a665f3999fc/NW1vkLsGAlWpAQYTux05X.jpeg" alt="Profile picture"></div><span class="name">Dongkeun Yoon</th>
469
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 16,568 downloads</th>
470
+ <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>
471
+ <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>
472
+ <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>
473
+ </tr><tr>
474
+ <th><b>69</b><span class="up"> &nbsp;NEW</span></th>
475
+ <th><a class="link" href="https://huggingface.co/wit543/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/c9256842f486356766acde44e46c7ac1.svg" alt="Profile picture"></div><span class="name">Norawit Urailertprasert</th>
476
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 16,366 downloads</th>
477
+ <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/wit543/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> wit543</a> </th>
478
+ </tr><tr>
479
+ <th><b>70</b><span class="down"> &nbsp;▼ 3</span></th>
480
+ <th><a class="link" href="https://huggingface.co/zh-plus/" 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>
481
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 16,362 downloads</th>
482
+ <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/zh-plus/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> zh-plus</a> </th>
483
+ </tr><tr>
484
+ <th><b>71</b><span class="up"> &nbsp;NEW</span></th>
485
+ <th><a class="link" href="https://huggingface.co/vwxyzjn/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/62bfc80b54db40ca617ce53a/IZxafMqoYJNHwTuFt8AqF.png" alt="Profile picture"></div><span class="name">Shengyi Costa Huang</th>
486
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 16,031 downloads</th>
487
+ <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>
488
+ <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>
489
+ <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>
490
+ </tr><tr>
491
+ <th><b>72</b><span class="up"> &nbsp;NEW</span></th>
492
+ <th><a class="link" href="https://huggingface.co/stallone/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/63b5dfd50d5913eee487b1b7/Av-QwMbfUScp0JpzoGGpK.jpeg" alt="Profile picture"></div><span class="name">Matt</th>
493
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 15,683 downloads</th>
494
+ <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/stallone/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> stallone</a> </th>
495
+ </tr><tr>
496
+ <th><b>73</b><span class="up"> &nbsp;NEW</span></th>
497
+ <th><a class="link" href="https://huggingface.co/Davlan/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1620642852901-5fcc1929563427b03e9af259.jpeg" alt="Profile picture"></div><span class="name">David Adelani</th>
498
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 15,142 downloads</th>
499
+ <th class="xcol"><a class="button" href="https://twitter.com/davlanade" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
500
+ <th class="gcol"><a class="button" href="https://github.com/dadelani" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
501
+ <th class="hfcol"><a class="button" href="https://huggingface.co/Davlan/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> Davlan</a> </th>
502
+ </tr><tr>
503
+ <th><b>74</b><span class="up"> &nbsp;NEW</span></th>
504
+ <th><a class="link" href="https://huggingface.co/bzantium/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1623809612769-60436d159e905013ae8715d7.jpeg" alt="Profile picture"></div><span class="name">Minho Ryu</th>
505
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 15,057 downloads</th>
506
+ <th></th><th class="gcol"><a class="button" href="https://github.com/bzantium" 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/bzantium/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> bzantium</a> </th>
508
+ </tr><tr>
509
+ <th><b>75</b><span class="up"> &nbsp;NEW</span></th>
510
+ <th><a class="link" href="https://huggingface.co/yizheapple/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/12d3799af150b538ad87874fdbf49dd1.svg" alt="Profile picture"></div><span class="name">Yizhe Zhang</th>
511
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 14,294 downloads</th>
512
+ <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/yizheapple/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> yizheapple</a> </th>
513
+ </tr><tr>
514
+ <th><b>76</b><span class="up"> &nbsp;NEW</span></th>
515
+ <th><a class="link" href="https://huggingface.co/NiniCat/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/174d25075e7d59ccc74ec09c28b5416c.svg" alt="Profile picture"></div><span class="name">Cat Wang</th>
516
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 14,160 downloads</th>
517
+ <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/NiniCat/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> NiniCat</a> </th>
518
+ </tr><tr>
519
+ <th><b>77</b><span class="down"> &nbsp;▼ 35</span></th>
520
+ <th><a class="link" href="https://huggingface.co/sordonia/" 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>
521
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 14,015 downloads</th>
522
+ <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>
523
+ <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>
524
+ </tr><tr>
525
+ <th><b>78</b><span class="down"> &nbsp;▼ 30</span></th>
526
+ <th><a class="link" href="https://huggingface.co/stas/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1594311341799-5f07383b19cb630495b812cd.jpeg" alt="Profile picture"></div><span class="name">Stas Bekman</th>
527
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 13,604 downloads</th>
528
+ <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>
529
+ <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>
530
+ <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>
531
+ </tr><tr>
532
+ <th><b>79</b><span class="up"> &nbsp;NEW</span></th>
533
+ <th><a class="link" href="https://huggingface.co/sjyuxyz/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/bf3b4567f8d78334f15942a04e83f332.svg" alt="Profile picture"></div><span class="name">ysj</th>
534
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 13,329 downloads</th>
535
+ <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/sjyuxyz/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> sjyuxyz</a> </th>
536
+ </tr><tr>
537
+ <th><b>80</b><span class="down"> &nbsp;▼ 49</span></th>
538
+ <th><a class="link" href="https://huggingface.co/davidstap/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/c45c7c3e8c25eb18cd41afce1d5e9d54.svg" alt="Profile picture"></div><span class="name">David Stap</th>
539
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 13,236 downloads</th>
540
+ <th class="xcol"><a class="button" href="https://twitter.com/davidstap" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
541
+ <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/davidstap/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> davidstap</a> </th>
542
+ </tr><tr>
543
+ <th><b>81</b><span class="down"> &nbsp;▼ 43</span></th>
544
+ <th><a class="link" href="https://huggingface.co/jondurbin/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/6453dafca647b92069ac541a/QkUleoJtHHdTkqtW54QIG.jpeg" alt="Profile picture"></div><span class="name">Jon Durbin</th>
545
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 12,789 downloads</th>
546
+ <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>
547
+ <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/jondurbin/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> jondurbin</a> </th>
548
+ </tr><tr>
549
+ <th><b>82</b><span class="down"> &nbsp;▼ 37</span></th>
550
+ <th><a class="link" href="https://huggingface.co/Rowan/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/6d84391645bf2b1b20066264a5a1ba91.svg" alt="Profile picture"></div><span class="name">Zellers</th>
551
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 12,683 downloads</th>
552
+ <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>
553
+ <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>
554
+ <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>
555
+ </tr><tr>
556
+ <th><b>83</b><span class="up"> &nbsp;NEW</span></th>
557
+ <th><a class="link" href="https://huggingface.co/yizhongw/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/858ce56df314107cb63920d1a511b146.svg" alt="Profile picture"></div><span class="name">Yizhong Wang</th>
558
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 12,297 downloads</th>
559
+ <th class="xcol"><a class="button" href="https://twitter.com/yizhongwyz" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
560
+ <th class="gcol"><a class="button" href="https://github.com/yizhongw" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
561
+ <th class="hfcol"><a class="button" href="https://huggingface.co/yizhongw/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> yizhongw</a> </th>
562
+ </tr><tr>
563
+ <th><b>84</b><span class="down"> &nbsp;▼ 16</span></th>
564
+ <th><a class="link" href="https://huggingface.co/nateraw/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1594936097363-noauth.jpeg" alt="Profile picture"></div><span class="name">Nate Raw</th>
565
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 12,285 downloads</th>
566
+ <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>
567
+ <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/nateraw/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> nateraw</a> </th>
568
+ </tr><tr>
569
+ <th><b>85</b><span class="up"> &nbsp;▲ 9</span></th>
570
+ <th><a class="link" href="https://huggingface.co/echo840/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/4b30f6e277aad362e2f28125a1d31dbc.svg" alt="Profile picture"></div><span class="name">lz</th>
571
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 12,281 downloads</th>
572
+ <th></th><th class="gcol"><a class="button" href="https://github.com/echo840" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
573
+ <th class="hfcol"><a class="button" href="https://huggingface.co/echo840/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> echo840</a> </th>
574
+ </tr><tr>
575
+ <th><b>86</b><span class="down"> &nbsp;▼ 26</span></th>
576
+ <th><a class="link" href="https://huggingface.co/ruslanmv/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1629553183241-noauth.png" alt="Profile picture"></div><span class="name">Ruslan M. Vsevolodovna</th>
577
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 12,212 downloads</th>
578
+ <th></th><th class="gcol"><a class="button" href="https://github.com/ruslanmv" 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/ruslanmv/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> ruslanmv</a> </th>
580
+ </tr><tr>
581
+ <th><b>87</b><span class="up"> &nbsp;NEW</span></th>
582
+ <th><a class="link" href="https://huggingface.co/lukebarousse/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1678308557336-noauth.png" alt="Profile picture"></div><span class="name">Luke Barousse</th>
583
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 12,176 downloads</th>
584
+ <th class="xcol"><a class="button" href="https://twitter.com/LukeBarousse" 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/lukebarousse" 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/lukebarousse/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> lukebarousse</a> </th>
587
+ </tr><tr>
588
+ <th><b>88</b><span class="up"> &nbsp;NEW</span></th>
589
+ <th><a class="link" href="https://huggingface.co/iamgroot42/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/fed1a8dbd1090d8f48dc6c2d321a6212.svg" alt="Profile picture"></div><span class="name">Anshuman Suri</th>
590
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 11,758 downloads</th>
591
+ <th class="xcol"><a class="button" href="https://twitter.com/iamgroot42" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
592
+ <th class="gcol"><a class="button" href="https://github.com/iamgroot42" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
593
+ <th class="hfcol"><a class="button" href="https://huggingface.co/iamgroot42/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> iamgroot42</a> </th>
594
+ </tr><tr>
595
+ <th><b>89</b><span class="down"> &nbsp;▼ 32</span></th>
596
+ <th><a class="link" href="https://huggingface.co/knkarthick/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/cd3cb5453a91a7e5ff2614f892a9c22a.svg" alt="Profile picture"></div><span class="name">Karthick K. Neelamohan</th>
597
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 11,603 downloads</th>
598
+ <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>
599
+ </tr><tr>
600
+ <th><b>90</b><span class="up"> &nbsp;NEW</span></th>
601
+ <th><a class="link" href="https://huggingface.co/maxseats/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/dc3883dab1b25f160c12b3cc752fd2cb.svg" alt="Profile picture"></div><span class="name">KIMMINSEOK</th>
602
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 11,338 downloads</th>
603
+ <th></th><th class="gcol"><a class="button" href="https://github.com/kms-git0205" 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/maxseats/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> maxseats</a> </th>
605
+ </tr><tr>
606
+ <th><b>91</b><span class="up"> &nbsp;NEW</span></th>
607
+ <th><a class="link" href="https://huggingface.co/Ad10sKun/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/noauth/pYqUfJHUEh21sdhC5A8S6.jpeg" alt="Profile picture"></div><span class="name">Aditya Meena</th>
608
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 11,071 downloads</th>
609
+ <th></th><th class="gcol"><a class="button" href="https://github.com/aditya16003" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
610
+ <th class="hfcol"><a class="button" href="https://huggingface.co/Ad10sKun/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> Ad10sKun</a> </th>
611
+ </tr><tr>
612
+ <th><b>92</b><span class="up"> &nbsp;NEW</span></th>
613
+ <th><a class="link" href="https://huggingface.co/georgeyw/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/753d15f37b6863f4355c66be34214793.svg" alt="Profile picture"></div><span class="name">George Wang</th>
614
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 11,029 downloads</th>
615
+ <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/georgeyw/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> georgeyw</a> </th>
616
+ </tr><tr>
617
+ <th><b>93</b><span class="down"> &nbsp;▼ 38</span></th>
618
+ <th><a class="link" href="https://huggingface.co/teknium/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/6317aade83d8d2fd903192d9/erOwgMXc_CZih3uMoyTAp.jpeg" alt="Profile picture"></div><span class="name">Teknium</th>
619
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 10,900 downloads</th>
620
+ <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>
621
+ <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>
622
+ <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>
623
+ </tr><tr>
624
+ <th><b>94</b><span class="down"> &nbsp;▼ 35</span></th>
625
+ <th><a class="link" href="https://huggingface.co/philschmid/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1624629516652-5ff5d596f244529b3ec0fb89.png" alt="Profile picture"></div><span class="name">Philipp Schmid</th>
626
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 10,698 downloads</th>
627
+ <th class="xcol"><a class="button" href="https://twitter.com/_philschmid" 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/philschmid/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> philschmid</a> </th>
629
+ </tr><tr>
630
+ <th><b>95</b><span class="up"> &nbsp;NEW</span></th>
631
+ <th><a class="link" href="https://huggingface.co/craffel/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1618592397610-noauth.jpeg" alt="Profile picture"></div><span class="name">Colin Raffel</th>
632
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 10,683 downloads</th>
633
+ <th class="xcol"><a class="button" href="https://twitter.com/colinraffel" 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/craffel" 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/craffel/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> craffel</a> </th>
636
+ </tr><tr>
637
+ <th><b>96</b><span class="up"> &nbsp;NEW</span></th>
638
+ <th><a class="link" href="https://huggingface.co/colbertv2/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/96b0c79a6c6b5a5273a39d5da88c88b9.svg" alt="Profile picture"></div><span class="name">colbertv2</th>
639
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 10,476 downloads</th>
640
+ <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/colbertv2/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> colbertv2</a> </th>
641
+ </tr><tr>
642
+ <th><b>97</b><span class="up"> &nbsp;NEW</span></th>
643
+ <th><a class="link" href="https://huggingface.co/marcob/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/792789acb90450962c9cdbec5b24e963.svg" alt="Profile picture"></div><span class="name">Marco Bellagente</th>
644
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 10,328 downloads</th>
645
+ <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/marcob/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> marcob</a> </th>
646
+ </tr><tr>
647
+ <th><b>98</b><span class="up"> &nbsp;NEW</span></th>
648
+ <th><a class="link" href="https://huggingface.co/chiayewken/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1651161715691-5fb66a36e6ae537272bdeb1b.jpeg" alt="Profile picture"></div><span class="name">Chia Yew Ken</th>
649
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 10,032 downloads</th>
650
+ <th class="xcol"><a class="button" href="https://twitter.com/ChiaYewKen1" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
651
+ <th class="gcol"><a class="button" href="https://github.com/chiayewken" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
652
+ <th class="hfcol"><a class="button" href="https://huggingface.co/chiayewken/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> chiayewken</a> </th>
653
+ </tr><tr>
654
+ <th><b>99</b><span class="down"> &nbsp;▼ 66</span></th>
655
+ <th><a class="link" href="https://huggingface.co/dwzhu/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/a79a832dc3a46ece1b9e542369fc4888.svg" alt="Profile picture"></div><span class="name">Dawei Zhu</th>
656
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 9,875 downloads</th>
657
+ <th></th><th class="gcol"><a class="button" href="https://github.com/dwzhu-pku" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
658
+ <th class="hfcol"><a class="button" href="https://huggingface.co/dwzhu/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> dwzhu</a> </th>
659
+ </tr><tr>
660
+ <th><b>100</b><span class="up"> &nbsp;NEW</span></th>
661
+ <th><a class="link" href="https://huggingface.co/jmhessel/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1664497251391-625498644f4edf771516b2cb.jpeg" alt="Profile picture"></div><span class="name">Jack Hessel</th>
662
+ <th><img width="14" height="14" src="img/ico_datasets.png" alt="Models"> 9,625 downloads</th>
663
+ <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>
664
+ <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>
665
+ <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>
666
+ </tr>
667
+
668
+ </table>
669
+ </div>
670
+
671
+ </div>
672
+
673
+
674
+
675
+
676
+
677
+
678
+
679
+
680
+
681
+
682
+ <!--June 2024-->
683
+ <div id="option2" class="content hidden">
684
+
685
  <div style="overflow-x:auto;">
686
  <table class="alternate">
687
 
 
1334
 
1335
 
1336
  <!--May 2024-->
1337
+ <div id="option3" class="content hidden">
1338
 
1339
  <div style="overflow-x:auto;">
1340
  <table class="alternate">
 
1981
 
1982
 
1983
  <!--April 2024-->
1984
+ <div id="option4" class="content hidden">
1985
 
1986
  <div style="overflow-x:auto;">
1987
  <table class="alternate">
 
2629
 
2630
 
2631
  <!--March 2024-->
2632
+ <div id="option5" class="content hidden">
2633
 
2634
  <div style="overflow-x:auto;">
2635
  <table class="alternate">
 
3272
 
3273
 
3274
  <!--February 2024-->
3275
+ <div id="option6" class="content hidden">
3276
  <div style="overflow-x:auto;">
3277
  <table class="alternate">
3278
  <tr>
followers.html CHANGED
@@ -28,11 +28,12 @@
28
 
29
  <div><h5><img width="14" height="14" src="img/ico_followers.png" alt="X logo"> Most all-time followers at the end of
30
  <select id="dropdown" class="custom-dropdown">
31
- <option value="option1">June 2024</option>
32
- <option value="option2">May 2024</option>
33
- <option value="option3">April 2024</option>
34
- <option value="option4">March 2024</option>
35
- <option value="option5">February 2024</option>
 
36
  </select>
37
  </h5>
38
 
@@ -44,9 +45,676 @@
44
 
45
 
46
 
47
- <!--June 2024-->
48
  <div id="option1" class="content">
49
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
50
  <div style="overflow-x:auto;">
51
  <table class="alternate">
52
 
@@ -725,11 +1393,8 @@
725
 
726
 
727
 
728
-
729
-
730
-
731
  <!--May 2024-->
732
- <div id="option2" class="content hidden">
733
 
734
  <div style="overflow-x:auto;">
735
  <table class="alternate">
@@ -1409,7 +2074,7 @@
1409
 
1410
 
1411
  <!--April 2024-->
1412
- <div id="option3" class="content hidden">
1413
 
1414
  <div style="overflow-x:auto;">
1415
  <table class="alternate">
@@ -2085,7 +2750,7 @@
2085
 
2086
 
2087
  <!--March 2024-->
2088
- <div id="option4" class="content hidden">
2089
 
2090
  <div style="overflow-x:auto;">
2091
  <table class="alternate">
@@ -2757,7 +3422,7 @@
2757
 
2758
 
2759
  <!--February 2024-->
2760
- <div id="option5" class="content hidden">
2761
 
2762
  <div style="overflow-x:auto;">
2763
  <table class="alternate">
 
28
 
29
  <div><h5><img width="14" height="14" src="img/ico_followers.png" alt="X logo"> Most all-time followers at the end of
30
  <select id="dropdown" class="custom-dropdown">
31
+ <option value="option1">July 2024</option>
32
+ <option value="option2">June 2024</option>
33
+ <option value="option3">May 2024</option>
34
+ <option value="option4">April 2024</option>
35
+ <option value="option5">March 2024</option>
36
+ <option value="option6">February 2024</option>
37
  </select>
38
  </h5>
39
 
 
45
 
46
 
47
 
48
+ <!--July 2024-->
49
  <div id="option1" class="content">
50
 
51
+ <div style="overflow-x:auto;">
52
+ <table class="alternate">
53
+
54
+ <tr>
55
+ <th><b>1</b></th>
56
+ <th><a class="link" href="https://huggingface.co/TheBloke/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/6426d3f3a7723d62b53c259b/tvPikpAzKTKGN5wrpadOJ.jpeg" alt="Profile picture"></div><span class="name">Tom Jobbins</th>
57
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 21,065 followers</th>
58
+ <th class="xcol"><a class="button" href="https://twitter.com/TheBlokeAI" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
59
+ <th class="gcol"><a class="button" href="https://github.com/TheBloke" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
60
+ <th class="hfcol"><a class="button" href="https://huggingface.co/TheBloke/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> TheBloke</a> </th>
61
+ </tr><tr>
62
+ <th><b>2</b></th>
63
+ <th><a class="link" href="https://huggingface.co/merve/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1648113222875-6141a88b3a0ec78603c9e784.png" alt="Profile picture"></div><span class="name">Merve Noyan</th>
64
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 4,514 followers</th>
65
+ <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>
66
+ <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>
67
+ <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>
68
+ </tr><tr>
69
+ <th><b>3</b></th>
70
+ <th><a class="link" href="https://huggingface.co/fffiloni/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/61868ce808aae0b5499a2a95/F6BA0anbsoY_Z7M1JrwOe.jpeg" alt="Profile picture"></div><span class="name">Sylvain Filoni</th>
71
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 4,206 followers</th>
72
+ <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>
73
+ <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>
74
+ <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>
75
+ </tr><tr>
76
+ <th><b>4</b></th>
77
+ <th><a class="link" href="https://huggingface.co/akhaliq/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1674929746905-60f1abe7544c2adfd699860c.jpeg" alt="Profile picture"></div><span class="name">AK</th>
78
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 4,200 followers</th>
79
+ <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>
80
+ <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>
81
+ </tr><tr>
82
+ <th><b>5</b><span class="up"> &nbsp;▲ 1</span></th>
83
+ <th><a class="link" href="https://huggingface.co/lllyasviel/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1671173450971-noauth.jpeg" alt="Profile picture"></div><span class="name">Lvmin Zhang</th>
84
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 3,654 followers</th>
85
+ <th></th><th class="gcol"><a class="button" href="https://github.com/lllyasviel" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
86
+ <th class="hfcol"><a class="button" href="https://huggingface.co/lllyasviel/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> lllyasviel</a> </th>
87
+ </tr><tr>
88
+ <th><b>6</b><span class="down"> &nbsp;▼ 1</span></th>
89
+ <th><a class="link" href="https://huggingface.co/teknium/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/6317aade83d8d2fd903192d9/erOwgMXc_CZih3uMoyTAp.jpeg" alt="Profile picture"></div><span class="name">Teknium</th>
90
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 3,536 followers</th>
91
+ <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>
92
+ <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/teknium/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> teknium</a> </th>
93
+ </tr><tr>
94
+ <th><b>7</b></th>
95
+ <th><a class="link" href="https://huggingface.co/Xenova/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/61b253b7ac5ecaae3d1efe0c/hwiQ0uvz3t-L5a-NtBIO6.png" alt="Profile picture"></div><span class="name">Joshua</th>
96
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 2,794 followers</th>
97
+ <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>
98
+ <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>
99
+ <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>
100
+ </tr><tr>
101
+ <th><b>8</b><span class="up"> &nbsp;▲ 1</span></th>
102
+ <th><a class="link" href="https://huggingface.co/Undi95/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/63ab1241ad514ca8d1430003/d-43TcOxG-zqAbzrH2m7H.png" alt="Profile picture"></div><span class="name">Undi</th>
103
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 2,682 followers</th>
104
+ <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/Undi95/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> Undi95</a> </th>
105
+ </tr><tr>
106
+ <th><b>9</b><span class="down"> &nbsp;▼ 1</span></th>
107
+ <th><a class="link" href="https://huggingface.co/ehartford/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/63111b2d88942700629f5771/u2a9y-yx6TG0N31OhMSHI.png" alt="Profile picture"></div><span class="name">Eric Hartford</th>
108
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 2,659 followers</th>
109
+ <th class="xcol"><a class="button" href="https://twitter.com/erhartford" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
110
+ <th class="gcol"><a class="button" href="https://github.com/ehartford" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
111
+ <th class="hfcol"><a class="button" href="https://huggingface.co/ehartford/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> ehartford</a> </th>
112
+ </tr><tr>
113
+ <th><b>10</b></th>
114
+ <th><a class="link" href="https://huggingface.co/WizardLM/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/627b9f3f4d0858f0034efbb9/2Qnattrzv6qvqiZVVfV5x.png" alt="Profile picture"></div><span class="name">WizardLM</th>
115
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 2,572 followers</th>
116
+ <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/WizardLM/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> WizardLM</a> </th>
117
+ </tr><tr>
118
+ <th><b>11</b></th>
119
+ <th><a class="link" href="https://huggingface.co/mlabonne/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/61b8e2ba285851687028d395/JtUGAwVh_4cDEsjNcfpye.png" alt="Profile picture"></div><span class="name">Maxime Labonne</th>
120
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 2,483 followers</th>
121
+ <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>
122
+ <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>
123
+ <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>
124
+ </tr><tr>
125
+ <th><b>12</b></th>
126
+ <th><a class="link" href="https://huggingface.co/multimodalart/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1649143001781-624bebf604abc7ebb01789af.jpeg" alt="Profile picture"></div><span class="name">Apolinário</th>
127
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 2,315 followers</th>
128
+ <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>
129
+ <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>
130
+ <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>
131
+ </tr><tr>
132
+ <th><b>13</b></th>
133
+ <th><a class="link" href="https://huggingface.co/Sentdex/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1626358426339-noauth.png" alt="Profile picture"></div><span class="name">Harrison Kinsley</th>
134
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 2,274 followers</th>
135
+ <th class="xcol"><a class="button" href="https://twitter.com/Sentdex" 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/Sentdex" 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/Sentdex/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> Sentdex</a> </th>
138
+ </tr><tr>
139
+ <th><b>14</b></th>
140
+ <th><a class="link" href="https://huggingface.co/osanseviero/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/6032802e1f993496bc14d9e3/w6hr-DEQot4VVkoyRIBiy.png" alt="Profile picture"></div><span class="name">Omar Sanseviero</th>
141
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 2,189 followers</th>
142
+ <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>
143
+ <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>
144
+ <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>
145
+ </tr><tr>
146
+ <th><b>15</b></th>
147
+ <th><a class="link" href="https://huggingface.co/SG161222/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/62ac7c1fde8bfbb930994257/eE8AwZGSlFjqt_NjYrqmz.jpeg" alt="Profile picture"></div><span class="name">Evgeny</th>
148
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 2,140 followers</th>
149
+ <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/SG161222/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> SG161222</a> </th>
150
+ </tr><tr>
151
+ <th><b>16</b></th>
152
+ <th><a class="link" href="https://huggingface.co/chansung/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1659971187637-60d3b57ad7b174177faabd6e.jpeg" alt="Profile picture"></div><span class="name">chansung park</th>
153
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 1,976 followers</th>
154
+ <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>
155
+ <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>
156
+ <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>
157
+ </tr><tr>
158
+ <th><b>17</b><span class="up"> &nbsp;▲ 1</span></th>
159
+ <th><a class="link" href="https://huggingface.co/hysts/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1643012094339-61914f536d34e827404ceb99.jpeg" alt="Profile picture"></div><span class="name">hysts</th>
160
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 1,928 followers</th>
161
+ <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>
162
+ <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>
163
+ <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>
164
+ </tr><tr>
165
+ <th><b>18</b><span class="down"> &nbsp;▼ 1</span></th>
166
+ <th><a class="link" href="https://huggingface.co/radames/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1648966381588-6064e095abd8d3692e3e2ed6.jpeg" alt="Profile picture"></div><span class="name">Radamés Ajna</th>
167
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 1,926 followers</th>
168
+ <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>
169
+ <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>
170
+ <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>
171
+ </tr><tr>
172
+ <th><b>19</b></th>
173
+ <th><a class="link" href="https://huggingface.co/victor/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1616001397867-5f17f0a0925b9863e28ad517.png" alt="Profile picture"></div><span class="name">Victor Mustar</th>
174
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 1,903 followers</th>
175
+ <th class="xcol"><a class="button" href="https://twitter.com/victormustar" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
176
+ <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/victor/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> victor</a> </th>
177
+ </tr><tr>
178
+ <th><b>20</b></th>
179
+ <th><a class="link" href="https://huggingface.co/AP123/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/637bb1382d2d9c4f2486b458/eBV9PwY2Kxd6NsQjVqtzZ.jpeg" alt="Profile picture"></div><span class="name">AP</th>
180
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 1,784 followers</th>
181
+ <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>
182
+ <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>
183
+ </tr><tr>
184
+ <th><b>21</b></th>
185
+ <th><a class="link" href="https://huggingface.co/winglian/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/641dfddf3bae5a77636817c5/2IwNwh9kK98eCHUmOGoWD.png" alt="Profile picture"></div><span class="name">wing lian</th>
186
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 1,747 followers</th>
187
+ <th class="xcol"><a class="button" href="https://twitter.com/winglian" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
188
+ <th class="gcol"><a class="button" href="https://github.com/winglian" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
189
+ <th class="hfcol"><a class="button" href="https://huggingface.co/winglian/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> winglian</a> </th>
190
+ </tr><tr>
191
+ <th><b>22</b></th>
192
+ <th><a class="link" href="https://huggingface.co/loubnabnl/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/61c141342aac764ce1654e43/81AwoT5IQ_Xdw0OVw7TKu.jpeg" alt="Profile picture"></div><span class="name">Loubna Ben Allal</th>
193
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 1,741 followers</th>
194
+ <th class="xcol"><a class="button" href="https://twitter.com/LoubnaBenAllal1" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
195
+ <th class="gcol"><a class="button" href="https://github.com/loubnabnl" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
196
+ <th class="hfcol"><a class="button" href="https://huggingface.co/loubnabnl/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> loubnabnl</a> </th>
197
+ </tr><tr>
198
+ <th><b>23</b><span class="up"> &nbsp;▲ 1</span></th>
199
+ <th><a class="link" href="https://huggingface.co/artificialguybr/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/6304037b7373aacccd882e1e/H8M3e1n0CpJr5n3aL0ExE.jpeg" alt="Profile picture"></div><span class="name">ArtificialGuy/JV.K</th>
200
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 1,709 followers</th>
201
+ <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>
202
+ <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/artificialguybr/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> artificialguybr</a> </th>
203
+ </tr><tr>
204
+ <th><b>24</b><span class="down"> &nbsp;▼ 1</span></th>
205
+ <th><a class="link" href="https://huggingface.co/tonyassi/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/648a824a8ca6cf9857d1349c/wAdFg_x9Km-_Jw2ccD6DV.jpeg" alt="Profile picture"></div><span class="name">Tony Assi</th>
206
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 1,686 followers</th>
207
+ <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>
208
+ <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>
209
+ </tr><tr>
210
+ <th><b>25</b><span class="up"> &nbsp;▲ 1</span></th>
211
+ <th><a class="link" href="https://huggingface.co/emozilla/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1676652577978-630581db99870e13d3e0006f.jpeg" alt="Profile picture"></div><span class="name">Jeffrey Quesnelle</th>
212
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 1,675 followers</th>
213
+ <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>
214
+ <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>
215
+ <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>
216
+ </tr><tr>
217
+ <th><b>26</b><span class="down"> &nbsp;▼ 1</span></th>
218
+ <th><a class="link" href="https://huggingface.co/mrm8488/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/5e4318d616b09a31220980d6/24rMJ_vPh3gW9ZEmj64xr.png" alt="Profile picture"></div><span class="name">Manuel Romero</th>
219
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 1,661 followers</th>
220
+ <th class="xcol"><a class="button" href="https://twitter.com/mrm8488" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
221
+ <th class="gcol"><a class="button" href="https://github.com/mrm8488" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
222
+ <th class="hfcol"><a class="button" href="https://huggingface.co/mrm8488/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> mrm8488</a> </th>
223
+ </tr><tr>
224
+ <th><b>27</b><span class="up"> &nbsp;▲ 1</span></th>
225
+ <th><a class="link" href="https://huggingface.co/SkalskiP/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/60f84d4d85dbbb185d2e9a53/Mlc0XjAgQR2cuhGNchz07.jpeg" alt="Profile picture"></div><span class="name">Piotr Skalski</th>
226
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 1,660 followers</th>
227
+ <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>
228
+ <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>
229
+ <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>
230
+ </tr><tr>
231
+ <th><b>28</b><span class="down"> &nbsp;▼ 1</span></th>
232
+ <th><a class="link" href="https://huggingface.co/cerspense/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/6303c92e3926de1f7ec2683a/FRrIJttVR3GJYcBfVf1HU.jpeg" alt="Profile picture"></div><span class="name">Spencer Sterling</th>
233
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 1,612 followers</th>
234
+ <th class="xcol"><a class="button" href="https://twitter.com/cerspense" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
235
+ <th class="gcol"><a class="button" href="https://github.com/cerspense" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
236
+ <th class="hfcol"><a class="button" href="https://huggingface.co/cerspense/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> cerspense</a> </th>
237
+ </tr><tr>
238
+ <th><b>29</b><span class="up"> &nbsp;▲ 1</span></th>
239
+ <th><a class="link" href="https://huggingface.co/katielink/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1656519120848-6201c0129dab2e6e083d023c.jpeg" alt="Profile picture"></div><span class="name">Katie Link</th>
240
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 1,533 followers</th>
241
+ <th class="xcol"><a class="button" href="https://twitter.com/katieelink" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
242
+ <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/katielink/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> katielink</a> </th>
243
+ </tr><tr>
244
+ <th><b>30</b><span class="up"> &nbsp;▲ 1</span></th>
245
+ <th><a class="link" href="https://huggingface.co/Yntec/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/63239b8370edc53f51cd5d42/88od0k-AAkxAIV-5ULwDs.png" alt="Profile picture"></div><span class="name">Yn Tec</th>
246
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 1,499 followers</th>
247
+ <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/Yntec/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> Yntec</a> </th>
248
+ </tr><tr>
249
+ <th><b>31</b><span class="up"> &nbsp;▲ 1</span></th>
250
+ <th><a class="link" href="https://huggingface.co/clem/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1583857146757-5e67bdd61009063689407479.jpeg" alt="Profile picture"></div><span class="name">Clem</th>
251
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 1,438 followers</th>
252
+ <th class="xcol"><a class="button" href="https://twitter.com/clementdelangue" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
253
+ <th class="gcol"><a class="button" href="https://github.com/clmnt" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
254
+ <th class="hfcol"><a class="button" href="https://huggingface.co/clem/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> clem</a> </th>
255
+ </tr><tr>
256
+ <th><b>32</b><span class="down"> &nbsp;▼ 3</span></th>
257
+ <th><a class="link" href="https://huggingface.co/julien-c/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/5dd96eb166059660ed1ee413/NQtzmrDdbG0H8qkZvRyGk.jpeg" alt="Profile picture"></div><span class="name">Julien Chaumond</th>
258
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 1,437 followers</th>
259
+ <th></th><th class="gcol"><a class="button" href="https://github.com/julien-c" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
260
+ <th class="hfcol"><a class="button" href="https://huggingface.co/julien-c/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> julien-c</a> </th>
261
+ </tr><tr>
262
+ <th><b>33</b></th>
263
+ <th><a class="link" href="https://huggingface.co/stefan-it/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1584020801691-noauth.jpeg" alt="Profile picture"></div><span class="name">Stefan</th>
264
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 1,423 followers</th>
265
+ <th></th><th class="gcol"><a class="button" href="https://github.com/stefan-it" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
266
+ <th class="hfcol"><a class="button" href="https://huggingface.co/stefan-it/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> stefan-it</a> </th>
267
+ </tr><tr>
268
+ <th><b>34</b><span class="up"> &nbsp;▲ 1</span></th>
269
+ <th><a class="link" href="https://huggingface.co/Yuliang/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/6183d0b249ef1d984699e4a3/GYR4kzPUEJPxrnQD-trhT.png" alt="Profile picture"></div><span class="name">Yuliang Xiu</th>
270
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 1,384 followers</th>
271
+ <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>
272
+ <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>
273
+ <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>
274
+ </tr><tr>
275
+ <th><b>35</b><span class="down"> &nbsp;▼ 1</span></th>
276
+ <th><a class="link" href="https://huggingface.co/abhishek/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1604427578240-noauth.png" alt="Profile picture"></div><span class="name">Abhishek Thakur</th>
277
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 1,302 followers</th>
278
+ <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>
279
+ <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>
280
+ <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>
281
+ </tr><tr>
282
+ <th><b>36</b></th>
283
+ <th><a class="link" href="https://huggingface.co/dylanebert/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1672164046414-624b4a964056e2a6914a05c5.png" alt="Profile picture"></div><span class="name">Dylan Ebert</th>
284
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 1,262 followers</th>
285
+ <th class="xcol"><a class="button" href="https://twitter.com/dylan_ebert_" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
286
+ <th class="gcol"><a class="button" href="https://github.com/dylanebert" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
287
+ <th class="hfcol"><a class="button" href="https://huggingface.co/dylanebert/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> dylanebert</a> </th>
288
+ </tr><tr>
289
+ <th><b>37</b><span class="up"> &nbsp;▲ 3</span></th>
290
+ <th><a class="link" href="https://huggingface.co/bartowski/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/6435718aaaef013d1aec3b8b/XKf-8MA47tjVAM6SCX0MP.jpeg" alt="Profile picture"></div><span class="name">Bartowski</th>
291
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 1,253 followers</th>
292
+ <th class="xcol"><a class="button" href="https://twitter.com/bartowski1182" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
293
+ <th class="gcol"><a class="button" href="https://github.com/bartowski1182" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
294
+ <th class="hfcol"><a class="button" href="https://huggingface.co/bartowski/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> bartowski</a> </th>
295
+ </tr><tr>
296
+ <th><b>38</b><span class="down"> &nbsp;▼ 1</span></th>
297
+ <th><a class="link" href="https://huggingface.co/alvarobartt/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/60f0608166e5701b80ed3f02/ZSIRRZgthYnTinV1wGE1N.jpeg" alt="Profile picture"></div><span class="name">Alvaro Bartolome</th>
298
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 1,233 followers</th>
299
+ <th class="xcol"><a class="button" href="https://twitter.com/alvarobartt" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
300
+ <th class="gcol"><a class="button" href="https://github.com/alvarobartt" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
301
+ <th class="hfcol"><a class="button" href="https://huggingface.co/alvarobartt/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> alvarobartt</a> </th>
302
+ </tr><tr>
303
+ <th><b>39</b></th>
304
+ <th><a class="link" href="https://huggingface.co/jbilcke-hf/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/noauth/2RK8J_YSNAK2ob8XZH7w2.jpeg" alt="Profile picture"></div><span class="name">Julian Bilcke</th>
305
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 934 followers</th>
306
+ <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>
307
+ <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>
308
+ <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>
309
+ </tr><tr>
310
+ <th><b>40</b><span class="down"> &nbsp;▼ 2</span></th>
311
+ <th><a class="link" href="https://huggingface.co/LoneStriker/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/f18351bc5ce9c106ba74523d9a55567c.svg" alt="Profile picture"></div><span class="name">Lone Striker</th>
312
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 877 followers</th>
313
+ <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/LoneStriker/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> LoneStriker</a> </th>
314
+ </tr><tr>
315
+ <th><b>41</b><span class="up"> &nbsp;▲ 2</span></th>
316
+ <th><a class="link" href="https://huggingface.co/Sao10K/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/64be6a5376a6e2efccc638c1/m_RG9jsxYKnki3ixzeHCx.jpeg" alt="Profile picture"></div><span class="name">Sao</th>
317
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 749 followers</th>
318
+ <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/Sao10K/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> Sao10K</a> </th>
319
+ </tr><tr>
320
+ <th><b>42</b><span class="up"> &nbsp;▲ 6</span></th>
321
+ <th><a class="link" href="https://huggingface.co/MaziyarPanahi/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/5fd5e18a90b6dc4633f6d292/gZXHW5dd9R86AV9LMZ--y.png" alt="Profile picture"></div><span class="name">Maziyar Panahi</th>
322
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 704 followers</th>
323
+ <th class="xcol"><a class="button" href="https://twitter.com/MaziyarPanahi" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
324
+ <th class="gcol"><a class="button" href="https://github.com/MaziyarPanahi" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
325
+ <th class="hfcol"><a class="button" href="https://huggingface.co/MaziyarPanahi/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> MaziyarPanahi</a> </th>
326
+ </tr><tr>
327
+ <th><b>43</b><span class="down"> &nbsp;▼ 1</span></th>
328
+ <th><a class="link" href="https://huggingface.co/lewtun/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1594651707950-noauth.jpeg" alt="Profile picture"></div><span class="name">Lewis Tunstall</th>
329
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 609 followers</th>
330
+ <th class="xcol"><a class="button" href="https://twitter.com/_lewtun" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
331
+ <th class="gcol"><a class="button" href="https://github.com/lewtun" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
332
+ <th class="hfcol"><a class="button" href="https://huggingface.co/lewtun/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> lewtun</a> </th>
333
+ </tr><tr>
334
+ <th><b>44</b></th>
335
+ <th><a class="link" href="https://huggingface.co/liuhaotian/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1674248167280-63898b61ec1f539adc0f4da2.jpeg" alt="Profile picture"></div><span class="name">Haotian Liu</th>
336
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 604 followers</th>
337
+ <th class="xcol"><a class="button" href="https://twitter.com/imhaotian" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
338
+ <th class="gcol"><a class="button" href="https://github.com/haotian-liu" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
339
+ <th class="hfcol"><a class="button" href="https://huggingface.co/liuhaotian/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> liuhaotian</a> </th>
340
+ </tr><tr>
341
+ <th><b>45</b><span class="down"> &nbsp;▼ 4</span></th>
342
+ <th><a class="link" href="https://huggingface.co/ysharma/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1624431552569-noauth.jpeg" alt="Profile picture"></div><span class="name">yuvraj sharma</th>
343
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 600 followers</th>
344
+ <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>
345
+ <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>
346
+ <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>
347
+ </tr><tr>
348
+ <th><b>46</b><span class="up"> &nbsp;▲ 1</span></th>
349
+ <th><a class="link" href="https://huggingface.co/nielsr/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1608042047613-5f1158120c833276f61f1a84.jpeg" alt="Profile picture"></div><span class="name">Niels Rogge</th>
350
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 557 followers</th>
351
+ <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>
352
+ <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>
353
+ <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>
354
+ </tr><tr>
355
+ <th><b>47</b><span class="up"> &nbsp;▲ 3</span></th>
356
+ <th><a class="link" href="https://huggingface.co/philschmid/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1624629516652-5ff5d596f244529b3ec0fb89.png" alt="Profile picture"></div><span class="name">Philipp Schmid</th>
357
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 546 followers</th>
358
+ <th class="xcol"><a class="button" href="https://twitter.com/_philschmid" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
359
+ <th class="gcol"><a class="button" href="https://github.com/philschmid" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
360
+ <th class="hfcol"><a class="button" href="https://huggingface.co/philschmid/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> philschmid</a> </th>
361
+ </tr><tr>
362
+ <th><b>48</b><span class="down"> &nbsp;▼ 3</span></th>
363
+ <th><a class="link" href="https://huggingface.co/BlinkDL/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1655953609090-noauth.jpeg" alt="Profile picture"></div><span class="name">BlinkDL</th>
364
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 535 followers</th>
365
+ <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>
366
+ <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>
367
+ <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>
368
+ </tr><tr>
369
+ <th><b>49</b></th>
370
+ <th><a class="link" href="https://huggingface.co/thomwolf/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1583857746553-5df7e9e5da6d0311fd3d53f9.jpeg" alt="Profile picture"></div><span class="name">Thomas Wolf</th>
371
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 531 followers</th>
372
+ <th class="xcol"><a class="button" href="https://twitter.com/Thom_wolf" 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/thomwolf" 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/thomwolf/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> thomwolf</a> </th>
375
+ </tr><tr>
376
+ <th><b>50</b><span class="down"> &nbsp;▼ 4</span></th>
377
+ <th><a class="link" href="https://huggingface.co/nitrosocke/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1665880202208-62d043efcf3a93c933534eb6.png" alt="Profile picture"></div><span class="name">Nitrosocke</th>
378
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 522 followers</th>
379
+ <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/nitrosocke/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> nitrosocke</a> </th>
380
+ </tr>
381
+ <tr>
382
+ <th><b>51</b><span class="up"> &nbsp;▲ 8</span></th>
383
+ <th><a class="link" href="https://huggingface.co/tomaarsen/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/6317233cc92fd6fee317e030/cJHSvvimr1kqgQfHOjO5n.png" alt="Profile picture"></div><span class="name">Tom Aarsen</th>
384
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 492 followers</th>
385
+ <th class="xcol"><a class="button" href="https://twitter.com/tomaarsen" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
386
+ <th class="gcol"><a class="button" href="https://github.com/tomaarsen" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
387
+ <th class="hfcol"><a class="button" href="https://huggingface.co/tomaarsen/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> tomaarsen</a> </th>
388
+ </tr><tr>
389
+ <th><b>52</b><span class="down"> &nbsp;▼ 1</span></th>
390
+ <th><a class="link" href="https://huggingface.co/jondurbin/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/6453dafca647b92069ac541a/QkUleoJtHHdTkqtW54QIG.jpeg" alt="Profile picture"></div><span class="name">Jon Durbin</th>
391
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 481 followers</th>
392
+ <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>
393
+ <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/jondurbin/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> jondurbin</a> </th>
394
+ </tr><tr>
395
+ <th><b>53</b><span class="down"> &nbsp;▼ 1</span></th>
396
+ <th><a class="link" href="https://huggingface.co/patrickvonplaten/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1584435275418-5dfcb1aada6d0311fd3d5448.jpeg" alt="Profile picture"></div><span class="name">Patrick von Platen</th>
397
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 480 followers</th>
398
+ <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>
399
+ <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>
400
+ </tr><tr>
401
+ <th><b>54</b><span class="down"> &nbsp;▼ 1</span></th>
402
+ <th><a class="link" href="https://huggingface.co/Linaqruf/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/6365c8dbf31ef76df4042821/Bi2oGZ8gcv6XB_2sZhSNL.jpeg" alt="Profile picture"></div><span class="name">Furqanil Taqwa</th>
403
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 443 followers</th>
404
+ <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>
405
+ <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>
406
+ <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>
407
+ </tr><tr>
408
+ <th><b>55</b><span class="down"> &nbsp;▼ 1</span></th>
409
+ <th><a class="link" href="https://huggingface.co/sanchit-gandhi/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1653243468328-61f91cf54a8e5a275b2b3e7c.jpeg" alt="Profile picture"></div><span class="name">Sanchit Gandhi</th>
410
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 439 followers</th>
411
+ <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>
412
+ <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/sanchit-gandhi/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> sanchit-gandhi</a> </th>
413
+ </tr><tr>
414
+ <th><b>56</b><span class="down"> &nbsp;▼ 1</span></th>
415
+ <th><a class="link" href="https://huggingface.co/alpindale/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/635567189c72a7e742f1419c/tbfBz0furS-y4ISgoe6j0.jpeg" alt="Profile picture"></div><span class="name">Alpin</th>
416
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 439 followers</th>
417
+ <th></th><th class="gcol"><a class="button" href="https://github.com/AlpinDale" 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/alpindale/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> alpindale</a> </th>
419
+ </tr><tr>
420
+ <th><b>57</b><span class="down"> &nbsp;▼ 1</span></th>
421
+ <th><a class="link" href="https://huggingface.co/clefourrier/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1644340617257-noauth.png" alt="Profile picture"></div><span class="name">Clémentine Fourrier</th>
422
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 405 followers</th>
423
+ <th class="xcol"><a class="button" href="https://twitter.com/clefourrier" 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/clefourrier" 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/clefourrier/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> clefourrier</a> </th>
426
+ </tr><tr>
427
+ <th><b>58</b><span class="up"> &nbsp;▲ 2</span></th>
428
+ <th><a class="link" href="https://huggingface.co/IlyaGusev/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1612371927570-5fc2346dea82dd667bb0ffbc.jpeg" alt="Profile picture"></div><span class="name">Ilya Gusev</th>
429
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 400 followers</th>
430
+ <th></th><th class="gcol"><a class="button" href="https://github.com/IlyaGusev" 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/IlyaGusev/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> IlyaGusev</a> </th>
432
+ </tr><tr>
433
+ <th><b>59</b><span class="down"> &nbsp;▼ 1</span></th>
434
+ <th><a class="link" href="https://huggingface.co/abidlabs/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1621947938344-noauth.png" alt="Profile picture"></div><span class="name">Abubakar Abid</th>
435
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 396 followers</th>
436
+ <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>
437
+ <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>
438
+ <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>
439
+ </tr><tr>
440
+ <th><b>60</b><span class="down"> &nbsp;▼ 3</span></th>
441
+ <th><a class="link" href="https://huggingface.co/hakurei/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1645138575893-606918bb3959960e820cb47d.jpeg" alt="Profile picture"></div><span class="name">Reimu Hakurei</th>
442
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 374 followers</th>
443
+ <th class="xcol"><a class="button" href="https://twitter.com/haruu1367" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
444
+ <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/hakurei/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> hakurei</a> </th>
445
+ </tr><tr>
446
+ <th><b>61</b></th>
447
+ <th><a class="link" href="https://huggingface.co/ybelkada/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1648631057413-noauth.png" alt="Profile picture"></div><span class="name">Younes Belkada</th>
448
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 369 followers</th>
449
+ <th class="xcol"><a class="button" href="https://twitter.com/younesbelkada" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
450
+ <th class="gcol"><a class="button" href="https://github.com/younesbelkada" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
451
+ <th class="hfcol"><a class="button" href="https://huggingface.co/ybelkada/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> ybelkada</a> </th>
452
+ </tr><tr>
453
+ <th><b>62</b></th>
454
+ <th><a class="link" href="https://huggingface.co/pcuenq/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1617264212503-603d25b75f9d390ab190b777.jpeg" alt="Profile picture"></div><span class="name">Pedro Cuenca</th>
455
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 360 followers</th>
456
+ <th class="xcol"><a class="button" href="https://twitter.com/pcuenq" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
457
+ <th class="gcol"><a class="button" href="https://github.com/pcuenca" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
458
+ <th class="hfcol"><a class="button" href="https://huggingface.co/pcuenq/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> pcuenq</a> </th>
459
+ </tr><tr>
460
+ <th><b>63</b><span class="up"> &nbsp;NEW</span></th>
461
+ <th><a class="link" href="https://huggingface.co/gokaygokay/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/b9a6d8e11ec7a62ca2b819e0b6c37222.svg" alt="Profile picture"></div><span class="name">gokay aydogan</th>
462
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 358 followers</th>
463
+ <th class="xcol"><a class="button" href="https://twitter.com/gokayfem" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
464
+ <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/gokaygokay/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> gokaygokay</a> </th>
465
+ </tr><tr>
466
+ <th><b>64</b><span class="up"> &nbsp;▲ 1</span></th>
467
+ <th><a class="link" href="https://huggingface.co/camenduru/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1661359636088-61a9b5c786abf92a2a131b7d.jpeg" alt="Profile picture"></div><span class="name">camenduru</th>
468
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 351 followers</th>
469
+ <th class="xcol"><a class="button" href="https://twitter.com/camenduru" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
470
+ <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/camenduru/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> camenduru</a> </th>
471
+ </tr><tr>
472
+ <th><b>65</b><span class="down"> &nbsp;▼ 1</span></th>
473
+ <th><a class="link" href="https://huggingface.co/chargoddard/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/630495b0ce6b12280b193c25/bT61kBtQPhDYk00AI0o0g.png" alt="Profile picture"></div><span class="name">Charles Goddard</th>
474
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 349 followers</th>
475
+ <th></th><th class="gcol"><a class="button" href="https://github.com/cg123" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
476
+ <th class="hfcol"><a class="button" href="https://huggingface.co/chargoddard/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> chargoddard</a> </th>
477
+ </tr><tr>
478
+ <th><b>66</b><span class="up"> &nbsp;▲ 18</span></th>
479
+ <th><a class="link" href="https://huggingface.co/mrfakename/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/62e54f0eae9d3f10acb95cb9/VAyk05hqB3OZWXEZW-B0q.png" alt="Profile picture"></div><span class="name">mrfakename</th>
480
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 345 followers</th>
481
+ <th></th><th class="gcol"><a class="button" href="https://github.com/fakerybakery" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
482
+ <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>
483
+ </tr><tr>
484
+ <th><b>67</b><span class="down"> &nbsp;▼ 4</span></th>
485
+ <th><a class="link" href="https://huggingface.co/HumanAIGC/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/638da8c1f467129f4993ceb0/LnhIduvFZDx81AzwweZGj.png" alt="Profile picture"></div><span class="name">HumanAIGC</th>
486
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 345 followers</th>
487
+ <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>
488
+ <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>
489
+ </tr><tr>
490
+ <th><b>68</b><span class="down"> &nbsp;▼ 1</span></th>
491
+ <th><a class="link" href="https://huggingface.co/migtissera/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/647a6317555b5e199cffd5a2/SE6vWIFxkQjAc_9BrG8Al.png" alt="Profile picture"></div><span class="name">Migel Tissera</th>
492
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 335 followers</th>
493
+ <th class="xcol"><a class="button" href="https://twitter.com/migtissera" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
494
+ <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/migtissera/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> migtissera</a> </th>
495
+ </tr><tr>
496
+ <th><b>69</b><span class="down"> &nbsp;▼ 3</span></th>
497
+ <th><a class="link" href="https://huggingface.co/WarriorMama777/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1673954695644-638cab65d138669379c93f39.png" alt="Profile picture"></div><span class="name">WarriorMama777</th>
498
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 333 followers</th>
499
+ <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/WarriorMama777/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> WarriorMama777</a> </th>
500
+ </tr><tr>
501
+ <th><b>70</b><span class="down"> &nbsp;▼ 1</span></th>
502
+ <th><a class="link" href="https://huggingface.co/sayakpaul/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1649681653581-5f7fbd813e94f16a85448745.jpeg" alt="Profile picture"></div><span class="name">Sayak Paul</th>
503
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 331 followers</th>
504
+ <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>
505
+ <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>
506
+ <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>
507
+ </tr><tr>
508
+ <th><b>71</b><span class="down"> &nbsp;▼ 3</span></th>
509
+ <th><a class="link" href="https://huggingface.co/ThomasSimonini/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1632748593235-60cae820b1c79a3e4b436664.jpeg" alt="Profile picture"></div><span class="name">Thomas Simonini</th>
510
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 324 followers</th>
511
+ <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>
512
+ <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>
513
+ <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>
514
+ </tr><tr>
515
+ <th><b>72</b><span class="down"> &nbsp;▼ 1</span></th>
516
+ <th><a class="link" href="https://huggingface.co/davanstrien/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1627505688463-60107b385ac3e86b3ea4fc34.jpeg" alt="Profile picture"></div><span class="name">Daniel van Strien</th>
517
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 310 followers</th>
518
+ <th class="xcol"><a class="button" href="https://twitter.com/vanstriendaniel" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
519
+ <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/davanstrien/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> davanstrien</a> </th>
520
+ </tr><tr>
521
+ <th><b>73</b><span class="up"> &nbsp;▲ 2</span></th>
522
+ <th><a class="link" href="https://huggingface.co/turboderp/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/6383dc174c48969dcf1b4fce/4N-GY7jVvdk08kp2B8DLh.jpeg" alt="Profile picture"></div><span class="name">turboderp</th>
523
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 309 followers</th>
524
+ <th class="xcol"><a class="button" href="https://twitter.com/turboderp_" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
525
+ <th class="gcol"><a class="button" href="https://github.com/turboderp" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
526
+ <th class="hfcol"><a class="button" href="https://huggingface.co/turboderp/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> turboderp</a> </th>
527
+ </tr><tr>
528
+ <th><b>74</b><span class="down"> &nbsp;▼ 1</span></th>
529
+ <th><a class="link" href="https://huggingface.co/beomi/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/5e56829137cb5b49818287ea/8HYzJeRc4b9Wu7BfJwibS.png" alt="Profile picture"></div><span class="name">Lee Junbum</th>
530
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 306 followers</th>
531
+ <th class="xcol"><a class="button" href="https://twitter.com/__Beomi__" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
532
+ <th class="gcol"><a class="button" href="https://github.com/beomi" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
533
+ <th class="hfcol"><a class="button" href="https://huggingface.co/beomi/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> beomi</a> </th>
534
+ </tr><tr>
535
+ <th><b>75</b><span class="down"> &nbsp;▼ 5</span></th>
536
+ <th><a class="link" href="https://huggingface.co/vinthony/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/63184c517ca1b876d99b7e0e/b-qDExoeJuDXK0cJBZKnz.jpeg" alt="Profile picture"></div><span class="name">Xiaodong Cun</th>
537
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 304 followers</th>
538
+ <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>
539
+ <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>
540
+ <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>
541
+ </tr><tr>
542
+ <th><b>76</b><span class="down"> &nbsp;▼ 4</span></th>
543
+ <th><a class="link" href="https://huggingface.co/ai-forever/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/5f91b1208a61a359f44e1851/4hQd2Bt8AeSnQsluli5f1.jpeg" alt="Profile picture"></div><span class="name">ai-forever</th>
544
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 301 followers</th>
545
+ <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>
546
+ <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>
547
+ </tr><tr>
548
+ <th><b>77</b><span class="up"> &nbsp;▲ 3</span></th>
549
+ <th><a class="link" href="https://huggingface.co/lunarflu/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/6340651b388c3fa40f9a5bc0/av1C4_S7bHGxAzOu8lOmG.jpeg" alt="Profile picture"></div><span class="name">Adam Molnar</th>
550
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 293 followers</th>
551
+ <th class="xcol"><a class="button" href="https://twitter.com/lunarflu1" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
552
+ <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/lunarflu/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> lunarflu</a> </th>
553
+ </tr><tr>
554
+ <th><b>78</b><span class="down"> &nbsp;▼ 4</span></th>
555
+ <th><a class="link" href="https://huggingface.co/timdettmers/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1638462736111-noauth.png" alt="Profile picture"></div><span class="name">Tim Dettmers</th>
556
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 291 followers</th>
557
+ <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>
558
+ <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>
559
+ <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>
560
+ </tr><tr>
561
+ <th><b>79</b><span class="down"> &nbsp;▼ 2</span></th>
562
+ <th><a class="link" href="https://huggingface.co/Lykon/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/63b4b97558f367a212c4763c/lysGnwvZPfKxzMyPBeZf1.jpeg" alt="Profile picture"></div><span class="name">Lykon</th>
563
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 283 followers</th>
564
+ <th class="xcol"><a class="button" href="https://twitter.com/Lykon4072" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
565
+ <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/Lykon/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> Lykon</a> </th>
566
+ </tr><tr>
567
+ <th><b>80</b><span class="up"> &nbsp;NEW</span></th>
568
+ <th><a class="link" href="https://huggingface.co/not-lain/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/6527e89a8808d80ccff88b7a/BRKGVgk_dJO34ZOi3Slb_.jpeg" alt="Profile picture"></div><span class="name">Lain</th>
569
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 282 followers</th>
570
+ <th class="xcol"><a class="button" href="https://twitter.com/not_so_lain" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
571
+ <th class="gcol"><a class="button" href="https://github.com/not-lain" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
572
+ <th class="hfcol"><a class="button" href="https://huggingface.co/not-lain/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> not-lain</a> </th>
573
+ </tr><tr>
574
+ <th><b>81</b><span class="down"> &nbsp;▼ 5</span></th>
575
+ <th><a class="link" href="https://huggingface.co/nazneen/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1648508910554-noauth.jpeg" alt="Profile picture"></div><span class="name">Nazneen Rajani</th>
576
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 281 followers</th>
577
+ <th class="xcol"><a class="button" href="https://twitter.com/nazneenrajani" 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/nrajani" 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/nazneen/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> nazneen</a> </th>
580
+ </tr><tr>
581
+ <th><b>82</b><span class="up"> &nbsp;▲ 8</span></th>
582
+ <th><a class="link" href="https://huggingface.co/reach-vb/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1655385361868-61b85ce86eb1f2c5e6233736.jpeg" alt="Profile picture"></div><span class="name">Vaibhav Srivastav</th>
583
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 278 followers</th>
584
+ <th class="xcol"><a class="button" href="https://twitter.com/reach_vb" 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/Vaibhavs10" 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/reach-vb/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> reach-vb</a> </th>
587
+ </tr><tr>
588
+ <th><b>83</b><span class="down"> &nbsp;▼ 2</span></th>
589
+ <th><a class="link" href="https://huggingface.co/zomehwh/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/6348297ffe7bb6743965a1ae/nRvGbglQN0MeqloWCFOEN.png" alt="Profile picture"></div><span class="name">zome</th>
590
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 276 followers</th>
591
+ <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>
592
+ </tr><tr>
593
+ <th><b>84</b><span class="up"> &nbsp;NEW</span></th>
594
+ <th><a class="link" href="https://huggingface.co/hiyouga/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/642fef28a043f0ac7defa8a9/RwOEkuj3fOnOA54tGR7Ea.png" alt="Profile picture"></div><span class="name">Yaowei Zheng</th>
595
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 270 followers</th>
596
+ <th class="xcol"><a class="button" href="https://twitter.com/llamafactory_ai" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
597
+ <th class="gcol"><a class="button" href="https://github.com/hiyouga" 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/hiyouga/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> hiyouga</a> </th>
599
+ </tr><tr>
600
+ <th><b>85</b><span class="up"> &nbsp;NEW</span></th>
601
+ <th><a class="link" href="https://huggingface.co/ylacombe/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/62611fcabbcbd1c34f1615f6/tXx0cbsnQM03EinbKMY0x.jpeg" alt="Profile picture"></div><span class="name">Yoach Lacombe</th>
602
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 269 followers</th>
603
+ <th class="xcol"><a class="button" href="https://twitter.com/yoachlacombe" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
604
+ <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/ylacombe/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> ylacombe</a> </th>
605
+ </tr><tr>
606
+ <th><b>86</b><span class="down"> &nbsp;▼ 8</span></th>
607
+ <th><a class="link" href="https://huggingface.co/gsdf/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1671032537903-634522ba5ba732a320ad8066.jpeg" alt="Profile picture"></div><span class="name">gdgsfsfs</th>
608
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 269 followers</th>
609
+ <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/gsdf/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> gsdf</a> </th>
610
+ </tr><tr>
611
+ <th><b>87</b><span class="down"> &nbsp;▼ 8</span></th>
612
+ <th><a class="link" href="https://huggingface.co/prompthero/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1666775702099-63265d019f9d19bfd4f45031.jpeg" alt="Profile picture"></div><span class="name">PromptHero</th>
613
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 267 followers</th>
614
+ <th class="xcol"><a class="button" href="https://twitter.com/prompthero" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
615
+ <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/prompthero/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> prompthero</a> </th>
616
+ </tr><tr>
617
+ <th><b>88</b><span class="down"> &nbsp;▼ 6</span></th>
618
+ <th><a class="link" href="https://huggingface.co/maywell/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/6439f43a1514b7ee7fb616a1/aFhmyAoicv3zcWKYZ27Z_.png" alt="Profile picture"></div><span class="name">Jeonghwan Park</th>
619
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 261 followers</th>
620
+ <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>
621
+ <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>
622
+ <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>
623
+ </tr><tr>
624
+ <th><b>89</b><span class="up"> &nbsp;NEW</span></th>
625
+ <th><a class="link" href="https://huggingface.co/AmelieSchreiber/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/64191ec8d459c9e7fbb0236b/7BeTgySZzmFCaVpntaYgP.jpeg" alt="Profile picture"></div><span class="name">Amelie Schreiber</th>
626
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 245 followers</th>
627
+ <th class="xcol"><a class="button" href="https://twitter.com/amelie_iska" 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/AmelieSchreiber/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> AmelieSchreiber</a> </th>
629
+ </tr><tr>
630
+ <th><b>90</b><span class="down"> &nbsp;▼ 7</span></th>
631
+ <th><a class="link" href="https://huggingface.co/ola13/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1600081648206-noauth.jpeg" alt="Profile picture"></div><span class="name">Aleksandra Piktus</th>
632
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 243 followers</th>
633
+ <th class="xcol"><a class="button" href="https://twitter.com/olapiktus" 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/ola13" 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/ola13/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> ola13</a> </th>
636
+ </tr><tr>
637
+ <th><b>91</b><span class="down"> &nbsp;▼ 6</span></th>
638
+ <th><a class="link" href="https://huggingface.co/Gryphe/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/64ae4107ad6218d51a2a7d0c/3dcor68aYBKEcTlOUHJpK.png" alt="Profile picture"></div><span class="name">Gryphe Padar</th>
639
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 242 followers</th>
640
+ <th></th><th class="gcol"><a class="button" href="https://github.com/Gryphe" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
641
+ <th class="hfcol"><a class="button" href="https://huggingface.co/Gryphe/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> Gryphe</a> </th>
642
+ </tr><tr>
643
+ <th><b>92</b><span class="down"> &nbsp;▼ 6</span></th>
644
+ <th><a class="link" href="https://huggingface.co/Weyaxi/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/6468ce47e134d050a58aa89c/ApFcPlOzgI6Cjr0SYPpk6.png" alt="Profile picture"></div><span class="name">Yağız Çalık</th>
645
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 242 followers</th>
646
+ <th class="xcol"><a class="button" href="https://twitter.com/Weyaxi" 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/Weyaxi" 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/Weyaxi/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> Weyaxi</a> </th>
649
+ </tr><tr>
650
+ <th><b>93</b><span class="down"> &nbsp;▼ 5</span></th>
651
+ <th><a class="link" href="https://huggingface.co/ArthurZ/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1674683851722-62441cb7456803e95009a08f.jpeg" alt="Profile picture"></div><span class="name">Arthur Zucker</th>
652
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 238 followers</th>
653
+ <th class="xcol"><a class="button" href="https://twitter.com/art_zucker" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
654
+ <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/ArthurZ/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> ArthurZ</a> </th>
655
+ </tr><tr>
656
+ <th><b>94</b><span class="down"> &nbsp;▼ 7</span></th>
657
+ <th><a class="link" href="https://huggingface.co/IkariDev/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1667690511692-630dfb008df86f1e5becadc3.png" alt="Profile picture"></div><span class="name">IkariDev</th>
658
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 237 followers</th>
659
+ <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/IkariDev/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> IkariDev</a> </th>
660
+ </tr><tr>
661
+ <th><b>95</b><span class="down"> &nbsp;▼ 4</span></th>
662
+ <th><a class="link" href="https://huggingface.co/lysandre/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/5e3aec01f55e2b62848a5217/PMKS0NNB4MJQlTSFzh918.jpeg" alt="Profile picture"></div><span class="name">Lysandre</th>
663
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 230 followers</th>
664
+ <th class="xcol"><a class="button" href="https://twitter.com/LysandreJik" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
665
+ <th class="gcol"><a class="button" href="https://github.com/LysandreJik" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
666
+ <th class="hfcol"><a class="button" href="https://huggingface.co/lysandre/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> lysandre</a> </th>
667
+ </tr><tr>
668
+ <th><b>96</b><span class="up"> &nbsp;NEW</span></th>
669
+ <th><a class="link" href="https://huggingface.co/yentinglin/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/5df9c78eda6d0311fd3d541f/8oDFuP77l5zhvamXNVmnc.jpeg" alt="Profile picture"></div><span class="name">Yen-Ting Lin</th>
670
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 220 followers</th>
671
+ <th class="xcol"><a class="button" href="https://twitter.com/yentinglin56" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
672
+ <th class="gcol"><a class="button" href="https://github.com/adamlin120" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
673
+ <th class="hfcol"><a class="button" href="https://huggingface.co/yentinglin/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> yentinglin</a> </th>
674
+ </tr><tr>
675
+ <th><b>97</b><span class="down"> &nbsp;▼ 3</span></th>
676
+ <th><a class="link" href="https://huggingface.co/Tonic/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/62a3bb1cd0d8c2c2169f0b88/eT2TS0IlQbZtz-F_zHLz9.jpeg" alt="Profile picture"></div><span class="name">Joseph Pollack</th>
677
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 219 followers</th>
678
+ <th class="xcol"><a class="button" href="https://twitter.com/josephpollack" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
679
+ <th class="gcol"><a class="button" href="https://github.com/Tonic-AI" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
680
+ <th class="hfcol"><a class="button" href="https://huggingface.co/Tonic/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> Tonic</a> </th>
681
+ </tr><tr>
682
+ <th><b>98</b><span class="down"> &nbsp;▼ 5</span></th>
683
+ <th><a class="link" href="https://huggingface.co/intfloat/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/5a1ee74c2dbe349a6ec9843a1599d281.svg" alt="Profile picture"></div><span class="name">Liang Wang</th>
684
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 217 followers</th>
685
+ <th></th><th class="gcol"><a class="button" href="https://github.com/intfloat" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
686
+ <th class="hfcol"><a class="button" href="https://huggingface.co/intfloat/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> intfloat</a> </th>
687
+ </tr><tr>
688
+ <th><b>99</b><span class="down"> &nbsp;▼ 10</span></th>
689
+ <th><a class="link" href="https://huggingface.co/smangrul/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1638132956881-5fca176d1d7a08cb34d79d5d.jpeg" alt="Profile picture"></div><span class="name">Sourab Mangrulkar</th>
690
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 216 followers</th>
691
+ <th></th><th class="gcol"><a class="button" href="https://github.com/pacman100" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
692
+ <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>
693
+ </tr><tr>
694
+ <th><b>100</b><span class="down"> &nbsp;▼ 2</span></th>
695
+ <th><a class="link" href="https://huggingface.co/ehristoforu/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/noauth/o-5N9QyjHgmSMk69e3O55.png" alt="Profile picture"></div><span class="name">Evgeniy Hristoforu</th>
696
+ <th><img width="14" height="14" src="img/ico_followers.png" alt="Models"> 213 followers</th>
697
+ <th class="xcol"><a class="button" href="https://twitter.com/ehristoforu_ai" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
698
+ <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>
699
+ <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>
700
+ </tr>
701
+
702
+ </table>
703
+ </div>
704
+
705
+ </div>
706
+
707
+
708
+
709
+
710
+
711
+
712
+
713
+
714
+
715
+ <!--June 2024-->
716
+ <div id="option2" class="content hidden">
717
+
718
  <div style="overflow-x:auto;">
719
  <table class="alternate">
720
 
 
1393
 
1394
 
1395
 
 
 
 
1396
  <!--May 2024-->
1397
+ <div id="option3" class="content hidden">
1398
 
1399
  <div style="overflow-x:auto;">
1400
  <table class="alternate">
 
2074
 
2075
 
2076
  <!--April 2024-->
2077
+ <div id="option4" class="content hidden">
2078
 
2079
  <div style="overflow-x:auto;">
2080
  <table class="alternate">
 
2750
 
2751
 
2752
  <!--March 2024-->
2753
+ <div id="option5" class="content hidden">
2754
 
2755
  <div style="overflow-x:auto;">
2756
  <table class="alternate">
 
3422
 
3423
 
3424
  <!--February 2024-->
3425
+ <div id="option6" class="content hidden">
3426
 
3427
  <div style="overflow-x:auto;">
3428
  <table class="alternate">
index.html CHANGED
@@ -24,11 +24,12 @@
24
 
25
  <div><h5><img width="14" height="14" src="img/ico_models.png" alt="X logo"> Most new downloads in
26
  <select id="dropdown" class="custom-dropdown">
27
- <option value="option1">June 2024</option>
28
- <option value="option2">May 2024</option>
29
- <option value="option3">April 2024</option>
30
- <option value="option4">March 2024</option>
31
- <option value="option5">February 2024</option>
 
32
  </select>
33
  </h5>
34
 
@@ -38,9 +39,647 @@
38
 
39
 
40
 
41
- <!--June 2024-->
 
42
  <div id="option1" class="content">
43
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
44
  <div style="overflow-x:auto;">
45
  <table class="alternate">
46
 
@@ -674,7 +1313,7 @@
674
 
675
 
676
  <!--May 2024-->
677
- <div id="option2" class="content hidden">
678
 
679
  <div style="overflow-x:auto;">
680
  <table class="alternate">
@@ -1320,7 +1959,7 @@
1320
 
1321
 
1322
  <!--April 2024-->
1323
- <div id="option3" class="content hidden">
1324
 
1325
  <div style="overflow-x:auto;">
1326
  <table class="alternate">
@@ -1970,7 +2609,7 @@
1970
 
1971
 
1972
  <!--March 2024-->
1973
- <div id="option4" class="content hidden">
1974
 
1975
  <div style="overflow-x:auto;">
1976
  <table class="alternate">
@@ -2611,7 +3250,7 @@
2611
 
2612
 
2613
  <!--February 2024-->
2614
- <div id="option5" class="content hidden">
2615
  <div style="overflow-x:auto;">
2616
  <table class="alternate">
2617
  <tr>
 
24
 
25
  <div><h5><img width="14" height="14" src="img/ico_models.png" alt="X logo"> Most new downloads in
26
  <select id="dropdown" class="custom-dropdown">
27
+ <option value="option1">July 2024</option>
28
+ <option value="option2">June 2024</option>
29
+ <option value="option3">May 2024</option>
30
+ <option value="option4">April 2024</option>
31
+ <option value="option5">March 2024</option>
32
+ <option value="option6">February 2024</option>
33
  </select>
34
  </h5>
35
 
 
39
 
40
 
41
 
42
+
43
+ <!--July 2024-->
44
  <div id="option1" class="content">
45
 
46
+ <div style="overflow-x:auto;">
47
+ <table class="alternate">
48
+
49
+ <tr>
50
+ <th><b>1</b></th>
51
+ <th><a class="link" href="https://huggingface.co/jonatasgrosman/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1606403937053-noauth.jpeg" alt="Profile picture"></div><span class="name">Jonatas Grosman</th>
52
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 28,328,912 downloads</th>
53
+ <th class="xcol"><a class="button" href="https://twitter.com/jonatasgrosman" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
54
+ <th class="gcol"><a class="button" href="https://github.com/jonatasgrosman" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
55
+ <th class="hfcol"><a class="button" href="https://huggingface.co/jonatasgrosman/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> jonatasgrosman</a> </th>
56
+ </tr><tr>
57
+ <th><b>2</b><span class="up"> &nbsp;▲ 60</span></th>
58
+ <th><a class="link" href="https://huggingface.co/patrickjohncyh/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1678331429186-635980f5d72fc0539e72ce5c.jpeg" alt="Profile picture"></div><span class="name">Patrick John Chia</th>
59
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 19,534,874 downloads</th>
60
+ <th></th><th class="gcol"><a class="button" href="https://github.com/patrickjohncyh" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
61
+ <th class="hfcol"><a class="button" href="https://huggingface.co/patrickjohncyh/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> patrickjohncyh</a> </th>
62
+ </tr><tr>
63
+ <th><b>3</b><span class="up"> &nbsp;NEW</span></th>
64
+ <th><a class="link" href="https://huggingface.co/Lin-Chen/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/64b02ec0e5000ae8a572ced5/h5T5c14F-lHmx3X5K67A2.jpeg" alt="Profile picture"></div><span class="name">Lin Chen</th>
65
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 13,075,947 downloads</th>
66
+ <th class="xcol"><a class="button" href="https://twitter.com/Lin_Chen_98" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
67
+ <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/Lin-Chen/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> Lin-Chen</a> </th>
68
+ </tr><tr>
69
+ <th><b>4</b><span class="up"> &nbsp;▲ 40</span></th>
70
+ <th><a class="link" href="https://huggingface.co/emilyalsentzer/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1634328072252-5e5848876bc35159a08ca570.jpeg" alt="Profile picture"></div><span class="name">Emily Alsentzer</th>
71
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 9,044,382 downloads</th>
72
+ <th class="xcol"><a class="button" href="https://twitter.com/Emily_Alsentzer" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
73
+ <th class="gcol"><a class="button" href="https://github.com/EmilyAlsentzer" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
74
+ <th class="hfcol"><a class="button" href="https://huggingface.co/emilyalsentzer/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> emilyalsentzer</a> </th>
75
+ </tr><tr>
76
+ <th><b>5</b><span class="up"> &nbsp;▲ 1</span></th>
77
+ <th><a class="link" href="https://huggingface.co/intfloat/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/5a1ee74c2dbe349a6ec9843a1599d281.svg" alt="Profile picture"></div><span class="name">Liang Wang</th>
78
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 7,144,115 downloads</th>
79
+ <th></th><th class="gcol"><a class="button" href="https://github.com/intfloat" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
80
+ <th class="hfcol"><a class="button" href="https://huggingface.co/intfloat/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> intfloat</a> </th>
81
+ </tr><tr>
82
+ <th><b>6</b><span class="up"> &nbsp;▲ 6</span></th>
83
+ <th><a class="link" href="https://huggingface.co/dslim/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1655075923870-5e7565183d77a72421292d00.png" alt="Profile picture"></div><span class="name">David S. Lim</th>
84
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 4,477,603 downloads</th>
85
+ <th class="xcol"><a class="button" href="https://twitter.com/limsanity23" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
86
+ <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/dslim/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> dslim</a> </th>
87
+ </tr><tr>
88
+ <th><b>7</b><span class="up"> &nbsp;NEW</span></th>
89
+ <th><a class="link" href="https://huggingface.co/eugenesiow/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1627293523680-607fdcaa7c746d01ecb1917e.png" alt="Profile picture"></div><span class="name">Eugene Siow</th>
90
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 4,365,672 downloads</th>
91
+ <th class="xcol"><a class="button" href="https://twitter.com/eugene_siow" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
92
+ <th class="gcol"><a class="button" href="https://github.com/eugenesiow" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
93
+ <th class="hfcol"><a class="button" href="https://huggingface.co/eugenesiow/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> eugenesiow</a> </th>
94
+ </tr><tr>
95
+ <th><b>8</b><span class="down"> &nbsp;▼ 1</span></th>
96
+ <th><a class="link" href="https://huggingface.co/mrm8488/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/5e4318d616b09a31220980d6/24rMJ_vPh3gW9ZEmj64xr.png" alt="Profile picture"></div><span class="name">Manuel Romero</th>
97
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 4,175,056 downloads</th>
98
+ <th class="xcol"><a class="button" href="https://twitter.com/mrm8488" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
99
+ <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/mrm8488/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> mrm8488</a> </th>
100
+ </tr><tr>
101
+ <th><b>9</b><span class="down"> &nbsp;▼ 6</span></th>
102
+ <th><a class="link" href="https://huggingface.co/avichr/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/e3c583db3eabd581bf502b6adbd4eb6e.svg" alt="Profile picture"></div><span class="name">avi chr</th>
103
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 3,637,628 downloads</th>
104
+ <th></th><th class="gcol"><a class="button" href="https://github.com/avichaychriqui" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
105
+ <th class="hfcol"><a class="button" href="https://huggingface.co/avichr/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> avichr</a> </th>
106
+ </tr><tr>
107
+ <th><b>10</b><span class="down"> &nbsp;▼ 1</span></th>
108
+ <th><a class="link" href="https://huggingface.co/TheBloke/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/6426d3f3a7723d62b53c259b/tvPikpAzKTKGN5wrpadOJ.jpeg" alt="Profile picture"></div><span class="name">Tom Jobbins</th>
109
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 3,553,375 downloads</th>
110
+ <th class="xcol"><a class="button" href="https://twitter.com/TheBlokeAI" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
111
+ <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/TheBloke/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> TheBloke</a> </th>
112
+ </tr><tr>
113
+ <th><b>11</b><span class="up"> &nbsp;▲ 13</span></th>
114
+ <th><a class="link" href="https://huggingface.co/papluca/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/547af5e7721c511e09b88382759f6c62.svg" alt="Profile picture"></div><span class="name">Luca Papariello</th>
115
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 3,398,452 downloads</th>
116
+ <th></th><th class="gcol"><a class="button" href="https://github.com/LucaPapariello" 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/papluca/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> papluca</a> </th>
118
+ </tr><tr>
119
+ <th><b>12</b><span class="up"> &nbsp;▲ 6</span></th>
120
+ <th><a class="link" href="https://huggingface.co/SamLowe/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/607bea5688160e14e4e2e4c0/eCVq4mbZ5QDixhO3z8zZM.jpeg" alt="Profile picture"></div><span class="name">Sam Lowe</th>
121
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 3,056,332 downloads</th>
122
+ <th class="xcol"><a class="button" href="https://twitter.com/sam_lowe" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
123
+ <th class="gcol"><a class="button" href="https://github.com/samlowe" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
124
+ <th class="hfcol"><a class="button" href="https://huggingface.co/SamLowe/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> SamLowe</a> </th>
125
+ </tr><tr>
126
+ <th><b>13</b><span class="up"> &nbsp;▲ 75</span></th>
127
+ <th><a class="link" href="https://huggingface.co/rizvandwiki/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/60b46063e2ad4ace8503a3ac/dw1Q9VCF7kvk1xwg_bkQn.png" alt="Profile picture"></div><span class="name">Rizvan Dwikifirdaus</th>
128
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 2,789,013 downloads</th>
129
+ <th></th><th class="gcol"><a class="button" href="https://github.com/rizvand" 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/rizvandwiki/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> rizvandwiki</a> </th>
131
+ </tr><tr>
132
+ <th><b>14</b><span class="up"> &nbsp;NEW</span></th>
133
+ <th><a class="link" href="https://huggingface.co/vikhyatk/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/63117568fa95534e218da163/8h9zN8aKRxPLBnXW7sqY9.jpeg" alt="Profile picture"></div><span class="name">vik</th>
134
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 2,585,889 downloads</th>
135
+ <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>
136
+ <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>
137
+ <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>
138
+ </tr><tr>
139
+ <th><b>15</b><span class="up"> &nbsp;▲ 14</span></th>
140
+ <th><a class="link" href="https://huggingface.co/MoritzLaurer/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1613511937628-5fb15d1e84389b139cf3b508.jpeg" alt="Profile picture"></div><span class="name">Moritz Laurer</th>
141
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 2,530,829 downloads</th>
142
+ <th class="xcol"><a class="button" href="https://twitter.com/MoritzLaurer" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
143
+ <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/MoritzLaurer/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> MoritzLaurer</a> </th>
144
+ </tr><tr>
145
+ <th><b>16</b><span class="up"> &nbsp;▲ 4</span></th>
146
+ <th><a class="link" href="https://huggingface.co/lxyuan/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/5f056ac25d08220171a0ad88/ty6_yL3jqX_fXXVk5eP0N.png" alt="Profile picture"></div><span class="name">Lik Xun Yuan</th>
147
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 2,412,927 downloads</th>
148
+ <th class="xcol"><a class="button" href="https://twitter.com/LxYuan" 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/LxYuan0420" 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/lxyuan/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> lxyuan</a> </th>
151
+ </tr><tr>
152
+ <th><b>17</b><span class="down"> &nbsp;▼ 12</span></th>
153
+ <th><a class="link" href="https://huggingface.co/finiteautomata/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1623083352738-5ea732e50d1df220780f042d.jpeg" alt="Profile picture"></div><span class="name">Juan Manuel Pérez</th>
154
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 2,250,169 downloads</th>
155
+ <th class="xcol"><a class="button" href="https://twitter.com/perezjotaeme" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
156
+ <th class="gcol"><a class="button" href="https://github.com/finiteautomata" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
157
+ <th class="hfcol"><a class="button" href="https://huggingface.co/finiteautomata/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> finiteautomata</a> </th>
158
+ </tr><tr>
159
+ <th><b>18</b><span class="down"> &nbsp;▼ 16</span></th>
160
+ <th><a class="link" href="https://huggingface.co/mradermacher/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/6b97d30ff0bdb5d5c633ba850af739cd.svg" alt="Profile picture"></div><span class="name">Michael Radermacher</th>
161
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 2,042,197 downloads</th>
162
+ <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/mradermacher/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> mradermacher</a> </th>
163
+ </tr><tr>
164
+ <th><b>19</b><span class="up"> &nbsp;▲ 11</span></th>
165
+ <th><a class="link" href="https://huggingface.co/dmis-lab/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1602668910270-5efbdc4ac3896117eab961a9.png" alt="Profile picture"></div><span class="name">DMIS Lab</th>
166
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 1,946,442 downloads</th>
167
+ <th></th><th class="gcol"><a class="button" href="https://github.com/jhyuklee" 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/dmis-lab/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> dmis-lab</a> </th>
169
+ </tr><tr>
170
+ <th><b>20</b><span class="up"> &nbsp;▲ 7</span></th>
171
+ <th><a class="link" href="https://huggingface.co/prithivida/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/6094f82fab08344856242c3d/am36xZ0lI_xrZwKvLxr1n.png" alt="Profile picture"></div><span class="name">Prithivi Da</th>
172
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 1,867,541 downloads</th>
173
+ <th class="xcol"><a class="button" href="https://twitter.com/prithivida" 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/PrithivirajDamodaran" 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/prithivida/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> prithivida</a> </th>
176
+ </tr><tr>
177
+ <th><b>21</b><span class="up"> &nbsp;▲ 64</span></th>
178
+ <th><a class="link" href="https://huggingface.co/mlabonne/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/61b8e2ba285851687028d395/JtUGAwVh_4cDEsjNcfpye.png" alt="Profile picture"></div><span class="name">Maxime Labonne</th>
179
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 1,840,454 downloads</th>
180
+ <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>
181
+ <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>
182
+ <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>
183
+ </tr><tr>
184
+ <th><b>22</b><span class="up"> &nbsp;NEW</span></th>
185
+ <th><a class="link" href="https://huggingface.co/John6666/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/6640bbd0220cfa8cbfdce080/wiAHUu5ewawyipNs0YFBR.png" alt="Profile picture"></div><span class="name">John Smith</th>
186
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 1,779,909 downloads</th>
187
+ <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/John6666/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> John6666</a> </th>
188
+ </tr><tr>
189
+ <th><b>23</b><span class="down"> &nbsp;▼ 1</span></th>
190
+ <th><a class="link" href="https://huggingface.co/thenlper/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/bf5c04a6032709f35e3fb48e1be6976f.svg" alt="Profile picture"></div><span class="name">Dingkun Long</th>
191
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 1,770,198 downloads</th>
192
+ <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/thenlper/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> thenlper</a> </th>
193
+ </tr><tr>
194
+ <th><b>24</b><span class="up"> &nbsp;▲ 28</span></th>
195
+ <th><a class="link" href="https://huggingface.co/katuni4ka/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1650566593816-noauth.jpeg" alt="Profile picture"></div><span class="name">Ekaterina Aidova</th>
196
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 1,694,862 downloads</th>
197
+ <th></th><th class="gcol"><a class="button" href="https://github.com/eaidova" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
198
+ <th class="hfcol"><a class="button" href="https://huggingface.co/katuni4ka/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> katuni4ka</a> </th>
199
+ </tr><tr>
200
+ <th><b>25</b><span class="up"> &nbsp;▲ 22</span></th>
201
+ <th><a class="link" href="https://huggingface.co/vikp/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/6f512ec3b2e8d8be4a19487a5855c89e.svg" alt="Profile picture"></div><span class="name">Vikas Paruchuri</th>
202
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 1,691,276 downloads</th>
203
+ <th class="xcol"><a class="button" href="https://twitter.com/vikparuchuri" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
204
+ <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/vikp/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> vikp</a> </th>
205
+ </tr><tr>
206
+ <th><b>26</b><span class="up"> &nbsp;▲ 16</span></th>
207
+ <th><a class="link" href="https://huggingface.co/fxmarty/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1651743336129-624c60cba8ec93a7ac188b56.png" alt="Profile picture"></div><span class="name">Félix Marty</th>
208
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 1,666,153 downloads</th>
209
+ <th></th><th class="gcol"><a class="button" href="https://github.com/fxmarty" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
210
+ <th class="hfcol"><a class="button" href="https://huggingface.co/fxmarty/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> fxmarty</a> </th>
211
+ </tr><tr>
212
+ <th><b>27</b><span class="up"> &nbsp;NEW</span></th>
213
+ <th><a class="link" href="https://huggingface.co/MattyB95/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/64f8884a9980b96c3306d3e6/W0HhjjKu4SJAIH1voIoND.jpeg" alt="Profile picture"></div><span class="name">Matthew Boakes</th>
214
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 1,620,284 downloads</th>
215
+ <th class="xcol"><a class="button" href="https://twitter.com/MatthewBoakes" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
216
+ <th class="gcol"><a class="button" href="https://github.com/MattyB95" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
217
+ <th class="hfcol"><a class="button" href="https://huggingface.co/MattyB95/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> MattyB95</a> </th>
218
+ </tr><tr>
219
+ <th><b>28</b><span class="up"> &nbsp;▲ 6</span></th>
220
+ <th><a class="link" href="https://huggingface.co/Ashishkr/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1617222532925-601cc18c2269c1af71066e53.png" alt="Profile picture"></div><span class="name">Ashish Kumar</th>
221
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 1,561,591 downloads</th>
222
+ <th class="xcol"><a class="button" href="https://twitter.com/autoDatasci" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
223
+ <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/Ashishkr/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> Ashishkr</a> </th>
224
+ </tr><tr>
225
+ <th><b>29</b><span class="up"> &nbsp;▲ 12</span></th>
226
+ <th><a class="link" href="https://huggingface.co/sshleifer/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1583859526680-5e67bff7100906368940747c.jpeg" alt="Profile picture"></div><span class="name">Sam Shleifer</th>
227
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 1,500,599 downloads</th>
228
+ <th class="xcol"><a class="button" href="https://twitter.com/sam_shleifer" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
229
+ <th class="gcol"><a class="button" href="https://github.com/sshleifer" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
230
+ <th class="hfcol"><a class="button" href="https://huggingface.co/sshleifer/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> sshleifer</a> </th>
231
+ </tr><tr>
232
+ <th><b>30</b><span class="up"> &nbsp;▲ 13</span></th>
233
+ <th><a class="link" href="https://huggingface.co/theainerd/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/6033c55f60e3dd96631c908d/jy7cHHCBhnlzHKGbXIbj0.jpeg" alt="Profile picture"></div><span class="name">Shyam Sunder Kumar</th>
234
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 1,360,535 downloads</th>
235
+ <th class="xcol"><a class="button" href="https://twitter.com/shyam_sunder_kr" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
236
+ <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/theainerd/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> theainerd</a> </th>
237
+ </tr><tr>
238
+ <th><b>31</b><span class="up"> &nbsp;▲ 2</span></th>
239
+ <th><a class="link" href="https://huggingface.co/Yntec/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/63239b8370edc53f51cd5d42/88od0k-AAkxAIV-5ULwDs.png" alt="Profile picture"></div><span class="name">Yn Tec</th>
240
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 1,330,531 downloads</th>
241
+ <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/Yntec/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> Yntec</a> </th>
242
+ </tr><tr>
243
+ <th><b>32</b><span class="down"> &nbsp;▼ 17</span></th>
244
+ <th><a class="link" href="https://huggingface.co/kresnik/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/8198b55ae034e6511781b9e09aa2062b.svg" alt="Profile picture"></div><span class="name">Hosung Park</th>
245
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 1,259,620 downloads</th>
246
+ <th></th><th class="gcol"><a class="button" href="https://github.com/indra622" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
247
+ <th class="hfcol"><a class="button" href="https://huggingface.co/kresnik/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> kresnik</a> </th>
248
+ </tr><tr>
249
+ <th><b>33</b><span class="up"> &nbsp;NEW</span></th>
250
+ <th><a class="link" href="https://huggingface.co/michellejieli/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/c47fbe0d37deee6b45218f6fa099222e.svg" alt="Profile picture"></div><span class="name">Michelle Li</th>
251
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 1,258,392 downloads</th>
252
+ <th></th><th class="gcol"><a class="button" href="https://github.com/michellejieli" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
253
+ <th class="hfcol"><a class="button" href="https://huggingface.co/michellejieli/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> michellejieli</a> </th>
254
+ </tr><tr>
255
+ <th><b>34</b><span class="down"> &nbsp;▼ 17</span></th>
256
+ <th><a class="link" href="https://huggingface.co/WinKawaks/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1643565548073-61f6c48b481b345bd105905b.jpeg" alt="Profile picture"></div><span class="name">Zhiyu</th>
257
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 1,201,502 downloads</th>
258
+ <th class="xcol"><a class="button" href="https://twitter.com/ZhiyuQu_" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
259
+ <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/WinKawaks/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> WinKawaks</a> </th>
260
+ </tr><tr>
261
+ <th><b>35</b><span class="up"> &nbsp;▲ 4</span></th>
262
+ <th><a class="link" href="https://huggingface.co/liuhaotian/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1674248167280-63898b61ec1f539adc0f4da2.jpeg" alt="Profile picture"></div><span class="name">Haotian Liu</th>
263
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 1,194,003 downloads</th>
264
+ <th class="xcol"><a class="button" href="https://twitter.com/imhaotian" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
265
+ <th class="gcol"><a class="button" href="https://github.com/haotian-liu" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
266
+ <th class="hfcol"><a class="button" href="https://huggingface.co/liuhaotian/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> liuhaotian</a> </th>
267
+ </tr><tr>
268
+ <th><b>36</b><span class="down"> &nbsp;▼ 13</span></th>
269
+ <th><a class="link" href="https://huggingface.co/bartowski/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/6435718aaaef013d1aec3b8b/XKf-8MA47tjVAM6SCX0MP.jpeg" alt="Profile picture"></div><span class="name">Bartowski</th>
270
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 1,184,056 downloads</th>
271
+ <th></th><th class="gcol"><a class="button" href="https://github.com/bartowski1182" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
272
+ <th class="hfcol"><a class="button" href="https://huggingface.co/bartowski/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> bartowski</a> </th>
273
+ </tr><tr>
274
+ <th><b>37</b><span class="up"> &nbsp;▲ 8</span></th>
275
+ <th><a class="link" href="https://huggingface.co/tsmatz/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/b9cdd5459fe0b0d294db4e22f1619832.svg" alt="Profile picture"></div><span class="name">Tsuyoshi Matsuzaki</th>
276
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 1,148,754 downloads</th>
277
+ <th class="xcol"><a class="button" href="https://twitter.com/tsmatz_tsuyoshi" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
278
+ <th class="gcol"><a class="button" href="https://github.com/tsmatz" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
279
+ <th class="hfcol"><a class="button" href="https://huggingface.co/tsmatz/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> tsmatz</a> </th>
280
+ </tr><tr>
281
+ <th><b>38</b><span class="down"> &nbsp;▼ 17</span></th>
282
+ <th><a class="link" href="https://huggingface.co/MaziyarPanahi/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/5fd5e18a90b6dc4633f6d292/gZXHW5dd9R86AV9LMZ--y.png" alt="Profile picture"></div><span class="name">Maziyar Panahi</th>
283
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 1,124,933 downloads</th>
284
+ <th class="xcol"><a class="button" href="https://twitter.com/MaziyarPanahi" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
285
+ <th class="gcol"><a class="button" href="https://github.com/MaziyarPanahi" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
286
+ <th class="hfcol"><a class="button" href="https://huggingface.co/MaziyarPanahi/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> MaziyarPanahi</a> </th>
287
+ </tr><tr>
288
+ <th><b>39</b><span class="up"> &nbsp;▲ 7</span></th>
289
+ <th><a class="link" href="https://huggingface.co/nlptown/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1648491377527-5e033feecbfd036a99df0db1.png" alt="Profile picture"></div><span class="name">NLP Town</th>
290
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 1,102,550 downloads</th>
291
+ <th class="xcol"><a class="button" href="https://twitter.com/nlptown" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
292
+ <th class="gcol"><a class="button" href="https://github.com/nlptown" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
293
+ <th class="hfcol"><a class="button" href="https://huggingface.co/nlptown/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> nlptown</a> </th>
294
+ </tr><tr>
295
+ <th><b>40</b><span class="up"> &nbsp;▲ 31</span></th>
296
+ <th><a class="link" href="https://huggingface.co/princeton-nlp/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1618969698200-noauth.png" alt="Profile picture"></div><span class="name">Princeton NLP group</th>
297
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 1,079,710 downloads</th>
298
+ <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>
299
+ <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/princeton-nlp/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> princeton-nlp</a> </th>
300
+ </tr><tr>
301
+ <th><b>41</b><span class="up"> &nbsp;NEW</span></th>
302
+ <th><a class="link" href="https://huggingface.co/Danswer/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/ae82b05006ea7396f5304486d2d248b5.svg" alt="Profile picture"></div><span class="name">Dev</th>
303
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 968,671 downloads</th>
304
+ <th></th><th class="gcol"><a class="button" href="https://github.com/danswer-ai" 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/Danswer/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> Danswer</a> </th>
306
+ </tr><tr>
307
+ <th><b>42</b><span class="up"> &nbsp;NEW</span></th>
308
+ <th><a class="link" href="https://huggingface.co/Xenova/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/61b253b7ac5ecaae3d1efe0c/hwiQ0uvz3t-L5a-NtBIO6.png" alt="Profile picture"></div><span class="name">Joshua</th>
309
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 962,602 downloads</th>
310
+ <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>
311
+ <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/Xenova/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> Xenova</a> </th>
312
+ </tr><tr>
313
+ <th><b>43</b><span class="up"> &nbsp;▲ 20</span></th>
314
+ <th><a class="link" href="https://huggingface.co/nateraw/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1594936097363-noauth.jpeg" alt="Profile picture"></div><span class="name">Nate Raw</th>
315
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 924,902 downloads</th>
316
+ <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>
317
+ <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>
318
+ <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>
319
+ </tr><tr>
320
+ <th><b>44</b><span class="down"> &nbsp;▼ 18</span></th>
321
+ <th><a class="link" href="https://huggingface.co/martin-ha/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/310c4435ebafbc1bc10104603001d30f.svg" alt="Profile picture"></div><span class="name">martin pan</th>
322
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 909,488 downloads</th>
323
+ <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/martin-ha/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> martin-ha</a> </th>
324
+ </tr><tr>
325
+ <th><b>45</b><span class="up"> &nbsp;NEW</span></th>
326
+ <th><a class="link" href="https://huggingface.co/sileod/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/4d68767d363f7bc5605906c0e994f132.svg" alt="Profile picture"></div><span class="name">Damien Sileo</th>
327
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 903,276 downloads</th>
328
+ <th class="xcol"><a class="button" href="https://twitter.com/dmnsl1" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
329
+ <th class="gcol"><a class="button" href="https://github.com/sileod" 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/sileod/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> sileod</a> </th>
331
+ </tr><tr>
332
+ <th><b>46</b><span class="up"> &nbsp;▲ 12</span></th>
333
+ <th><a class="link" href="https://huggingface.co/lengyue233/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/63124e13b843665ddc69837a/Mx-yYSbBhoV3ueyOXFk0N.png" alt="Profile picture"></div><span class="name">Lengyue</th>
334
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 887,911 downloads</th>
335
+ <th></th><th class="gcol"><a class="button" href="https://github.com/leng-yue" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
336
+ <th class="hfcol"><a class="button" href="https://huggingface.co/lengyue233/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> lengyue233</a> </th>
337
+ </tr><tr>
338
+ <th><b>47</b><span class="up"> &nbsp;NEW</span></th>
339
+ <th><a class="link" href="https://huggingface.co/mattmdjaga/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/62710bd57b9f120adb36e451/xv02RE8VgayDPDE6jkwV2.png" alt="Profile picture"></div><span class="name">Mateusz Dziemian</th>
340
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 875,131 downloads</th>
341
+ <th class="xcol"><a class="button" href="https://twitter.com/mattmdjaga" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
342
+ <th class="gcol"><a class="button" href="https://github.com/mattmdjaga" 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/mattmdjaga/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> mattmdjaga</a> </th>
344
+ </tr><tr>
345
+ <th><b>48</b><span class="up"> &nbsp;▲ 6</span></th>
346
+ <th><a class="link" href="https://huggingface.co/nlpaueb/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1602178762706-5e32b20f9435f568d86092f2.jpeg" alt="Profile picture"></div><span class="name">AUEB NLP Group</th>
347
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 853,821 downloads</th>
348
+ <th class="xcol"><a class="button" href="https://twitter.com/AUEBNLPGroup" 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/nlpaueb" 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/nlpaueb/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> nlpaueb</a> </th>
351
+ </tr><tr>
352
+ <th><b>49</b><span class="up"> &nbsp;▲ 12</span></th>
353
+ <th><a class="link" href="https://huggingface.co/ybelkada/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1648631057413-noauth.png" alt="Profile picture"></div><span class="name">Younes Belkada</th>
354
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 850,004 downloads</th>
355
+ <th class="xcol"><a class="button" href="https://twitter.com/younesbelkada" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
356
+ <th class="gcol"><a class="button" href="https://github.com/younesbelkada" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
357
+ <th class="hfcol"><a class="button" href="https://huggingface.co/ybelkada/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> ybelkada</a> </th>
358
+ </tr><tr>
359
+ <th><b>50</b><span class="down"> &nbsp;▼ 42</span></th>
360
+ <th><a class="link" href="https://huggingface.co/RichardErkhov/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/62f8c910ebd15ad7b5afca7f/rTjrwgzQtNV1f3lULgI8q.jpeg" alt="Profile picture"></div><span class="name">Richard Erkhov</th>
361
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 849,575 downloads</th>
362
+ <th></th><th class="gcol"><a class="button" href="https://github.com/RichardErkhov" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
363
+ <th class="hfcol"><a class="button" href="https://huggingface.co/RichardErkhov/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> RichardErkhov</a> </th>
364
+ </tr>
365
+ <tr>
366
+ <th><b>51</b><span class="up"> &nbsp;NEW</span></th>
367
+ <th><a class="link" href="https://huggingface.co/trpakov/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/636b99e32dea76f9b79dd993/Q-fcpquvtagfjeHoWsAlp.png" alt="Profile picture"></div><span class="name">Tr Pakov</th>
368
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 834,778 downloads</th>
369
+ <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/trpakov/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> trpakov</a> </th>
370
+ </tr><tr>
371
+ <th><b>52</b><span class="up"> &nbsp;▲ 37</span></th>
372
+ <th><a class="link" href="https://huggingface.co/vinid/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1625214886903-603f7c7af84ebe399f1c85cf.jpeg" alt="Profile picture"></div><span class="name">Federico Bianchi</th>
373
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 829,291 downloads</th>
374
+ <th class="xcol"><a class="button" href="https://twitter.com/federicobianchy" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
375
+ <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/vinid/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> vinid</a> </th>
376
+ </tr><tr>
377
+ <th><b>53</b><span class="down"> &nbsp;▼ 40</span></th>
378
+ <th><a class="link" href="https://huggingface.co/prajjwal1/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1598416066905-5ec2ccebed25d76864d55404.png" alt="Profile picture"></div><span class="name">Prajjwal</th>
379
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 824,540 downloads</th>
380
+ <th class="xcol"><a class="button" href="https://twitter.com/prajjwal_1" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
381
+ <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/prajjwal1/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> prajjwal1</a> </th>
382
+ </tr><tr>
383
+ <th><b>54</b><span class="down"> &nbsp;▼ 26</span></th>
384
+ <th><a class="link" href="https://huggingface.co/ai-forever/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/5f91b1208a61a359f44e1851/4hQd2Bt8AeSnQsluli5f1.jpeg" alt="Profile picture"></div><span class="name">ai-forever</th>
385
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 807,921 downloads</th>
386
+ <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>
387
+ <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>
388
+ </tr><tr>
389
+ <th><b>55</b><span class="up"> &nbsp;▲ 1</span></th>
390
+ <th><a class="link" href="https://huggingface.co/digiplay/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/646c83c871d0c8a6e4455854/b5Act86SZ7zuUXmLOIqYj.png" alt="Profile picture"></div><span class="name">digiplay</th>
391
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 795,267 downloads</th>
392
+ <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/digiplay/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> digiplay</a> </th>
393
+ </tr><tr>
394
+ <th><b>56</b><span class="up"> &nbsp;NEW</span></th>
395
+ <th><a class="link" href="https://huggingface.co/urchade/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/62111fdbe1d974ee5bcbfa27/YUzX6lBvW8pbxDorx1kgV.png" alt="Profile picture"></div><span class="name">Urchade Zaratiana</th>
396
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 777,705 downloads</th>
397
+ <th class="xcol"><a class="button" href="https://twitter.com/urchadeDS" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
398
+ <th class="gcol"><a class="button" href="https://github.com/urchade" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
399
+ <th class="hfcol"><a class="button" href="https://huggingface.co/urchade/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> urchade</a> </th>
400
+ </tr><tr>
401
+ <th><b>57</b><span class="down"> &nbsp;▼ 19</span></th>
402
+ <th><a class="link" href="https://huggingface.co/SG161222/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/62ac7c1fde8bfbb930994257/eE8AwZGSlFjqt_NjYrqmz.jpeg" alt="Profile picture"></div><span class="name">Evgeny</th>
403
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 770,147 downloads</th>
404
+ <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/SG161222/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> SG161222</a> </th>
405
+ </tr><tr>
406
+ <th><b>58</b><span class="down"> &nbsp;▼ 23</span></th>
407
+ <th><a class="link" href="https://huggingface.co/oliverguhr/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/5ea841a70d1df220780f0433/rpEmnBmuIImkp2yo_pzfO.jpeg" alt="Profile picture"></div><span class="name">Oliver Guhr</th>
408
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 732,502 downloads</th>
409
+ <th class="xcol"><a class="button" href="https://twitter.com/oliverguhr" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
410
+ <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/oliverguhr/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> oliverguhr</a> </th>
411
+ </tr><tr>
412
+ <th><b>59</b><span class="up"> &nbsp;▲ 24</span></th>
413
+ <th><a class="link" href="https://huggingface.co/neuralmind/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/3c8ff53d746256195cddd08fdc57787d.svg" alt="Profile picture"></div><span class="name">NeuralMind</th>
414
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 685,170 downloads</th>
415
+ <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/neuralmind/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> neuralmind</a> </th>
416
+ </tr><tr>
417
+ <th><b>60</b></th>
418
+ <th><a class="link" href="https://huggingface.co/cointegrated/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1661470101034-605a1630f70acedea1f74abc.png" alt="Profile picture"></div><span class="name">David Dale</th>
419
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 673,153 downloads</th>
420
+ <th class="xcol"><a class="button" href="https://twitter.com/cointegrated" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
421
+ <th class="gcol"><a class="button" href="https://github.com/avidale" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
422
+ <th class="hfcol"><a class="button" href="https://huggingface.co/cointegrated/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> cointegrated</a> </th>
423
+ </tr><tr>
424
+ <th><b>61</b><span class="up"> &nbsp;NEW</span></th>
425
+ <th><a class="link" href="https://huggingface.co/w11wo/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1622870817712-5fe2ece4f77228622cccfb44.jpeg" alt="Profile picture"></div><span class="name">Wilson Wongso</th>
426
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 655,687 downloads</th>
427
+ <th class="xcol"><a class="button" href="https://twitter.com/wilsonwongso_" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
428
+ <th class="gcol"><a class="button" href="https://github.com/w11wo" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
429
+ <th class="hfcol"><a class="button" href="https://huggingface.co/w11wo/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> w11wo</a> </th>
430
+ </tr><tr>
431
+ <th><b>62</b><span class="up"> &nbsp;▲ 6</span></th>
432
+ <th><a class="link" href="https://huggingface.co/j-hartmann/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/35fb904ebae3616c73d76e91a4de0c4d.svg" alt="Profile picture"></div><span class="name">Hartmann</th>
433
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 653,113 downloads</th>
434
+ <th></th><th class="gcol"><a class="button" href="https://github.com/j-hartmann" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
435
+ <th class="hfcol"><a class="button" href="https://huggingface.co/j-hartmann/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> j-hartmann</a> </th>
436
+ </tr><tr>
437
+ <th><b>63</b><span class="up"> &nbsp;NEW</span></th>
438
+ <th><a class="link" href="https://huggingface.co/naufalihsan/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/f00e8b8892cd30a0ea7e0a34086103f5.svg" alt="Profile picture"></div><span class="name">Naufal Ihsan</th>
439
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 640,557 downloads</th>
440
+ <th></th><th class="gcol"><a class="button" href="https://github.com/naufalihsan" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
441
+ <th class="hfcol"><a class="button" href="https://huggingface.co/naufalihsan/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> naufalihsan</a> </th>
442
+ </tr><tr>
443
+ <th><b>64</b><span class="up"> &nbsp;▲ 12</span></th>
444
+ <th><a class="link" href="https://huggingface.co/amunchet/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/d110e3fb67c6b5526d55123f8530e586.svg" alt="Profile picture"></div><span class="name">Chester Enright</th>
445
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 628,357 downloads</th>
446
+ <th></th><th class="gcol"><a class="button" href="https://github.com/amunchet" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
447
+ <th class="hfcol"><a class="button" href="https://huggingface.co/amunchet/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> amunchet</a> </th>
448
+ </tr><tr>
449
+ <th><b>65</b><span class="up"> &nbsp;▲ 7</span></th>
450
+ <th><a class="link" href="https://huggingface.co/h94/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/6319b24609baf858241f026c/nBucmn2eT498BLq0MNcqo.png" alt="Profile picture"></div><span class="name">xiaohu</th>
451
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 613,731 downloads</th>
452
+ <th></th><th class="gcol"><a class="button" href="https://github.com/xiaohu2015" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
453
+ <th class="hfcol"><a class="button" href="https://huggingface.co/h94/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> h94</a> </th>
454
+ </tr><tr>
455
+ <th><b>66</b><span class="up"> &nbsp;NEW</span></th>
456
+ <th><a class="link" href="https://huggingface.co/jbetker/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1650321610784-61eafd948ae3ccab3b3da96d.jpeg" alt="Profile picture"></div><span class="name">James Betker</th>
457
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 604,437 downloads</th>
458
+ <th></th><th class="gcol"><a class="button" href="https://github.com/neonbjb" 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/jbetker/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> jbetker</a> </th>
460
+ </tr><tr>
461
+ <th><b>67</b><span class="up"> &nbsp;NEW</span></th>
462
+ <th><a class="link" href="https://huggingface.co/jameslahm/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/c6ab33843fd0d8ef003650c1094214c0.svg" alt="Profile picture"></div><span class="name">jameslahm</th>
463
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 603,706 downloads</th>
464
+ <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/jameslahm/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> jameslahm</a> </th>
465
+ </tr><tr>
466
+ <th><b>68</b><span class="up"> &nbsp;▲ 10</span></th>
467
+ <th><a class="link" href="https://huggingface.co/LiheYoung/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/65a3a0342548c41ad9f4e4e7/80Yod9z7O95nC-Y0o-5UI.jpeg" alt="Profile picture"></div><span class="name">Lihe Yang</th>
468
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 590,056 downloads</th>
469
+ <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>
470
+ <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>
471
+ </tr><tr>
472
+ <th><b>69</b><span class="up"> &nbsp;▲ 11</span></th>
473
+ <th><a class="link" href="https://huggingface.co/lllyasviel/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1671173450971-noauth.jpeg" alt="Profile picture"></div><span class="name">Lvmin Zhang</th>
474
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 543,006 downloads</th>
475
+ <th></th><th class="gcol"><a class="button" href="https://github.com/lllyasviel" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
476
+ <th class="hfcol"><a class="button" href="https://huggingface.co/lllyasviel/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> lllyasviel</a> </th>
477
+ </tr><tr>
478
+ <th><b>70</b><span class="up"> &nbsp;NEW</span></th>
479
+ <th><a class="link" href="https://huggingface.co/echarlaix/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1615915889033-6050eb5aeb94f56898c08e57.jpeg" alt="Profile picture"></div><span class="name">Ella Charlaix</th>
480
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 531,979 downloads</th>
481
+ <th class="xcol"><a class="button" href="https://twitter.com/ellacharlaix" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
482
+ <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/echarlaix/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> echarlaix</a> </th>
483
+ </tr><tr>
484
+ <th><b>71</b><span class="up"> &nbsp;▲ 11</span></th>
485
+ <th><a class="link" href="https://huggingface.co/avsolatorio/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/63f668f09cbd6730302b2a47/ciu6yH_fbBbQUl0hCu8fE.jpeg" alt="Profile picture"></div><span class="name">Aivin Solatorio</th>
486
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 530,382 downloads</th>
487
+ <th class="xcol"><a class="button" href="https://twitter.com/avsolatorio" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
488
+ <th class="gcol"><a class="button" href="https://github.com/avsolatorio" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
489
+ <th class="hfcol"><a class="button" href="https://huggingface.co/avsolatorio/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> avsolatorio</a> </th>
490
+ </tr><tr>
491
+ <th><b>72</b><span class="down"> &nbsp;▼ 22</span></th>
492
+ <th><a class="link" href="https://huggingface.co/shibing624/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1637735895678-6196503cc256c81128c1d995.jpeg" alt="Profile picture"></div><span class="name">Ming Xu (徐明)</th>
493
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 525,411 downloads</th>
494
+ <th class="xcol"><a class="button" href="https://twitter.com/OilandLuca" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
495
+ <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/shibing624/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> shibing624</a> </th>
496
+ </tr><tr>
497
+ <th><b>73</b><span class="up"> &nbsp;▲ 24</span></th>
498
+ <th><a class="link" href="https://huggingface.co/charsiu/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1642736649774-615140e664c5e455c5270227.jpeg" alt="Profile picture"></div><span class="name">charsiu</th>
499
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 505,385 downloads</th>
500
+ <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/charsiu/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> charsiu</a> </th>
501
+ </tr><tr>
502
+ <th><b>74</b><span class="up"> &nbsp;NEW</span></th>
503
+ <th><a class="link" href="https://huggingface.co/kingabzpro/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/603945d6db430f160dced222/Rf3ChIRWR8eBi7sEVgl4s.png" alt="Profile picture"></div><span class="name">Abid Ali Awan</th>
504
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 487,681 downloads</th>
505
+ <th class="xcol"><a class="button" href="https://twitter.com/1abidaliawan" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
506
+ <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/kingabzpro/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> kingabzpro</a> </th>
507
+ </tr><tr>
508
+ <th><b>75</b><span class="up"> &nbsp;NEW</span></th>
509
+ <th><a class="link" href="https://huggingface.co/flaviagiammarino/" 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>
510
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 481,976 downloads</th>
511
+ <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>
512
+ <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>
513
+ </tr><tr>
514
+ <th><b>76</b><span class="down"> &nbsp;▼ 57</span></th>
515
+ <th><a class="link" href="https://huggingface.co/LanguageBind/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/6367a8175bb06007ea099b8f/IjG7HyWyWRlVt_XwRbxRW.jpeg" alt="Profile picture"></div><span class="name">linbin</th>
516
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 470,812 downloads</th>
517
+ <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>
518
+ <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/LanguageBind/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> LanguageBind</a> </th>
519
+ </tr><tr>
520
+ <th><b>77</b><span class="up"> &nbsp;▲ 21</span></th>
521
+ <th><a class="link" href="https://huggingface.co/JackFram/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/ae2ac17a08566186be99fd72d356da3b.svg" alt="Profile picture"></div><span class="name">Zhihao Zhang</th>
522
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 468,190 downloads</th>
523
+ <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/JackFram/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> JackFram</a> </th>
524
+ </tr><tr>
525
+ <th><b>78</b><span class="down"> &nbsp;▼ 8</span></th>
526
+ <th><a class="link" href="https://huggingface.co/Lykon/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/63b4b97558f367a212c4763c/lysGnwvZPfKxzMyPBeZf1.jpeg" alt="Profile picture"></div><span class="name">Lykon</th>
527
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 466,567 downloads</th>
528
+ <th class="xcol"><a class="button" href="https://twitter.com/Lykon4072" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
529
+ <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/Lykon/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> Lykon</a> </th>
530
+ </tr><tr>
531
+ <th><b>79</b><span class="up"> &nbsp;NEW</span></th>
532
+ <th><a class="link" href="https://huggingface.co/kuelumbus/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/6b6974a786959e9b88a4232457a8f653.svg" alt="Profile picture"></div><span class="name">Christopher</th>
533
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 457,383 downloads</th>
534
+ <th></th><th class="gcol"><a class="button" href="https://github.com/kuelumbus" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
535
+ <th class="hfcol"><a class="button" href="https://huggingface.co/kuelumbus/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> kuelumbus</a> </th>
536
+ </tr><tr>
537
+ <th><b>80</b><span class="up"> &nbsp;NEW</span></th>
538
+ <th><a class="link" href="https://huggingface.co/ghunkins/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/4542a4244eb0b552488b3b4bd7f8e7d1.svg" alt="Profile picture"></div><span class="name">Greg Hunkins</th>
539
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 439,694 downloads</th>
540
+ <th class="xcol"><a class="button" href="https://twitter.com/greghunkins" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
541
+ <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/ghunkins/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> ghunkins</a> </th>
542
+ </tr><tr>
543
+ <th><b>81</b><span class="up"> &nbsp;NEW</span></th>
544
+ <th><a class="link" href="https://huggingface.co/pszemraj/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/60bccec062080d33f875cd0c/KvEhYxx9-Tff_Qb7PsjAL.png" alt="Profile picture"></div><span class="name">Peter Szemraj</th>
545
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 435,755 downloads</th>
546
+ <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>
547
+ <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>
548
+ </tr><tr>
549
+ <th><b>82</b><span class="up"> &nbsp;NEW</span></th>
550
+ <th><a class="link" href="https://huggingface.co/casperhansen/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/f0c9185347d53a1f7393346ae3e58635.svg" alt="Profile picture"></div><span class="name">casperhansen</th>
551
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 431,285 downloads</th>
552
+ <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/casperhansen/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> casperhansen</a> </th>
553
+ </tr><tr>
554
+ <th><b>83</b><span class="up"> &nbsp;NEW</span></th>
555
+ <th><a class="link" href="https://huggingface.co/EK12317/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/e67542956c670a00ca0bbd76df857bcb.svg" alt="Profile picture"></div><span class="name">MOUEK</th>
556
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 415,693 downloads</th>
557
+ <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/EK12317/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> EK12317</a> </th>
558
+ </tr><tr>
559
+ <th><b>84</b><span class="up"> &nbsp;▲ 6</span></th>
560
+ <th><a class="link" href="https://huggingface.co/jhgan/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/1cf08cb4f3db389863c46f3813be6659.svg" alt="Profile picture"></div><span class="name">Junghyun Gan</th>
561
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 403,706 downloads</th>
562
+ <th></th><th class="gcol"><a class="button" href="https://github.com/jhgan00" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
563
+ <th class="hfcol"><a class="button" href="https://huggingface.co/jhgan/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> jhgan</a> </th>
564
+ </tr><tr>
565
+ <th><b>85</b><span class="down"> &nbsp;▼ 30</span></th>
566
+ <th><a class="link" href="https://huggingface.co/yiyanghkust/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/32d8da4cfbccdfff2078059c108e3fc6.svg" alt="Profile picture"></div><span class="name">Yi</th>
567
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 399,755 downloads</th>
568
+ <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/yiyanghkust/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> yiyanghkust</a> </th>
569
+ </tr><tr>
570
+ <th><b>86</b><span class="up"> &nbsp;NEW</span></th>
571
+ <th><a class="link" href="https://huggingface.co/artificialguybr/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/6304037b7373aacccd882e1e/H8M3e1n0CpJr5n3aL0ExE.jpeg" alt="Profile picture"></div><span class="name">ArtificialGuy/JV.K</th>
572
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 386,005 downloads</th>
573
+ <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>
574
+ <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/artificialguybr/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> artificialguybr</a> </th>
575
+ </tr><tr>
576
+ <th><b>87</b><span class="down"> &nbsp;▼ 3</span></th>
577
+ <th><a class="link" href="https://huggingface.co/marieke93/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/f0a0c1361b39b12d2eaff2caac1eeed4.svg" alt="Profile picture"></div><span class="name">Marieke</th>
578
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 377,451 downloads</th>
579
+ <th></th><th class="gcol"><a class="button" href="https://github.com/mariekevdh" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
580
+ <th class="hfcol"><a class="button" href="https://huggingface.co/marieke93/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> marieke93</a> </th>
581
+ </tr><tr>
582
+ <th><b>88</b><span class="down"> &nbsp;▼ 13</span></th>
583
+ <th><a class="link" href="https://huggingface.co/monologg/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/5df8226ada6d0311fd3d5400/h283Vyj_9FzbztQebB_2e.jpeg" alt="Profile picture"></div><span class="name">Jangwon Park</th>
584
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 373,638 downloads</th>
585
+ <th></th><th class="gcol"><a class="button" href="https://github.com/monologg" 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/monologg/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> monologg</a> </th>
587
+ </tr><tr>
588
+ <th><b>89</b><span class="up"> &nbsp;NEW</span></th>
589
+ <th><a class="link" href="https://huggingface.co/siebert/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/bc7a193af4cbb82d4eff674022644381.svg" alt="Profile picture"></div><span class="name">Christian Siebert</th>
590
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 372,276 downloads</th>
591
+ <th class="xcol"><a class="button" href="https://twitter.com/chrsiebert" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
592
+ <th class="gcol"><a class="button" href="https://github.com/chrsiebert" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
593
+ <th class="hfcol"><a class="button" href="https://huggingface.co/siebert/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> siebert</a> </th>
594
+ </tr><tr>
595
+ <th><b>90</b><span class="up"> &nbsp;NEW</span></th>
596
+ <th><a class="link" href="https://huggingface.co/Tochka-AI/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/noauth/kRpbKTQc8W4IeFgZxXYEH.png" alt="Profile picture"></div><span class="name">Bank for business</th>
597
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 365,139 downloads</th>
598
+ <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/Tochka-AI/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> Tochka-AI</a> </th>
599
+ </tr><tr>
600
+ <th><b>91</b><span class="up"> &nbsp;▲ 4</span></th>
601
+ <th><a class="link" href="https://huggingface.co/cledoux42/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1659255726430-noauth.jpeg" alt="Profile picture"></div><span class="name">Chris LeDoux</th>
602
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 360,382 downloads</th>
603
+ <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/cledoux42/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> cledoux42</a> </th>
604
+ </tr><tr>
605
+ <th><b>92</b><span class="up"> &nbsp;NEW</span></th>
606
+ <th><a class="link" href="https://huggingface.co/AdamCodd/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/64f74517fe57e7455a714152/NMXx2B9lQE661BctsVK0s.jpeg" alt="Profile picture"></div><span class="name">AdamCodd</th>
607
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 357,086 downloads</th>
608
+ <th class="xcol"><a class="button" href="https://twitter.com/AdamCodd_" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
609
+ <th class="gcol"><a class="button" href="https://github.com/AdamCodd" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
610
+ <th class="hfcol"><a class="button" href="https://huggingface.co/AdamCodd/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> AdamCodd</a> </th>
611
+ </tr><tr>
612
+ <th><b>93</b><span class="down"> &nbsp;▼ 29</span></th>
613
+ <th><a class="link" href="https://huggingface.co/madhurjindal/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/61dddeb4e2f38f2ac1e59723/xCQQeSsqB34722471sbqD.jpeg" alt="Profile picture"></div><span class="name">Madhur Jindal</th>
614
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 337,037 downloads</th>
615
+ <th></th><th class="gcol"><a class="button" href="https://github.com/Madhur-1" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
616
+ <th class="hfcol"><a class="button" href="https://huggingface.co/madhurjindal/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> madhurjindal</a> </th>
617
+ </tr><tr>
618
+ <th><b>94</b><span class="up"> &nbsp;NEW</span></th>
619
+ <th><a class="link" href="https://huggingface.co/friedrichor/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/63835dc85c83390fc7527849/axIViCepzduN3IfXWmj5A.png" alt="Profile picture"></div><span class="name">Kong</th>
620
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 333,034 downloads</th>
621
+ <th></th><th class="gcol"><a class="button" href="https://github.com/friedrichor" 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/friedrichor/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> friedrichor</a> </th>
623
+ </tr><tr>
624
+ <th><b>95</b><span class="up"> &nbsp;▲ 5</span></th>
625
+ <th><a class="link" href="https://huggingface.co/philschmid/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1624629516652-5ff5d596f244529b3ec0fb89.png" alt="Profile picture"></div><span class="name">Philipp Schmid</th>
626
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 328,717 downloads</th>
627
+ <th class="xcol"><a class="button" href="https://twitter.com/_philschmid" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
628
+ <th class="gcol"><a class="button" href="https://github.com/philschmid" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
629
+ <th class="hfcol"><a class="button" href="https://huggingface.co/philschmid/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> philschmid</a> </th>
630
+ </tr><tr>
631
+ <th><b>96</b></th>
632
+ <th><a class="link" href="https://huggingface.co/Felladrin/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/6454aff9273f649830234978/cvVV08YHJpJx9xWVZqgVW.jpeg" alt="Profile picture"></div><span class="name">Victor Nogueira</th>
633
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 328,366 downloads</th>
634
+ <th></th><th class="gcol"><a class="button" href="https://github.com/felladrin" 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/Felladrin/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> Felladrin</a> </th>
636
+ </tr><tr>
637
+ <th><b>97</b><span class="up"> &nbsp;NEW</span></th>
638
+ <th><a class="link" href="https://huggingface.co/prompthero/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1666775702099-63265d019f9d19bfd4f45031.jpeg" alt="Profile picture"></div><span class="name">PromptHero</th>
639
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 328,189 downloads</th>
640
+ <th class="xcol"><a class="button" href="https://twitter.com/prompthero" 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/prompthero/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> prompthero</a> </th>
642
+ </tr><tr>
643
+ <th><b>98</b><span class="up"> &nbsp;NEW</span></th>
644
+ <th><a class="link" href="https://huggingface.co/JungleLee/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/4c0b745b5d730cc076c798c7628f2cd2.svg" alt="Profile picture"></div><span class="name">Jianguo Li</th>
645
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 320,692 downloads</th>
646
+ <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/JungleLee/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> JungleLee</a> </th>
647
+ </tr><tr>
648
+ <th><b>99</b><span class="up"> &nbsp;NEW</span></th>
649
+ <th><a class="link" href="https://huggingface.co/vibhorag101/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/64eb1e4a55e4f0ecb9c4f406/k8fEdRWIZtq3pT-U6Keh1.jpeg" alt="Profile picture"></div><span class="name">Vibhor Agarwal</th>
650
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 320,624 downloads</th>
651
+ <th></th><th class="gcol"><a class="button" href="https://github.com/vibhorag101" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
652
+ <th class="hfcol"><a class="button" href="https://huggingface.co/vibhorag101/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> vibhorag101</a> </th>
653
+ </tr><tr>
654
+ <th><b>100</b><span class="up"> &nbsp;NEW</span></th>
655
+ <th><a class="link" href="https://huggingface.co/TahaDouaji/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/673db71ec7197319412484b8a80cd3a1.svg" alt="Profile picture"></div><span class="name">Taha Douaji</th>
656
+ <th><img width="14" height="14" src="img/ico_models.png" alt="Models"> 315,678 downloads</th>
657
+ <th></th><th class="gcol"><a class="button" href="https://github.com/tahadouaji" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
658
+ <th class="hfcol"><a class="button" href="https://huggingface.co/TahaDouaji/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> TahaDouaji</a> </th>
659
+ </tr>
660
+
661
+ </table>
662
+ </div>
663
+
664
+ </div>
665
+
666
+
667
+
668
+
669
+
670
+
671
+
672
+
673
+
674
+
675
+
676
+
677
+
678
+
679
+
680
+ <!--June 2024-->
681
+ <div id="option2" class="content hidden">
682
+
683
  <div style="overflow-x:auto;">
684
  <table class="alternate">
685
 
 
1313
 
1314
 
1315
  <!--May 2024-->
1316
+ <div id="option3" class="content hidden">
1317
 
1318
  <div style="overflow-x:auto;">
1319
  <table class="alternate">
 
1959
 
1960
 
1961
  <!--April 2024-->
1962
+ <div id="option4" class="content hidden">
1963
 
1964
  <div style="overflow-x:auto;">
1965
  <table class="alternate">
 
2609
 
2610
 
2611
  <!--March 2024-->
2612
+ <div id="option5" class="content hidden">
2613
 
2614
  <div style="overflow-x:auto;">
2615
  <table class="alternate">
 
3250
 
3251
 
3252
  <!--February 2024-->
3253
+ <div id="option6" class="content hidden">
3254
  <div style="overflow-x:auto;">
3255
  <table class="alternate">
3256
  <tr>
spaces.html CHANGED
@@ -26,11 +26,12 @@
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">June 2024</option>
30
- <option value="option2">May 2024</option>
31
- <option value="option3">April 2024</option>
32
- <option value="option4">March 2024</option>
33
- <option value="option5">February 2024</option>
 
34
  </select>
35
  </h5>
36
 
@@ -43,9 +44,651 @@
43
 
44
 
45
 
46
- <!--June 2024-->
47
  <div id="option1" class="content">
48
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
49
  <div style="overflow-x:auto;">
50
  <table class="alternate">
51
 
@@ -707,7 +1350,7 @@
707
 
708
 
709
  <!--May 2024-->
710
- <div id="option2" class="content hidden">
711
 
712
  <div style="overflow-x:auto;">
713
  <table class="alternate">
@@ -1366,7 +2009,7 @@
1366
 
1367
 
1368
  <!--April 2024-->
1369
- <div id="option3" class="content hidden">
1370
 
1371
  <div style="overflow-x:auto;">
1372
  <table class="alternate">
@@ -2020,7 +2663,7 @@
2020
 
2021
 
2022
  <!--March 2024-->
2023
- <div id="option4" class="content hidden">
2024
 
2025
  <div style="overflow-x:auto;">
2026
  <table class="alternate">
@@ -2678,7 +3321,7 @@
2678
 
2679
 
2680
  <!--February 2024-->
2681
- <div id="option5" class="content hidden">
2682
 
2683
  <div style="overflow-x:auto;">
2684
  <table class="alternate">
 
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">July 2024</option>
30
+ <option value="option2">June 2024</option>
31
+ <option value="option3">May 2024</option>
32
+ <option value="option4">April 2024</option>
33
+ <option value="option5">March 2024</option>
34
+ <option value="option6">February 2024</option>
35
  </select>
36
  </h5>
37
 
 
44
 
45
 
46
 
47
+ <!--July 2024-->
48
  <div id="option1" class="content">
49
 
50
+ <div style="overflow-x:auto;">
51
+ <table class="alternate">
52
+
53
+ <tr>
54
+ <th><b>1</b></th>
55
+ <th><a class="link" href="https://huggingface.co/fffiloni/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/61868ce808aae0b5499a2a95/F6BA0anbsoY_Z7M1JrwOe.jpeg" alt="Profile picture"></div><span class="name">Sylvain Filoni</th>
56
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 12,134 likes</th>
57
+ <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>
58
+ <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>
59
+ <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>
60
+ </tr><tr>
61
+ <th><b>2</b></th>
62
+ <th><a class="link" href="https://huggingface.co/jbilcke-hf/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/noauth/2RK8J_YSNAK2ob8XZH7w2.jpeg" alt="Profile picture"></div><span class="name">Julian Bilcke</th>
63
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 9,573 likes</th>
64
+ <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>
65
+ <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>
66
+ <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>
67
+ </tr><tr>
68
+ <th><b>3</b></th>
69
+ <th><a class="link" href="https://huggingface.co/multimodalart/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1649143001781-624bebf604abc7ebb01789af.jpeg" alt="Profile picture"></div><span class="name">Apolinário</th>
70
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 8,557 likes</th>
71
+ <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>
72
+ <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>
73
+ <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>
74
+ </tr><tr>
75
+ <th><b>4</b></th>
76
+ <th><a class="link" href="https://huggingface.co/akhaliq/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1674929746905-60f1abe7544c2adfd699860c.jpeg" alt="Profile picture"></div><span class="name">AK</th>
77
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 5,482 likes</th>
78
+ <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>
79
+ <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>
80
+ </tr><tr>
81
+ <th><b>5</b></th>
82
+ <th><a class="link" href="https://huggingface.co/ysharma/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1624431552569-noauth.jpeg" alt="Profile picture"></div><span class="name">yuvraj sharma</th>
83
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 5,288 likes</th>
84
+ <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>
85
+ <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>
86
+ <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>
87
+ </tr><tr>
88
+ <th><b>6</b></th>
89
+ <th><a class="link" href="https://huggingface.co/AP123/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/637bb1382d2d9c4f2486b458/eBV9PwY2Kxd6NsQjVqtzZ.jpeg" alt="Profile picture"></div><span class="name">AP</th>
90
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 5,254 likes</th>
91
+ <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>
92
+ <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>
93
+ </tr><tr>
94
+ <th><b>7</b></th>
95
+ <th><a class="link" href="https://huggingface.co/hysts/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1643012094339-61914f536d34e827404ceb99.jpeg" alt="Profile picture"></div><span class="name">hysts</th>
96
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 4,922 likes</th>
97
+ <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>
98
+ <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>
99
+ <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>
100
+ </tr><tr>
101
+ <th><b>8</b><span class="up"> &nbsp;▲ 2</span></th>
102
+ <th><a class="link" href="https://huggingface.co/KingNish/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/6612aedf09f16e7347dfa7e1/bPYjBXCedY_1fSIPjoBTY.jpeg" alt="Profile picture"></div><span class="name">Nishith Jain</th>
103
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 4,665 likes</th>
104
+ <th></th><th class="gcol"><a class="button" href="https://github.com/KingNish24" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
105
+ <th class="hfcol"><a class="button" href="https://huggingface.co/KingNish/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> KingNish</a> </th>
106
+ </tr><tr>
107
+ <th><b>9</b></th>
108
+ <th><a class="link" href="https://huggingface.co/Xenova/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/61b253b7ac5ecaae3d1efe0c/hwiQ0uvz3t-L5a-NtBIO6.png" alt="Profile picture"></div><span class="name">Joshua</th>
109
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 4,646 likes</th>
110
+ <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>
111
+ <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>
112
+ <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>
113
+ </tr><tr>
114
+ <th><b>10</b><span class="down"> &nbsp;▼ 2</span></th>
115
+ <th><a class="link" href="https://huggingface.co/radames/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1648966381588-6064e095abd8d3692e3e2ed6.jpeg" alt="Profile picture"></div><span class="name">Radamés Ajna</th>
116
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 4,503 likes</th>
117
+ <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>
118
+ <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/radames/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> radames</a> </th>
119
+ </tr><tr>
120
+ <th><b>11</b><span class="up"> &nbsp;▲ 33</span></th>
121
+ <th><a class="link" href="https://huggingface.co/gokaygokay/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/b9a6d8e11ec7a62ca2b819e0b6c37222.svg" alt="Profile picture"></div><span class="name">gokay aydogan</th>
122
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 2,787 likes</th>
123
+ <th class="xcol"><a class="button" href="https://twitter.com/gokayfem" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
124
+ <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/gokaygokay/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> gokaygokay</a> </th>
125
+ </tr><tr>
126
+ <th><b>12</b></th>
127
+ <th><a class="link" href="https://huggingface.co/sanchit-gandhi/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1653243468328-61f91cf54a8e5a275b2b3e7c.jpeg" alt="Profile picture"></div><span class="name">Sanchit Gandhi</th>
128
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 2,776 likes</th>
129
+ <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>
130
+ <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>
131
+ <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>
132
+ </tr><tr>
133
+ <th><b>13</b></th>
134
+ <th><a class="link" href="https://huggingface.co/pharmapsychotic/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/6309155dc038bf42d56e41ce/t5oI4HQGnm4zGg79EBBqp.jpeg" alt="Profile picture"></div><span class="name">pharmapsychotic</th>
135
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 2,687 likes</th>
136
+ <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>
137
+ <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>
138
+ <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>
139
+ </tr><tr>
140
+ <th><b>14</b><span class="up"> &nbsp;▲ 1</span></th>
141
+ <th><a class="link" href="https://huggingface.co/merve/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1648113222875-6141a88b3a0ec78603c9e784.png" alt="Profile picture"></div><span class="name">Merve Noyan</th>
142
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 2,415 likes</th>
143
+ <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>
144
+ <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>
145
+ <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>
146
+ </tr><tr>
147
+ <th><b>15</b><span class="down"> &nbsp;▼ 4</span></th>
148
+ <th><a class="link" href="https://huggingface.co/tonyassi/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/648a824a8ca6cf9857d1349c/wAdFg_x9Km-_Jw2ccD6DV.jpeg" alt="Profile picture"></div><span class="name">Tony Assi</th>
149
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 2,365 likes</th>
150
+ <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>
151
+ <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>
152
+ </tr><tr>
153
+ <th><b>16</b><span class="down"> &nbsp;▼ 2</span></th>
154
+ <th><a class="link" href="https://huggingface.co/ehristoforu/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/noauth/o-5N9QyjHgmSMk69e3O55.png" alt="Profile picture"></div><span class="name">Evgeniy Hristoforu</th>
155
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 2,278 likes</th>
156
+ <th class="xcol"><a class="button" href="https://twitter.com/ehristoforu_ai" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
157
+ <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/ehristoforu/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> ehristoforu</a> </th>
158
+ </tr><tr>
159
+ <th><b>17</b><span class="down"> &nbsp;▼ 1</span></th>
160
+ <th><a class="link" href="https://huggingface.co/HumanAIGC/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/638da8c1f467129f4993ceb0/LnhIduvFZDx81AzwweZGj.png" alt="Profile picture"></div><span class="name">HumanAIGC</th>
161
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 2,084 likes</th>
162
+ <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>
163
+ <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>
164
+ </tr><tr>
165
+ <th><b>18</b><span class="down"> &nbsp;▼ 1</span></th>
166
+ <th><a class="link" href="https://huggingface.co/awacke1/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1656147940537-620630b603825909dcbeba35.jpeg" alt="Profile picture"></div><span class="name">Aaron C Wacker</th>
167
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 2,062 likes</th>
168
+ <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>
169
+ <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/awacke1/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> awacke1</a> </th>
170
+ </tr><tr>
171
+ <th><b>19</b><span class="down"> &nbsp;▼ 1</span></th>
172
+ <th><a class="link" href="https://huggingface.co/Gustavosta/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1663453939889-6311e9340c860d6d363b983f.png" alt="Profile picture"></div><span class="name">Gustavo Santana</th>
173
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 1,840 likes</th>
174
+ <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>
175
+ <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>
176
+ </tr><tr>
177
+ <th><b>20</b><span class="up"> &nbsp;▲ 2</span></th>
178
+ <th><a class="link" href="https://huggingface.co/artificialguybr/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/6304037b7373aacccd882e1e/H8M3e1n0CpJr5n3aL0ExE.jpeg" alt="Profile picture"></div><span class="name">ArtificialGuy/JV.K</th>
179
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 1,798 likes</th>
180
+ <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>
181
+ <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>
182
+ <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>
183
+ </tr><tr>
184
+ <th><b>21</b><span class="down"> &nbsp;▼ 2</span></th>
185
+ <th><a class="link" href="https://huggingface.co/zomehwh/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/6348297ffe7bb6743965a1ae/nRvGbglQN0MeqloWCFOEN.png" alt="Profile picture"></div><span class="name">zome</th>
186
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 1,731 likes</th>
187
+ <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>
188
+ </tr><tr>
189
+ <th><b>22</b><span class="down"> &nbsp;▼ 2</span></th>
190
+ <th><a class="link" href="https://huggingface.co/anzorq/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1665740371407-61a3e2aa2172c41f121589fb.jpeg" alt="Profile picture"></div><span class="name">AQ</th>
191
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 1,622 likes</th>
192
+ <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>
193
+ <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>
194
+ <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>
195
+ </tr><tr>
196
+ <th><b>23</b><span class="down"> &nbsp;▼ 2</span></th>
197
+ <th><a class="link" href="https://huggingface.co/nielsr/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1608042047613-5f1158120c833276f61f1a84.jpeg" alt="Profile picture"></div><span class="name">Niels Rogge</th>
198
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 1,565 likes</th>
199
+ <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>
200
+ <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>
201
+ <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>
202
+ </tr><tr>
203
+ <th><b>24</b><span class="up"> &nbsp;▲ 5</span></th>
204
+ <th><a class="link" href="https://huggingface.co/r3gm/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/63e6e242b6a40bf941e520d5/-T6LxA2WbWpgXZKGWqr9T.jpeg" alt="Profile picture"></div><span class="name">Roger Condori</th>
205
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 1,562 likes</th>
206
+ <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>
207
+ <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>
208
+ </tr><tr>
209
+ <th><b>25</b><span class="down"> &nbsp;▼ 2</span></th>
210
+ <th><a class="link" href="https://huggingface.co/sczhou/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/62e57662ae9d3f10acbb1b1b/lg58jdbNyv6LGH2LFnZDF.png" alt="Profile picture"></div><span class="name">Shangchen Zhou</th>
211
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 1,557 likes</th>
212
+ <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>
213
+ <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>
214
+ <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>
215
+ </tr><tr>
216
+ <th><b>26</b><span class="up"> &nbsp;▲ 1</span></th>
217
+ <th><a class="link" href="https://huggingface.co/zcxu-eric/" 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>
218
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 1,388 likes</th>
219
+ <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>
220
+ </tr><tr>
221
+ <th><b>27</b><span class="down"> &nbsp;▼ 3</span></th>
222
+ <th><a class="link" href="https://huggingface.co/kadirnar/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1678181702571-619f7ba90df8731e0d8b6c54.jpeg" alt="Profile picture"></div><span class="name">Kadir Nar</th>
223
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 1,378 likes</th>
224
+ <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>
225
+ <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>
226
+ <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>
227
+ </tr><tr>
228
+ <th><b>28</b><span class="up"> &nbsp;▲ 25</span></th>
229
+ <th><a class="link" href="https://huggingface.co/prithivMLmods/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/65bb837dbfb878f46c77de4c/3VqbLc36jtKaxpZ06vSz8.jpeg" alt="Profile picture"></div><span class="name">Prithiv Sakthi</th>
230
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 1,369 likes</th>
231
+ <th></th><th class="gcol"><a class="button" href="https://github.com/prithivsakthiur" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
232
+ <th class="hfcol"><a class="button" href="https://huggingface.co/prithivMLmods/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> prithivMLmods</a> </th>
233
+ </tr><tr>
234
+ <th><b>29</b><span class="down"> &nbsp;▼ 3</span></th>
235
+ <th><a class="link" href="https://huggingface.co/enzostvs/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/64f73f25098581ab15e2f5ad/QE5gxuGiHmQz5ZGg9V78Y.png" alt="Profile picture"></div><span class="name">enzo</th>
236
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 1,333 likes</th>
237
+ <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>
238
+ <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/enzostvs/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> enzostvs</a> </th>
239
+ </tr><tr>
240
+ <th><b>30</b><span class="down"> &nbsp;▼ 5</span></th>
241
+ <th><a class="link" href="https://huggingface.co/timbrooks/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/62f68cdb04e5e02f82ae4ab1/kIl7meNMXLJ0DSGg0_WoE.jpeg" alt="Profile picture"></div><span class="name">Tim Brooks</th>
242
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 1,323 likes</th>
243
+ <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>
244
+ <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/timbrooks/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> timbrooks</a> </th>
245
+ </tr><tr>
246
+ <th><b>31</b><span class="down"> &nbsp;▼ 3</span></th>
247
+ <th><a class="link" href="https://huggingface.co/skytnt/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1650375870480-noauth.png" alt="Profile picture"></div><span class="name">skytnt</th>
248
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 1,293 likes</th>
249
+ <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>
250
+ <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>
251
+ </tr><tr>
252
+ <th><b>32</b><span class="up"> &nbsp;▲ 1</span></th>
253
+ <th><a class="link" href="https://huggingface.co/yisol/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/2a1daf0fee29302c470cffa8e74a0fdb.svg" alt="Profile picture"></div><span class="name">Yisol Choi</th>
254
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 1,229 likes</th>
255
+ <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/yisol/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> yisol</a> </th>
256
+ </tr><tr>
257
+ <th><b>33</b><span class="down"> &nbsp;▼ 3</span></th>
258
+ <th><a class="link" href="https://huggingface.co/lllyasviel/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1671173450971-noauth.jpeg" alt="Profile picture"></div><span class="name">Lvmin Zhang</th>
259
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 1,226 likes</th>
260
+ <th></th><th class="gcol"><a class="button" href="https://github.com/lllyasviel" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
261
+ <th class="hfcol"><a class="button" href="https://huggingface.co/lllyasviel/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> lllyasviel</a> </th>
262
+ </tr><tr>
263
+ <th><b>34</b><span class="up"> &nbsp;▲ 2</span></th>
264
+ <th><a class="link" href="https://huggingface.co/Doubiiu/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/64770e86d7cf39f2e937ae9a/pLqGg2z1KzQxCGpMwds-9.jpeg" alt="Profile picture"></div><span class="name">Jinbo Xing</th>
265
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 1,109 likes</th>
266
+ <th></th><th class="gcol"><a class="button" href="https://github.com/Doubiiu" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
267
+ <th class="hfcol"><a class="button" href="https://huggingface.co/Doubiiu/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> Doubiiu</a> </th>
268
+ </tr><tr>
269
+ <th><b>35</b><span class="down"> &nbsp;▼ 3</span></th>
270
+ <th><a class="link" href="https://huggingface.co/vinthony/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/63184c517ca1b876d99b7e0e/b-qDExoeJuDXK0cJBZKnz.jpeg" alt="Profile picture"></div><span class="name">Xiaodong Cun</th>
271
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 1,095 likes</th>
272
+ <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>
273
+ <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>
274
+ <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>
275
+ </tr><tr>
276
+ <th><b>36</b><span class="down"> &nbsp;▼ 5</span></th>
277
+ <th><a class="link" href="https://huggingface.co/haoheliu/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1677233708065-6155245d1c762d4d61b51d5d.png" alt="Profile picture"></div><span class="name">haoheliu</th>
278
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 1,086 likes</th>
279
+ <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>
280
+ <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>
281
+ </tr><tr>
282
+ <th><b>37</b><span class="up"> &nbsp;NEW</span></th>
283
+ <th><a class="link" href="https://huggingface.co/mukaist/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/141fcae2c0c6476cc30ca2cc90ac2a2c.svg" alt="Profile picture"></div><span class="name">Kartal</th>
284
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 1,073 likes</th>
285
+ <th></th><th class="gcol"><a class="button" href="https://github.com/[email protected]" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
286
+ <th class="hfcol"><a class="button" href="https://huggingface.co/mukaist/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> mukaist</a> </th>
287
+ </tr><tr>
288
+ <th><b>38</b><span class="down"> &nbsp;▼ 3</span></th>
289
+ <th><a class="link" href="https://huggingface.co/Vision-CAIR/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/d0de345aa69981c7a18c79d5259e6597.svg" alt="Profile picture"></div><span class="name">visioncairgroup</th>
290
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 1,019 likes</th>
291
+ <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>
292
+ <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>
293
+ <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>
294
+ </tr><tr>
295
+ <th><b>39</b><span class="down"> &nbsp;▼ 5</span></th>
296
+ <th><a class="link" href="https://huggingface.co/BlinkDL/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1655953609090-noauth.jpeg" alt="Profile picture"></div><span class="name">BlinkDL</th>
297
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 1,008 likes</th>
298
+ <th></th><th class="gcol"><a class="button" href="https://github.com/BlinkDL" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
299
+ <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>
300
+ </tr><tr>
301
+ <th><b>40</b><span class="down"> &nbsp;▼ 2</span></th>
302
+ <th><a class="link" href="https://huggingface.co/doevent/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1653153979035-60fea6db4fd19fb46cadf49d.jpeg" alt="Profile picture"></div><span class="name">Max Skobeev</th>
303
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 986 likes</th>
304
+ <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>
305
+ <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>
306
+ <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>
307
+ </tr><tr>
308
+ <th><b>41</b><span class="down"> &nbsp;▼ 4</span></th>
309
+ <th><a class="link" href="https://huggingface.co/mrfakename/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/62e54f0eae9d3f10acb95cb9/VAyk05hqB3OZWXEZW-B0q.png" alt="Profile picture"></div><span class="name">mrfakename</th>
310
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 983 likes</th>
311
+ <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>
312
+ <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>
313
+ <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>
314
+ </tr><tr>
315
+ <th><b>42</b><span class="down"> &nbsp;▼ 3</span></th>
316
+ <th><a class="link" href="https://huggingface.co/JohnSmith9982/" 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>
317
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 937 likes</th>
318
+ <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>
319
+ </tr><tr>
320
+ <th><b>43</b><span class="down"> &nbsp;▼ 3</span></th>
321
+ <th><a class="link" href="https://huggingface.co/nateraw/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1594936097363-noauth.jpeg" alt="Profile picture"></div><span class="name">Nate Raw</th>
322
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 884 likes</th>
323
+ <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>
324
+ <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/nateraw/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> nateraw</a> </th>
325
+ </tr><tr>
326
+ <th><b>44</b><span class="down"> &nbsp;▼ 1</span></th>
327
+ <th><a class="link" href="https://huggingface.co/kevinwang676/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/644310389788699939b385d0/zXVe5uHoTJSKgJtbbahWt.jpeg" alt="Profile picture"></div><span class="name">Kevin Wang</th>
328
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 854 likes</th>
329
+ <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>
330
+ <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>
331
+ </tr><tr>
332
+ <th><b>45</b><span class="up"> &nbsp;▲ 36</span></th>
333
+ <th><a class="link" href="https://huggingface.co/SkalskiP/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/60f84d4d85dbbb185d2e9a53/Mlc0XjAgQR2cuhGNchz07.jpeg" alt="Profile picture"></div><span class="name">Piotr Skalski</th>
334
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 849 likes</th>
335
+ <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>
336
+ <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/SkalskiP/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> SkalskiP</a> </th>
337
+ </tr><tr>
338
+ <th><b>46</b><span class="down"> &nbsp;▼ 4</span></th>
339
+ <th><a class="link" href="https://huggingface.co/chansung/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1659971187637-60d3b57ad7b174177faabd6e.jpeg" alt="Profile picture"></div><span class="name">chansung park</th>
340
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 826 likes</th>
341
+ <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>
342
+ <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>
343
+ <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>
344
+ </tr><tr>
345
+ <th><b>47</b><span class="down"> &nbsp;▼ 6</span></th>
346
+ <th><a class="link" href="https://huggingface.co/lnyan/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1659620157274-626aa9cfdc6c16ed85de8dde.jpeg" alt="Profile picture"></div><span class="name">Lnyan</th>
347
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 821 likes</th>
348
+ <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>
349
+ </tr><tr>
350
+ <th><b>48</b><span class="down"> &nbsp;▼ 3</span></th>
351
+ <th><a class="link" href="https://huggingface.co/Plachta/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/638c28445d81d551ab4a2be3/50RNrkkQjRhT3W41Twi9w.jpeg" alt="Profile picture"></div><span class="name">ElderFrog</th>
352
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 799 likes</th>
353
+ <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>
354
+ <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>
355
+ </tr><tr>
356
+ <th><b>49</b><span class="down"> &nbsp;▼ 3</span></th>
357
+ <th><a class="link" href="https://huggingface.co/Xintao/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/60e272ca6c78a8c122b12127/xldEGBzGrU-bX6IwAw0Ie.jpeg" alt="Profile picture"></div><span class="name">Xintao Wang</th>
358
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 789 likes</th>
359
+ <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>
360
+ <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/Xintao/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> Xintao</a> </th>
361
+ </tr><tr>
362
+ <th><b>50</b><span class="up"> &nbsp;▲ 12</span></th>
363
+ <th><a class="link" href="https://huggingface.co/TheStinger/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/noauth/tJN4LOEK6DPPDhEflbNIL.jpeg" alt="Profile picture"></div><span class="name">Ilaria</th>
364
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 768 likes</th>
365
+ <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>
366
+ <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>
367
+ <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>
368
+ </tr>
369
+ <tr>
370
+ <th><b>51</b><span class="down"> &nbsp;▼ 1</span></th>
371
+ <th><a class="link" href="https://huggingface.co/vikhyatk/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/63117568fa95534e218da163/8h9zN8aKRxPLBnXW7sqY9.jpeg" alt="Profile picture"></div><span class="name">vik</th>
372
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 767 likes</th>
373
+ <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>
374
+ <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>
375
+ <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>
376
+ </tr><tr>
377
+ <th><b>52</b><span class="down"> &nbsp;▼ 3</span></th>
378
+ <th><a class="link" href="https://huggingface.co/darkstorm2150/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1673071115434-6303c6dd1dd5d3c624837b95.png" alt="Profile picture"></div><span class="name">Victor Espinoza-Guerra</th>
379
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 763 likes</th>
380
+ <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>
381
+ <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>
382
+ </tr><tr>
383
+ <th><b>53</b><span class="down"> &nbsp;▼ 5</span></th>
384
+ <th><a class="link" href="https://huggingface.co/vumichien/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1616075850230-noauth.jpeg" alt="Profile picture"></div><span class="name">vumichien</th>
385
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 759 likes</th>
386
+ <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>
387
+ <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/vumichien/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> vumichien</a> </th>
388
+ </tr><tr>
389
+ <th><b>54</b><span class="down"> &nbsp;▼ 7</span></th>
390
+ <th><a class="link" href="https://huggingface.co/allknowingroger/" 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>
391
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 757 likes</th>
392
+ <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>
393
+ <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>
394
+ </tr><tr>
395
+ <th><b>55</b><span class="down"> &nbsp;▼ 1</span></th>
396
+ <th><a class="link" href="https://huggingface.co/Vokturz/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/8ebdf8849923d49afb35984228b68ed7.svg" alt="Profile picture"></div><span class="name">Víctor N. Aránguiz</th>
397
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 723 likes</th>
398
+ <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>
399
+ <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>
400
+ </tr><tr>
401
+ <th><b>56</b><span class="down"> &nbsp;▼ 5</span></th>
402
+ <th><a class="link" href="https://huggingface.co/osanseviero/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/6032802e1f993496bc14d9e3/w6hr-DEQot4VVkoyRIBiy.png" alt="Profile picture"></div><span class="name">Omar Sanseviero</th>
403
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 720 likes</th>
404
+ <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>
405
+ <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>
406
+ <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>
407
+ </tr><tr>
408
+ <th><b>57</b><span class="up"> &nbsp;▲ 2</span></th>
409
+ <th><a class="link" href="https://huggingface.co/yuntian-deng/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/63081e15a670ed10f9d44229/w1b9uq-9774bMMgJbSPsS.jpeg" alt="Profile picture"></div><span class="name">Yuntian Deng</th>
410
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 712 likes</th>
411
+ <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>
412
+ <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/yuntian-deng/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> yuntian-deng</a> </th>
413
+ </tr><tr>
414
+ <th><b>58</b><span class="down"> &nbsp;▼ 6</span></th>
415
+ <th><a class="link" href="https://huggingface.co/PKUWilliamYang/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1664764278226-62a54d0410334c1d024e2f59.jpeg" alt="Profile picture"></div><span class="name">Shuai Yang</th>
416
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 698 likes</th>
417
+ <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>
418
+ <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/PKUWilliamYang/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> PKUWilliamYang</a> </th>
419
+ </tr><tr>
420
+ <th><b>59</b><span class="down"> &nbsp;▼ 1</span></th>
421
+ <th><a class="link" href="https://huggingface.co/levihsu/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/64469dde90b3fae03880344e/VnLVt_NG3pAjWz0lRoaXm.jpeg" alt="Profile picture"></div><span class="name">Yuhao Xu</th>
422
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 682 likes</th>
423
+ <th></th><th class="gcol"><a class="button" href="https://github.com/levihsu" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
424
+ <th class="hfcol"><a class="button" href="https://huggingface.co/levihsu/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> levihsu</a> </th>
425
+ </tr><tr>
426
+ <th><b>60</b><span class="down"> &nbsp;▼ 5</span></th>
427
+ <th><a class="link" href="https://huggingface.co/shariqfarooq/" 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>
428
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 660 likes</th>
429
+ <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>
430
+ <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/shariqfarooq/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> shariqfarooq</a> </th>
431
+ </tr><tr>
432
+ <th><b>61</b><span class="down"> &nbsp;▼ 4</span></th>
433
+ <th><a class="link" href="https://huggingface.co/Manjushri/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1669612297556-63163d6c76c93113fb147bb6.png" alt="Profile picture"></div><span class="name">Manjushri Bodhisattva</th>
434
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 658 likes</th>
435
+ <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>
436
+ <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>
437
+ </tr><tr>
438
+ <th><b>62</b><span class="down"> &nbsp;▼ 2</span></th>
439
+ <th><a class="link" href="https://huggingface.co/BilalSardar/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1675355986970-630c5f954ca0a22768b3dfb9.png" alt="Profile picture"></div><span class="name">Bilal Sardar</th>
440
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 652 likes</th>
441
+ <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>
442
+ <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>
443
+ </tr><tr>
444
+ <th><b>63</b><span class="down"> &nbsp;▼ 7</span></th>
445
+ <th><a class="link" href="https://huggingface.co/RamAnanth1/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1671346465329-62aeb75c4b5d61650842dbf4.png" alt="Profile picture"></div><span class="name">Ram Ananth</th>
446
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 645 likes</th>
447
+ <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>
448
+ <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>
449
+ <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>
450
+ </tr><tr>
451
+ <th><b>64</b><span class="down"> &nbsp;▼ 3</span></th>
452
+ <th><a class="link" href="https://huggingface.co/Sanster/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1668302774259-noauth.png" alt="Profile picture"></div><span class="name">Qing</th>
453
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 637 likes</th>
454
+ <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>
455
+ <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>
456
+ </tr><tr>
457
+ <th><b>65</b><span class="down"> &nbsp;▼ 2</span></th>
458
+ <th><a class="link" href="https://huggingface.co/LanguageBind/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/6367a8175bb06007ea099b8f/IjG7HyWyWRlVt_XwRbxRW.jpeg" alt="Profile picture"></div><span class="name">linbin</th>
459
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 598 likes</th>
460
+ <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>
461
+ <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/LanguageBind/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> LanguageBind</a> </th>
462
+ </tr><tr>
463
+ <th><b>66</b><span class="down"> &nbsp;▼ 2</span></th>
464
+ <th><a class="link" href="https://huggingface.co/wangfuyun/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/9ff312e854d803e1a2e9e685a21d12f8.svg" alt="Profile picture"></div><span class="name">Fu-Yun Wang</th>
465
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 595 likes</th>
466
+ <th></th><th class="gcol"><a class="button" href="https://github.com/g-u-n" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
467
+ <th class="hfcol"><a class="button" href="https://huggingface.co/wangfuyun/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> wangfuyun</a> </th>
468
+ </tr><tr>
469
+ <th><b>67</b><span class="up"> &nbsp;▲ 3</span></th>
470
+ <th><a class="link" href="https://huggingface.co/abidlabs/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1621947938344-noauth.png" alt="Profile picture"></div><span class="name">Abubakar Abid</th>
471
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 585 likes</th>
472
+ <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>
473
+ <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>
474
+ <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>
475
+ </tr><tr>
476
+ <th><b>68</b><span class="down"> &nbsp;▼ 2</span></th>
477
+ <th><a class="link" href="https://huggingface.co/YupengZhou/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/c5281b17a4d4a565d6d189a007ac934e.svg" alt="Profile picture"></div><span class="name">zhou</th>
478
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 573 likes</th>
479
+ <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/YupengZhou/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> YupengZhou</a> </th>
480
+ </tr><tr>
481
+ <th><b>69</b></th>
482
+ <th><a class="link" href="https://huggingface.co/jiawei011/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1651044799068-623f533a28672458f749b8e9.png" alt="Profile picture"></div><span class="name">Jiawe Ren</th>
483
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 559 likes</th>
484
+ <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>
485
+ <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>
486
+ <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>
487
+ </tr><tr>
488
+ <th><b>70</b><span class="down"> &nbsp;▼ 5</span></th>
489
+ <th><a class="link" href="https://huggingface.co/aadnk/" 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>
490
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 556 likes</th>
491
+ <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>
492
+ <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>
493
+ </tr><tr>
494
+ <th><b>71</b><span class="down"> &nbsp;▼ 3</span></th>
495
+ <th><a class="link" href="https://huggingface.co/mlabonne/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/61b8e2ba285851687028d395/JtUGAwVh_4cDEsjNcfpye.png" alt="Profile picture"></div><span class="name">Maxime Labonne</th>
496
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 548 likes</th>
497
+ <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>
498
+ <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>
499
+ <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>
500
+ </tr><tr>
501
+ <th><b>72</b><span class="down"> &nbsp;▼ 5</span></th>
502
+ <th><a class="link" href="https://huggingface.co/ThomasSimonini/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1632748593235-60cae820b1c79a3e4b436664.jpeg" alt="Profile picture"></div><span class="name">Thomas Simonini</th>
503
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 546 likes</th>
504
+ <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>
505
+ <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>
506
+ <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>
507
+ </tr><tr>
508
+ <th><b>73</b><span class="up"> &nbsp;▲ 15</span></th>
509
+ <th><a class="link" href="https://huggingface.co/Wuvin/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/6d1c9638a5bf427c6ea191db4cf40b9a.svg" alt="Profile picture"></div><span class="name">Wuvin</th>
510
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 534 likes</th>
511
+ <th></th><th class="gcol"><a class="button" href="https://github.com/Wuvin" 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/Wuvin/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> Wuvin</a> </th>
513
+ </tr><tr>
514
+ <th><b>74</b><span class="down"> &nbsp;▼ 2</span></th>
515
+ <th><a class="link" href="https://huggingface.co/Linaqruf/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/6365c8dbf31ef76df4042821/Bi2oGZ8gcv6XB_2sZhSNL.jpeg" alt="Profile picture"></div><span class="name">Furqanil Taqwa</th>
516
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 532 likes</th>
517
+ <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>
518
+ <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/Linaqruf/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> Linaqruf</a> </th>
519
+ </tr><tr>
520
+ <th><b>75</b><span class="down"> &nbsp;▼ 2</span></th>
521
+ <th><a class="link" href="https://huggingface.co/felixrosberg/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1644417587467-61fa9ebc30f38bf051de12e5.gif" alt="Profile picture"></div><span class="name">Felix Rosberg</th>
522
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 531 likes</th>
523
+ <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>
524
+ <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>
525
+ </tr><tr>
526
+ <th><b>76</b><span class="down"> &nbsp;▼ 1</span></th>
527
+ <th><a class="link" href="https://huggingface.co/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>
528
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 531 likes</th>
529
+ <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>
530
+ <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>
531
+ </tr><tr>
532
+ <th><b>77</b><span class="down"> &nbsp;▼ 6</span></th>
533
+ <th><a class="link" href="https://huggingface.co/Yuliang/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/6183d0b249ef1d984699e4a3/GYR4kzPUEJPxrnQD-trhT.png" alt="Profile picture"></div><span class="name">Yuliang Xiu</th>
534
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 524 likes</th>
535
+ <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>
536
+ <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/Yuliang/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> Yuliang</a> </th>
537
+ </tr><tr>
538
+ <th><b>78</b><span class="down"> &nbsp;▼ 4</span></th>
539
+ <th><a class="link" href="https://huggingface.co/ArkanDash/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/623c04f09dd7a94c850b570f/zlnnc_f9txnLqIfOnnJWd.jpeg" alt="Profile picture"></div><span class="name">ArkanDash</th>
540
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 512 likes</th>
541
+ <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>
542
+ <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>
543
+ </tr><tr>
544
+ <th><b>79</b><span class="up"> &nbsp;NEW</span></th>
545
+ <th><a class="link" href="https://huggingface.co/Nymbo/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/64371b564aacf7bf786fb530/0lZEdVu06bx11fy1uTjpt.jpeg" alt="Profile picture"></div><span class="name">Nymbo</th>
546
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 507 likes</th>
547
+ <th class="xcol"><a class="button" href="https://twitter.com/nymboqt" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
548
+ <th class="gcol"><a class="button" href="https://github.com/Nymbo" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
549
+ <th class="hfcol"><a class="button" href="https://huggingface.co/Nymbo/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> Nymbo</a> </th>
550
+ </tr><tr>
551
+ <th><b>80</b><span class="down"> &nbsp;▼ 1</span></th>
552
+ <th><a class="link" href="https://huggingface.co/dylanebert/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1672164046414-624b4a964056e2a6914a05c5.png" alt="Profile picture"></div><span class="name">Dylan Ebert</th>
553
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 487 likes</th>
554
+ <th class="xcol"><a class="button" href="https://twitter.com/dylan_ebert_" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
555
+ <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/dylanebert/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> dylanebert</a> </th>
556
+ </tr><tr>
557
+ <th><b>81</b><span class="up"> &nbsp;▲ 6</span></th>
558
+ <th><a class="link" href="https://huggingface.co/Yntec/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/63239b8370edc53f51cd5d42/88od0k-AAkxAIV-5ULwDs.png" alt="Profile picture"></div><span class="name">Yn Tec</th>
559
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 483 likes</th>
560
+ <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/Yntec/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> Yntec</a> </th>
561
+ </tr><tr>
562
+ <th><b>82</b><span class="down"> &nbsp;▼ 4</span></th>
563
+ <th><a class="link" href="https://huggingface.co/daspartho/" 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>
564
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 476 likes</th>
565
+ <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>
566
+ <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>
567
+ </tr><tr>
568
+ <th><b>83</b><span class="down"> &nbsp;▼ 7</span></th>
569
+ <th><a class="link" href="https://huggingface.co/Matthijs/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1649661025847-6253d42827a8414d3bbeb802.jpeg" alt="Profile picture"></div><span class="name">Matthijs Hollemans</th>
570
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 472 likes</th>
571
+ <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>
572
+ <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>
573
+ <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>
574
+ </tr><tr>
575
+ <th><b>84</b><span class="down"> &nbsp;▼ 7</span></th>
576
+ <th><a class="link" href="https://huggingface.co/qingxu98/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/11e0ea2e3d3b831c5cf744d2626f36ce.svg" alt="Profile picture"></div><span class="name">fuqingxu</th>
577
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 471 likes</th>
578
+ <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>
579
+ <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>
580
+ </tr><tr>
581
+ <th><b>85</b><span class="down"> &nbsp;▼ 5</span></th>
582
+ <th><a class="link" href="https://huggingface.co/LiheYoung/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/65a3a0342548c41ad9f4e4e7/80Yod9z7O95nC-Y0o-5UI.jpeg" alt="Profile picture"></div><span class="name">Lihe Yang</th>
583
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 463 likes</th>
584
+ <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>
585
+ <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>
586
+ </tr><tr>
587
+ <th><b>86</b><span class="down"> &nbsp;▼ 3</span></th>
588
+ <th><a class="link" href="https://huggingface.co/guoyww/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/6371f83d5ffa922d638ef486/UzWl3xhVvtol3Rz1mjQ9t.jpeg" alt="Profile picture"></div><span class="name">Yuwei Guo</th>
589
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 459 likes</th>
590
+ <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>
591
+ </tr><tr>
592
+ <th><b>87</b><span class="down"> &nbsp;▼ 2</span></th>
593
+ <th><a class="link" href="https://huggingface.co/flamehaze1115/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/2570b8be781b559860705afd555dbb2a.svg" alt="Profile picture"></div><span class="name">xxlong</th>
594
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 454 likes</th>
595
+ <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>
596
+ <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>
597
+ </tr><tr>
598
+ <th><b>88</b><span class="down"> &nbsp;▼ 4</span></th>
599
+ <th><a class="link" href="https://huggingface.co/ameerazam08/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/6266513d539521e602b5dc3a/qg0fmVTGNKEFL7feyvQNh.png" alt="Profile picture"></div><span class="name">Ameer Azam</th>
600
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 453 likes</th>
601
+ <th class="xcol"><a class="button" href="https://twitter.com/Ameerazam18" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
602
+ <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/ameerazam08/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> ameerazam08</a> </th>
603
+ </tr><tr>
604
+ <th><b>89</b><span class="down"> &nbsp;▼ 7</span></th>
605
+ <th><a class="link" href="https://huggingface.co/tloen/" 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>
606
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 450 likes</th>
607
+ <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>
608
+ <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>
609
+ </tr><tr>
610
+ <th><b>90</b><span class="down"> &nbsp;▼ 4</span></th>
611
+ <th><a class="link" href="https://huggingface.co/Anonymous-sub/" 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>
612
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 444 likes</th>
613
+ <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>
614
+ </tr><tr>
615
+ <th><b>91</b><span class="down"> &nbsp;▼ 2</span></th>
616
+ <th><a class="link" href="https://huggingface.co/XzJosh/" target="_blank" rel="noopener"><div class="circle"><img src="https://huggingface.co/avatars/b19d18b2e1017075de0860a58ca7beb7.svg" alt="Profile picture"></div><span class="name">JoshZhang</th>
617
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 432 likes</th>
618
+ <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>
619
+ </tr><tr>
620
+ <th><b>92</b><span class="down"> &nbsp;▼ 2</span></th>
621
+ <th><a class="link" href="https://huggingface.co/jeffistyping/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1658252966088-6254501b6e36fe62e141935f.jpeg" alt="Profile picture"></div><span class="name">jeff</th>
622
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 415 likes</th>
623
+ <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>
624
+ <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>
625
+ </tr><tr>
626
+ <th><b>93</b><span class="up"> &nbsp;NEW</span></th>
627
+ <th><a class="link" href="https://huggingface.co/m-ric/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/63d10d4e8eaa4831005e92b5/7p7-OmWM6PqqCs7ZStPGD.jpeg" alt="Profile picture"></div><span class="name">Aymeric Roucher</th>
628
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 413 likes</th>
629
+ <th class="xcol"><a class="button" href="https://twitter.com/AymericRoucher" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"></a></th>
630
+ <th class="gcol"><a class="button" href="https://github.com/aymeric-roucher" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_github.png" alt="Github logo"></a></th>
631
+ <th class="hfcol"><a class="button" href="https://huggingface.co/m-ric/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> m-ric</a> </th>
632
+ </tr><tr>
633
+ <th><b>94</b><span class="down"> &nbsp;▼ 2</span></th>
634
+ <th><a class="link" href="https://huggingface.co/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>
635
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 403 likes</th>
636
+ <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>
637
+ <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>
638
+ <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>
639
+ </tr><tr>
640
+ <th><b>95</b><span class="down"> &nbsp;▼ 4</span></th>
641
+ <th><a class="link" href="https://huggingface.co/ydshieh/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1625150194719-6058c8cbcbe9c7542f3501ff.png" alt="Profile picture"></div><span class="name">Yih-Dar SHIEH</th>
642
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 403 likes</th>
643
+ <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>
644
+ <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>
645
+ </tr><tr>
646
+ <th><b>96</b><span class="down"> &nbsp;▼ 3</span></th>
647
+ <th><a class="link" href="https://huggingface.co/SteveDigital/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1666555857270-noauth.png" alt="Profile picture"></div><span class="name">Steve Digital</th>
648
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 400 likes</th>
649
+ <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>
650
+ <th></th><th class="hfcol"><a class="button" href="https://huggingface.co/SteveDigital/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> SteveDigital</a> </th>
651
+ </tr><tr>
652
+ <th><b>97</b></th>
653
+ <th><a class="link" href="https://huggingface.co/nightfury/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/1664442251110-63329fde2217725f3adfff27.png" alt="Profile picture"></div><span class="name">spartan</th>
654
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 396 likes</th>
655
+ <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>
656
+ </tr><tr>
657
+ <th><b>98</b><span class="up"> &nbsp;▲ 1</span></th>
658
+ <th><a class="link" href="https://huggingface.co/markmagic/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/62b56781807c315ab9c0e8fe/Sdgk1_E7HBYSsxQlvYLwJ.jpeg" alt="Profile picture"></div><span class="name">Mark Magic</th>
659
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 392 likes</th>
660
+ <th></th><th></th><th class="hfcol"><a class="button" href="https://huggingface.co/markmagic/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> markmagic</a> </th>
661
+ </tr><tr>
662
+ <th><b>99</b><span class="down"> &nbsp;▼ 5</span></th>
663
+ <th><a class="link" href="https://huggingface.co/project-baize/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/noauth/LznGHi16fbYgzPftT1eqr.png" alt="Profile picture"></div><span class="name">Baize</th>
664
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 380 likes</th>
665
+ <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>
666
+ <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>
667
+ <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>
668
+ </tr><tr>
669
+ <th><b>100</b><span class="down"> &nbsp;▼ 4</span></th>
670
+ <th><a class="link" href="https://huggingface.co/pszemraj/" target="_blank" rel="noopener"><div class="circle"><img src="https://cdn-avatars.huggingface.co/v1/production/uploads/60bccec062080d33f875cd0c/KvEhYxx9-Tff_Qb7PsjAL.png" alt="Profile picture"></div><span class="name">Peter Szemraj</th>
671
+ <th><img width="14" height="14" src="img/ico_spaces.png" alt="Models"> 374 likes</th>
672
+ <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>
673
+ <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>
674
+ </tr>
675
+
676
+ </table>
677
+ </div>
678
+
679
+ </div>
680
+
681
+
682
+
683
+
684
+
685
+
686
+
687
+
688
+
689
+ <!--June 2024-->
690
+ <div id="option2" class="content hidden">
691
+
692
  <div style="overflow-x:auto;">
693
  <table class="alternate">
694
 
 
1350
 
1351
 
1352
  <!--May 2024-->
1353
+ <div id="option3" class="content hidden">
1354
 
1355
  <div style="overflow-x:auto;">
1356
  <table class="alternate">
 
2009
 
2010
 
2011
  <!--April 2024-->
2012
+ <div id="option4" class="content hidden">
2013
 
2014
  <div style="overflow-x:auto;">
2015
  <table class="alternate">
 
2663
 
2664
 
2665
  <!--March 2024-->
2666
+ <div id="option5" class="content hidden">
2667
 
2668
  <div style="overflow-x:auto;">
2669
  <table class="alternate">
 
3321
 
3322
 
3323
  <!--February 2024-->
3324
+ <div id="option6" class="content hidden">
3325
 
3326
  <div style="overflow-x:auto;">
3327
  <table class="alternate">