File size: 39,082 Bytes
eb66937
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b999dc0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43a8af7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
51cb135
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7ef732f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
070ae2e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7e5aeda
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18c3d70
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5cb5959
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9b66b8d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2fc3627
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c928333
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2570b53
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ab48d39
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d23c726
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a459158
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3def7eb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d59abe6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b1e227a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7c953f2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9daf419
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d659acc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1813a73
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
02b3194
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6e5d808
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
119ea7f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
48c2ea3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
date,author,id,rank,recent_likes,likes,month_downloads
2023-07-29T11:00:30.407Z,HuggingFaceH4,HuggingFaceH4/open_llm_leaderboard,1,352,3854,
2023-07-29T11:00:30.407Z,ysharma,ysharma/Explore_llamav2_with_TGI,2,226,766,
2023-07-29T11:00:30.407Z,dvruette,dvruette/fabric,3,126,196,
2023-07-29T11:00:30.407Z,stabilityai,stabilityai/stable-diffusion,4,103,8928,
2023-07-29T11:00:30.407Z,huggingface-projects,huggingface-projects/llama-2-13b-chat,5,87,146,
2023-07-29T11:00:30.407Z,One-2-3-45,One-2-3-45/One-2-3-45,6,83,211,
2023-07-29T11:00:30.407Z,facebook,facebook/MusicGen,7,53,2025,
2023-07-29T11:00:30.407Z,Surn,Surn/UnlimitedMusicGen,8,53,92,
2023-07-29T11:00:30.407Z,huggingface-projects,huggingface-projects/llama-2-7b-chat,9,53,115,
2023-07-29T11:00:30.407Z,LinkSoul,LinkSoul/Chinese-Llama-2-7b,10,46,63,
2023-07-29T11:00:30.407Z,Manjushri,Manjushri/SDXL-1.0,11,45,147,
2023-07-29T11:00:30.407Z,lmsys,lmsys/chatbot-arena,12,40,104,
2023-07-29T11:00:30.407Z,lmsys,lmsys/chatbot-arena-leaderboard,13,35,160,
2023-07-29T11:00:30.407Z,huggingface-projects,huggingface-projects/QR-code-AI-art-generator,14,35,987,
2023-07-29T11:00:30.407Z,Logspace,Logspace/Langflow,15,33,629,
2023-07-29T11:00:30.407Z,fffiloni,fffiloni/zeroscope,16,33,517,
2023-07-29T11:00:30.407Z,guoyww,guoyww/AnimateDiff,17,33,46,
2023-07-29T11:00:30.407Z,pycui,pycui/RealChar,18,31,31,
2023-07-29T11:00:30.407Z,mteb,mteb/leaderboard,19,29,599,
2023-07-29T11:00:30.407Z,suno,suno/bark,20,29,1105,
2023-07-30T11:00:42.829Z,HuggingFaceH4,HuggingFaceH4/open_llm_leaderboard,1,334,3874,
2023-07-30T11:00:42.829Z,ysharma,ysharma/Explore_llamav2_with_TGI,2,212,783,
2023-07-30T11:00:42.829Z,dvruette,dvruette/fabric,3,117,208,
2023-07-30T11:00:42.829Z,stabilityai,stabilityai/stable-diffusion,4,104,8941,
2023-07-30T11:00:42.829Z,One-2-3-45,One-2-3-45/One-2-3-45,5,84,221,
2023-07-30T11:00:42.829Z,huggingface-projects,huggingface-projects/llama-2-13b-chat,6,84,151,
2023-07-30T11:00:42.829Z,Surn,Surn/UnlimitedMusicGen,7,62,101,
2023-07-30T11:00:42.829Z,facebook,facebook/MusicGen,8,53,2037,
2023-07-30T11:00:42.829Z,huggingface-projects,huggingface-projects/llama-2-7b-chat,9,51,120,
2023-07-30T11:00:42.829Z,Manjushri,Manjushri/SDXL-1.0,10,43,151,
2023-07-30T11:00:42.829Z,lmsys,lmsys/chatbot-arena,11,35,104,
2023-07-30T11:00:42.829Z,fffiloni,fffiloni/zeroscope,12,34,524,
2023-07-30T11:00:42.829Z,hysts,hysts/SD-XL,13,34,34,
2023-07-30T11:00:42.829Z,mteb,mteb/leaderboard,14,33,607,
2023-07-30T11:00:42.829Z,huggingface-projects,huggingface-projects/QR-code-AI-art-generator,15,33,989,
2023-07-30T11:00:42.829Z,pycui,pycui/RealChar,16,33,33,
2023-07-30T11:00:42.829Z,lmsys,lmsys/chatbot-arena-leaderboard,17,32,161,
2023-07-30T11:00:42.829Z,guoyww,guoyww/AnimateDiff,18,32,51,
2023-07-30T11:00:42.829Z,LinkSoul,LinkSoul/Chinese-Llama-2-7b,19,32,64,
2023-07-30T11:00:42.829Z,Logspace,Logspace/Langflow,20,27,632,
2023-07-31T11:00:54.449Z,HuggingFaceH4,HuggingFaceH4/open_llm_leaderboard,1,325,3922,
2023-07-31T11:00:54.449Z,ysharma,ysharma/Explore_llamav2_with_TGI,2,182,800,
2023-07-31T11:00:54.449Z,dvruette,dvruette/fabric,3,117,226,
2023-07-31T11:00:54.449Z,stabilityai,stabilityai/stable-diffusion,4,96,8950,
2023-07-31T11:00:54.449Z,huggingface-projects,huggingface-projects/llama-2-13b-chat,5,86,161,
2023-07-31T11:00:54.449Z,One-2-3-45,One-2-3-45/One-2-3-45,6,83,226,
2023-07-31T11:00:54.449Z,Surn,Surn/UnlimitedMusicGen,7,68,107,
2023-07-31T11:00:54.449Z,huggingface-projects,huggingface-projects/llama-2-7b-chat,8,56,130,
2023-07-31T11:00:54.449Z,facebook,facebook/MusicGen,9,53,2047,
2023-07-31T11:00:54.449Z,Manjushri,Manjushri/SDXL-1.0,10,46,155,
2023-07-31T11:00:54.449Z,hysts,hysts/SD-XL,11,41,41,
2023-07-31T11:00:54.449Z,pycui,pycui/RealChar,12,36,36,
2023-07-31T11:00:54.449Z,lmsys,lmsys/chatbot-arena,13,35,109,
2023-07-31T11:00:54.449Z,mteb,mteb/leaderboard,14,34,613,
2023-07-31T11:00:54.449Z,fffiloni,fffiloni/zeroscope,15,34,530,
2023-07-31T11:00:54.449Z,Logspace,Logspace/Langflow,16,33,639,
2023-07-31T11:00:54.449Z,guoyww,guoyww/AnimateDiff,17,33,55,
2023-07-31T11:00:54.449Z,huggingface-projects,huggingface-projects/QR-code-AI-art-generator,18,29,993,
2023-07-31T11:00:54.449Z,sanchit-gandhi,sanchit-gandhi/whisper-jax-diarization,19,29,29,
2023-07-31T11:00:54.449Z,suno,suno/bark,20,28,1112,
2023-08-01T11:00:47.755Z,HuggingFaceH4,HuggingFaceH4/open_llm_leaderboard,1,315,3972,
2023-08-01T11:00:47.755Z,ysharma,ysharma/Explore_llamav2_with_TGI,2,158,816,
2023-08-01T11:00:47.755Z,dvruette,dvruette/fabric,3,101,235,
2023-08-01T11:00:47.755Z,stabilityai,stabilityai/stable-diffusion,4,89,8963,
2023-08-01T11:00:47.755Z,huggingface-projects,huggingface-projects/llama-2-13b-chat,5,83,175,
2023-08-01T11:00:47.755Z,One-2-3-45,One-2-3-45/One-2-3-45,6,64,229,
2023-08-01T11:00:47.755Z,Surn,Surn/UnlimitedMusicGen,7,61,111,
2023-08-01T11:00:47.755Z,hysts,hysts/SD-XL,8,60,60,
2023-08-01T11:00:47.755Z,facebook,facebook/MusicGen,9,53,2055,
2023-08-01T11:00:47.755Z,huggingface-projects,huggingface-projects/llama-2-7b-chat,10,50,138,
2023-08-01T11:00:47.755Z,Manjushri,Manjushri/SDXL-1.0,11,47,162,
2023-08-01T11:00:47.755Z,mteb,mteb/leaderboard,12,36,619,
2023-08-01T11:00:47.755Z,fffiloni,fffiloni/zeroscope,13,36,533,
2023-08-01T11:00:47.755Z,pycui,pycui/RealChar,14,35,38,
2023-08-01T11:00:47.755Z,suno,suno/bark,15,32,1116,
2023-08-01T11:00:47.755Z,huggingface-projects,huggingface-projects/QR-code-AI-art-generator,16,32,1000,
2023-08-01T11:00:47.755Z,lmsys,lmsys/chatbot-arena,17,31,110,
2023-08-01T11:00:47.755Z,sanchit-gandhi,sanchit-gandhi/whisper-jax-diarization,18,31,31,
2023-08-01T11:00:47.755Z,Logspace,Logspace/Langflow,19,29,641,
2023-08-01T11:00:47.755Z,lmsys,lmsys/chatbot-arena-leaderboard,20,29,171,
2023-08-02T11:02:02.270Z,HuggingFaceH4,HuggingFaceH4/open_llm_leaderboard,1,323,4024,
2023-08-02T11:02:02.270Z,ysharma,ysharma/Explore_llamav2_with_TGI,2,134,826,
2023-08-02T11:02:02.270Z,stabilityai,stabilityai/stable-diffusion,3,87,8967,
2023-08-02T11:02:02.270Z,dvruette,dvruette/fabric,4,85,241,
2023-08-02T11:02:02.270Z,hysts,hysts/SD-XL,5,79,79,
2023-08-02T11:02:02.270Z,huggingface-projects,huggingface-projects/llama-2-13b-chat,6,68,179,
2023-08-02T11:02:02.270Z,facebook,facebook/MusicGen,7,56,2065,
2023-08-02T11:02:02.270Z,Surn,Surn/UnlimitedMusicGen,8,56,116,
2023-08-02T11:02:02.270Z,One-2-3-45,One-2-3-45/One-2-3-45,9,52,232,
2023-08-02T11:02:02.270Z,huggingface-projects,huggingface-projects/llama-2-7b-chat,10,49,142,
2023-08-02T11:02:02.270Z,Manjushri,Manjushri/SDXL-1.0,11,47,165,
2023-08-02T11:02:02.270Z,mteb,mteb/leaderboard,12,39,626,
2023-08-02T11:02:02.270Z,bigcode,bigcode/multilingual-code-evals,13,37,37,
2023-08-02T11:02:02.270Z,fffiloni,fffiloni/zeroscope,14,36,537,
2023-08-02T11:02:02.270Z,suno,suno/bark,15,33,1120,
2023-08-02T11:02:02.270Z,huggingface-projects,huggingface-projects/QR-code-AI-art-generator,16,33,1005,
2023-08-02T11:02:02.270Z,Logspace,Logspace/Langflow,17,31,646,
2023-08-02T11:02:02.270Z,vinthony,vinthony/SadTalker,18,27,468,
2023-08-02T11:02:02.270Z,lmsys,lmsys/chatbot-arena-leaderboard,19,27,175,
2023-08-02T11:02:02.270Z,lmsys,lmsys/chatbot-arena,20,25,110,
2023-08-03T11:01:44.591Z,HuggingFaceH4,HuggingFaceH4/open_llm_leaderboard,1,307,4064,
2023-08-03T11:01:44.591Z,ysharma,ysharma/Explore_llamav2_with_TGI,2,118,835,
2023-08-03T11:01:44.591Z,facebook,facebook/MusicGen,3,111,2120,
2023-08-03T11:01:44.591Z,hysts,hysts/SD-XL,4,89,92,
2023-08-03T11:01:44.591Z,stabilityai,stabilityai/stable-diffusion,5,74,8969,
2023-08-03T11:01:44.591Z,dvruette,dvruette/fabric,6,68,242,
2023-08-03T11:01:44.591Z,huggingface-projects,huggingface-projects/llama-2-13b-chat,7,54,184,
2023-08-03T11:01:44.591Z,Surn,Surn/UnlimitedMusicGen,8,51,122,
2023-08-03T11:01:44.591Z,bigcode,bigcode/multilingual-code-evals,9,45,45,
2023-08-03T11:01:44.591Z,mteb,mteb/leaderboard,10,43,631,
2023-08-03T11:01:44.591Z,One-2-3-45,One-2-3-45/One-2-3-45,11,43,235,
2023-08-03T11:01:44.591Z,huggingface-projects,huggingface-projects/llama-2-7b-chat,12,43,147,
2023-08-03T11:01:44.591Z,Manjushri,Manjushri/SDXL-1.0,13,39,167,
2023-08-03T11:01:44.591Z,fffiloni,fffiloni/zeroscope,14,35,539,
2023-08-03T11:01:44.591Z,Logspace,Logspace/Langflow,15,34,651,
2023-08-03T11:01:44.591Z,huggingface-projects,huggingface-projects/QR-code-AI-art-generator,16,34,1010,
2023-08-03T11:01:44.591Z,suno,suno/bark,17,32,1125,
2023-08-03T11:01:44.591Z,lmsys,lmsys/chatbot-arena-leaderboard,18,32,183,
2023-08-03T11:01:44.591Z,vinthony,vinthony/SadTalker,19,28,470,
2023-08-03T11:01:44.591Z,sail,sail/lorahub,20,27,28,
2023-08-04T11:01:35.100Z,HuggingFaceH4,HuggingFaceH4/open_llm_leaderboard,1,310,4110,
2023-08-04T11:01:35.100Z,facebook,facebook/MusicGen,2,150,2157,
2023-08-04T11:01:35.100Z,ysharma,ysharma/Explore_llamav2_with_TGI,3,105,842,
2023-08-04T11:01:35.100Z,hysts,hysts/SD-XL,4,92,114,
2023-08-04T11:01:35.100Z,dvruette,dvruette/fabric,5,63,247,
2023-08-04T11:01:35.100Z,stabilityai,stabilityai/stable-diffusion,6,59,8969,
2023-08-04T11:01:35.100Z,huggingface-projects,huggingface-projects/llama-2-13b-chat,7,50,188,
2023-08-04T11:01:35.100Z,mteb,mteb/leaderboard,8,42,636,
2023-08-04T11:01:35.100Z,Surn,Surn/UnlimitedMusicGen,9,42,124,
2023-08-04T11:01:35.100Z,huggingface-projects,huggingface-projects/llama-2-7b-chat,10,41,150,
2023-08-04T11:01:35.100Z,Logspace,Logspace/Langflow,11,38,660,
2023-08-04T11:01:35.100Z,One-2-3-45,One-2-3-45/One-2-3-45,12,37,236,
2023-08-04T11:01:35.100Z,bigcode,bigcode/multilingual-code-evals,13,37,49,
2023-08-04T11:01:35.100Z,lmsys,lmsys/chatbot-arena-leaderboard,14,36,190,
2023-08-04T11:01:35.100Z,fffiloni,fffiloni/zeroscope,15,33,543,
2023-08-04T11:01:35.100Z,sail,sail/lorahub,16,33,40,
2023-08-04T11:01:35.100Z,suno,suno/bark,17,32,1130,
2023-08-04T11:01:35.100Z,huggingface-projects,huggingface-projects/QR-code-AI-art-generator,18,32,1013,
2023-08-04T11:01:35.100Z,Manjushri,Manjushri/SDXL-1.0,19,31,169,
2023-08-04T11:01:35.100Z,SpacesExamples,SpacesExamples/ComfyUI,20,30,100,
2023-08-05T11:01:48.688Z,HuggingFaceH4,HuggingFaceH4/open_llm_leaderboard,1,301,4143,
2023-08-05T11:01:48.688Z,facebook,facebook/MusicGen,2,171,2187,
2023-08-05T11:01:48.688Z,hysts,hysts/SD-XL,3,97,125,
2023-08-05T11:01:48.688Z,ysharma,ysharma/Explore_llamav2_with_TGI,4,82,845,
2023-08-05T11:01:48.688Z,dvruette,dvruette/fabric,5,57,252,
2023-08-05T11:01:48.688Z,huggingface-projects,huggingface-projects/llama-2-13b-chat,6,52,195,
2023-08-05T11:01:48.688Z,stabilityai,stabilityai/stable-diffusion,7,49,8970,
2023-08-05T11:01:48.688Z,mteb,mteb/leaderboard,8,47,646,
2023-08-05T11:01:48.688Z,huggingface-projects,huggingface-projects/llama-2-7b-chat,9,39,153,
2023-08-05T11:01:48.688Z,Logspace,Logspace/Langflow,10,38,665,
2023-08-05T11:01:48.688Z,Surn,Surn/UnlimitedMusicGen,11,37,129,
2023-08-05T11:01:48.688Z,fffiloni,fffiloni/zeroscope,12,36,550,
2023-08-05T11:01:48.688Z,sail,sail/lorahub,13,36,45,
2023-08-05T11:01:48.688Z,lmsys,lmsys/chatbot-arena-leaderboard,14,35,193,
2023-08-05T11:01:48.688Z,bigcode,bigcode/multilingual-code-evals,15,35,53,
2023-08-05T11:01:48.688Z,camel-ai,camel-ai/camel-agents,16,34,55,
2023-08-05T11:01:48.688Z,SpacesExamples,SpacesExamples/ComfyUI,17,32,103,
2023-08-05T11:01:48.688Z,fffiloni,fffiloni/Music-To-Image,18,32,32,
2023-08-05T11:01:48.688Z,huggingface-projects,huggingface-projects/QR-code-AI-art-generator,19,30,1015,
2023-08-05T11:01:48.688Z,vinthony,vinthony/SadTalker,20,29,479,
2023-08-06T11:00:33.900Z,HuggingFaceH4,HuggingFaceH4/open_llm_leaderboard,1,300,4168,
2023-08-06T11:00:33.900Z,facebook,facebook/MusicGen,2,176,2202,
2023-08-06T11:00:33.900Z,hysts,hysts/SD-XL,3,95,129,
2023-08-06T11:00:33.900Z,ysharma,ysharma/Explore_llamav2_with_TGI,4,73,851,
2023-08-06T11:00:33.900Z,dvruette,dvruette/fabric,5,53,257,
2023-08-06T11:00:33.900Z,huggingface-projects,huggingface-projects/llama-2-13b-chat,6,48,199,
2023-08-06T11:00:33.900Z,mteb,mteb/leaderboard,7,45,651,
2023-08-06T11:00:33.900Z,camel-ai,camel-ai/camel-agents,8,43,64,
2023-08-06T11:00:33.900Z,sail,sail/lorahub,9,40,50,
2023-08-06T11:00:33.900Z,huggingface-projects,huggingface-projects/llama-2-7b-chat,10,39,158,
2023-08-06T11:00:33.900Z,stabilityai,stabilityai/stable-diffusion,11,38,8972,
2023-08-06T11:00:33.900Z,Logspace,Logspace/Langflow,12,38,667,
2023-08-06T11:00:33.900Z,bigcode,bigcode/multilingual-code-evals,13,35,54,
2023-08-06T11:00:33.900Z,fffiloni,fffiloni/Music-To-Image,14,35,35,
2023-08-06T11:00:33.900Z,lmsys,lmsys/chatbot-arena-leaderboard,15,33,194,
2023-08-06T11:00:33.900Z,Surn,Surn/UnlimitedMusicGen,16,33,132,
2023-08-06T11:00:33.900Z,SpacesExamples,SpacesExamples/ComfyUI,17,33,105,
2023-08-06T11:00:33.900Z,huggingface-projects,huggingface-projects/QR-code-AI-art-generator,18,31,1018,
2023-08-06T11:00:33.900Z,fffiloni,fffiloni/zeroscope,19,30,553,
2023-08-06T11:00:33.900Z,vinthony,vinthony/SadTalker,20,28,483,
2023-08-07T11:01:21.703Z,HuggingFaceH4,HuggingFaceH4/open_llm_leaderboard,1,289,4199,
2023-08-07T11:01:21.703Z,facebook,facebook/MusicGen,2,189,2225,
2023-08-07T11:01:21.703Z,hysts,hysts/SD-XL,3,101,140,
2023-08-07T11:01:21.703Z,ysharma,ysharma/Explore_llamav2_with_TGI,4,63,858,
2023-08-07T11:01:21.703Z,camel-ai,camel-ai/camel-agents,5,50,71,
2023-08-07T11:01:21.703Z,mteb,mteb/leaderboard,6,45,657,
2023-08-07T11:01:21.703Z,sail,sail/lorahub,7,42,55,
2023-08-07T11:01:21.703Z,huggingface-projects,huggingface-projects/llama-2-13b-chat,8,42,202,
2023-08-07T11:01:21.703Z,fffiloni,fffiloni/Music-To-Image,9,42,42,
2023-08-07T11:01:21.703Z,stabilityai,stabilityai/stable-diffusion,10,34,8977,
2023-08-07T11:01:21.703Z,SpacesExamples,SpacesExamples/ComfyUI,11,34,107,
2023-08-07T11:01:21.703Z,dvruette,dvruette/fabric,12,34,259,
2023-08-07T11:01:21.703Z,huggingface-projects,huggingface-projects/llama-2-7b-chat,13,34,163,
2023-08-07T11:01:21.703Z,bigcode,bigcode/multilingual-code-evals,14,34,56,
2023-08-07T11:01:21.703Z,Logspace,Logspace/Langflow,15,33,668,
2023-08-07T11:01:21.703Z,lmsys,lmsys/chatbot-arena-leaderboard,16,33,196,
2023-08-07T11:01:21.703Z,huggingface-projects,huggingface-projects/QR-code-AI-art-generator,17,30,1023,
2023-08-07T11:01:21.703Z,nota-ai,nota-ai/compressed-stable-diffusion,18,29,58,
2023-08-07T11:01:21.703Z,vinthony,vinthony/SadTalker,19,27,487,
2023-08-07T11:01:21.703Z,suno,suno/bark,20,27,1139,
2023-08-08T11:00:45.394Z,HuggingFaceH4,HuggingFaceH4/open_llm_leaderboard,1,279,4237,
2023-08-08T11:00:45.394Z,facebook,facebook/MusicGen,2,200,2245,
2023-08-08T11:00:45.394Z,hysts,hysts/SD-XL,3,91,150,
2023-08-08T11:00:45.394Z,fffiloni,fffiloni/Music-To-Image,4,66,66,
2023-08-08T11:00:45.394Z,ysharma,ysharma/Explore_llamav2_with_TGI,5,53,867,
2023-08-08T11:00:45.394Z,mteb,mteb/leaderboard,6,51,669,
2023-08-08T11:00:45.394Z,camel-ai,camel-ai/camel-agents,7,44,72,
2023-08-08T11:00:45.394Z,sail,sail/lorahub,8,38,55,
2023-08-08T11:00:45.394Z,haoheliu,haoheliu/audioldm2-text2audio-text2music,9,38,38,
2023-08-08T11:00:45.394Z,huggingface-projects,huggingface-projects/llama-2-13b-chat,10,35,207,
2023-08-08T11:00:45.394Z,Linaqruf,Linaqruf/Animagine-XL,11,34,34,
2023-08-08T11:00:45.394Z,Logspace,Logspace/Langflow,12,33,670,
2023-08-08T11:00:45.394Z,lmsys,lmsys/chatbot-arena-leaderboard,13,33,201,
2023-08-08T11:00:45.394Z,dvruette,dvruette/fabric,14,33,265,
2023-08-08T11:00:45.394Z,huggingface-projects,huggingface-projects/QR-code-AI-art-generator,15,31,1028,
2023-08-08T11:00:45.394Z,SpacesExamples,SpacesExamples/ComfyUI,16,31,111,
2023-08-08T11:00:45.394Z,nota-ai,nota-ai/compressed-stable-diffusion,17,30,64,
2023-08-08T11:00:45.394Z,fffiloni,fffiloni/zeroscope,18,30,562,
2023-08-08T11:00:45.394Z,huggingface-projects,huggingface-projects/llama-2-7b-chat,19,28,165,
2023-08-08T11:00:45.394Z,bigcode,bigcode/multilingual-code-evals,20,28,56,
2023-08-09T11:01:10.365Z,HuggingFaceH4,HuggingFaceH4/open_llm_leaderboard,1,258,4271,
2023-08-09T11:01:10.365Z,facebook,facebook/MusicGen,2,207,2261,
2023-08-09T11:01:10.365Z,hysts,hysts/SD-XL,3,76,153,
2023-08-09T11:01:10.365Z,fffiloni,fffiloni/Music-To-Image,4,68,81,
2023-08-09T11:01:10.365Z,ysharma,ysharma/Explore_llamav2_with_TGI,5,62,884,
2023-08-09T11:01:10.365Z,haoheliu,haoheliu/audioldm2-text2audio-text2music,6,58,58,
2023-08-09T11:01:10.365Z,mteb,mteb/leaderboard,7,57,681,
2023-08-09T11:01:10.365Z,Linaqruf,Linaqruf/Animagine-XL,8,41,41,
2023-08-09T11:01:10.365Z,camel-ai,camel-ai/camel-agents,9,39,77,
2023-08-09T11:01:10.365Z,cocktailpeanut,cocktailpeanut/AudioGen,10,36,36,
2023-08-09T11:01:10.365Z,sail,sail/lorahub,11,34,56,
2023-08-09T11:01:10.365Z,huggingface-projects,huggingface-projects/llama-2-13b-chat,12,34,212,
2023-08-09T11:01:10.365Z,lmsys,lmsys/chatbot-arena-leaderboard,13,31,205,
2023-08-09T11:01:10.365Z,huggingface-projects,huggingface-projects/QR-code-AI-art-generator,14,31,1035,
2023-08-09T11:01:10.365Z,huggingface-projects,huggingface-projects/llama-2-7b-chat,15,31,172,
2023-08-09T11:01:10.365Z,fffiloni,fffiloni/zeroscope,16,29,564,
2023-08-09T11:01:10.365Z,SpacesExamples,SpacesExamples/ComfyUI,17,29,114,
2023-08-09T11:01:10.365Z,jbilcke-hf,jbilcke-hf/VideoQuest,18,29,34,
2023-08-09T11:01:10.365Z,Logspace,Logspace/Langflow,19,28,672,
2023-08-09T11:01:10.365Z,dvruette,dvruette/fabric,20,28,267,
2023-08-10T11:01:01.410Z,HuggingFaceH4,HuggingFaceH4/open_llm_leaderboard,1,250,4306,
2023-08-10T11:01:01.410Z,facebook,facebook/MusicGen,2,172,2273,
2023-08-10T11:01:01.410Z,fffiloni,fffiloni/Music-To-Image,3,80,99,
2023-08-10T11:01:01.410Z,haoheliu,haoheliu/audioldm2-text2audio-text2music,4,76,76,
2023-08-10T11:01:01.410Z,hysts,hysts/SD-XL,5,69,159,
2023-08-10T11:01:01.410Z,mteb,mteb/leaderboard,6,67,697,
2023-08-10T11:01:01.410Z,ysharma,ysharma/Explore_llamav2_with_TGI,7,60,893,
2023-08-10T11:01:01.410Z,cocktailpeanut,cocktailpeanut/AudioGen,8,44,44,
2023-08-10T11:01:01.410Z,Linaqruf,Linaqruf/Animagine-XL,9,43,43,
2023-08-10T11:01:01.410Z,huggingface-projects,huggingface-projects/llama-2-13b-chat,10,35,216,
2023-08-10T11:01:01.410Z,huggingface-projects,huggingface-projects/llama-2-7b-chat,11,34,178,
2023-08-10T11:01:01.410Z,camel-ai,camel-ai/camel-agents,12,33,78,
2023-08-10T11:01:01.410Z,fffiloni,fffiloni/Image-to-Story,13,32,32,
2023-08-10T11:01:01.410Z,fffiloni,fffiloni/zeroscope,14,31,569,
2023-08-10T11:01:01.410Z,sail,sail/lorahub,15,30,58,
2023-08-10T11:01:01.410Z,suno,suno/bark,16,29,1154,
2023-08-10T11:01:01.410Z,huggingface-projects,huggingface-projects/QR-code-AI-art-generator,17,29,1039,
2023-08-10T11:01:01.410Z,lmsys,lmsys/chatbot-arena-leaderboard,18,28,210,
2023-08-10T11:01:01.410Z,dvruette,dvruette/fabric,19,26,268,
2023-08-10T11:01:01.410Z,jbilcke-hf,jbilcke-hf/VideoQuest,20,25,39,
2023-08-11T11:00:37.471Z,HuggingFaceH4,HuggingFaceH4/open_llm_leaderboard,1,253,4352,
2023-08-11T11:00:37.471Z,facebook,facebook/MusicGen,2,142,2292,
2023-08-11T11:00:37.471Z,fffiloni,fffiloni/Music-To-Image,3,91,118,
2023-08-11T11:00:37.471Z,haoheliu,haoheliu/audioldm2-text2audio-text2music,4,85,85,
2023-08-11T11:00:37.471Z,mteb,mteb/leaderboard,5,70,705,
2023-08-11T11:00:37.471Z,ysharma,ysharma/Explore_llamav2_with_TGI,6,57,897,
2023-08-11T11:00:37.471Z,hysts,hysts/SD-XL,7,53,162,
2023-08-11T11:00:37.471Z,Linaqruf,Linaqruf/Animagine-XL,8,50,50,
2023-08-11T11:00:37.471Z,cocktailpeanut,cocktailpeanut/AudioGen,9,50,50,
2023-08-11T11:00:37.471Z,fffiloni,fffiloni/Image-to-Story,10,45,45,
2023-08-11T11:00:37.471Z,huggingface-projects,huggingface-projects/llama-2-13b-chat,11,34,222,
2023-08-11T11:00:37.471Z,huggingface-projects,huggingface-projects/QR-code-AI-art-generator,12,33,1045,
2023-08-11T11:00:37.471Z,camel-ai,camel-ai/camel-agents,13,32,82,
2023-08-11T11:00:37.471Z,huggingface-projects,huggingface-projects/llama-2-7b-chat,14,31,180,
2023-08-11T11:00:37.471Z,openflamingo,openflamingo/OpenFlamingo,15,30,89,
2023-08-11T11:00:37.471Z,suno,suno/bark,16,28,1158,
2023-08-11T11:00:37.471Z,lmsys,lmsys/chatbot-arena-leaderboard,17,27,214,
2023-08-11T11:00:37.471Z,fffiloni,fffiloni/zeroscope,18,27,570,
2023-08-11T11:00:37.471Z,dvruette,dvruette/fabric,19,25,272,
2023-08-11T11:00:37.471Z,sanchit-gandhi,sanchit-gandhi/whisper-jax,20,24,948,
2023-08-12T11:01:09.321Z,HuggingFaceH4,HuggingFaceH4/open_llm_leaderboard,1,244,4378,
2023-08-12T11:01:09.321Z,facebook,facebook/MusicGen,2,118,2300,
2023-08-12T11:01:09.321Z,fffiloni,fffiloni/Music-To-Image,3,103,135,
2023-08-12T11:01:09.321Z,haoheliu,haoheliu/audioldm2-text2audio-text2music,4,95,95,
2023-08-12T11:01:09.321Z,mteb,mteb/leaderboard,5,68,711,
2023-08-12T11:01:09.321Z,ysharma,ysharma/Explore_llamav2_with_TGI,6,58,903,
2023-08-12T11:01:09.321Z,cocktailpeanut,cocktailpeanut/AudioGen,7,56,56,
2023-08-12T11:01:09.321Z,Linaqruf,Linaqruf/Animagine-XL,8,55,55,
2023-08-12T11:01:09.321Z,fffiloni,fffiloni/Image-to-Story,9,53,54,
2023-08-12T11:01:09.321Z,hysts,hysts/SD-XL,10,43,165,
2023-08-12T11:01:09.321Z,huggingface-projects,huggingface-projects/QR-code-AI-art-generator,11,35,1050,
2023-08-12T11:01:09.321Z,openflamingo,openflamingo/OpenFlamingo,12,34,95,
2023-08-12T11:01:09.321Z,camel-ai,camel-ai/camel-agents,13,31,86,
2023-08-12T11:01:09.321Z,huggingface-projects,huggingface-projects/llama-2-13b-chat,14,30,225,
2023-08-12T11:01:09.321Z,suno,suno/bark,15,29,1161,
2023-08-12T11:01:09.321Z,jbilcke-hf,jbilcke-hf/VideoQuest,16,27,47,
2023-08-12T11:01:09.321Z,fffiloni,fffiloni/zeroscope,17,26,575,
2023-08-12T11:01:09.321Z,huggingface-projects,huggingface-projects/llama-2-7b-chat,18,26,179,
2023-08-12T11:01:09.321Z,mattthew,mattthew/SDXL-artists-browser,19,26,26,
2023-08-12T11:01:09.321Z,nota-ai,nota-ai/compressed-stable-diffusion,20,25,77,
2023-08-13T11:01:01.057Z,HuggingFaceH4,HuggingFaceH4/open_llm_leaderboard,1,232,4391,
2023-08-13T11:01:01.057Z,fffiloni,fffiloni/Music-To-Image,2,114,148,
2023-08-13T11:01:01.057Z,facebook,facebook/MusicGen,3,111,2308,
2023-08-13T11:01:01.057Z,haoheliu,haoheliu/audioldm2-text2audio-text2music,4,102,102,
2023-08-13T11:01:01.057Z,mteb,mteb/leaderboard,5,63,712,
2023-08-13T11:01:01.057Z,cocktailpeanut,cocktailpeanut/AudioGen,6,59,60,
2023-08-13T11:01:01.057Z,fffiloni,fffiloni/Image-to-Story,7,57,64,
2023-08-13T11:01:01.057Z,ysharma,ysharma/Explore_llamav2_with_TGI,8,53,903,
2023-08-13T11:01:01.057Z,Linaqruf,Linaqruf/Animagine-XL,9,50,59,
2023-08-13T11:01:01.057Z,openflamingo,openflamingo/OpenFlamingo,10,44,105,
2023-08-13T11:01:01.057Z,hysts,hysts/SD-XL,11,41,168,
2023-08-13T11:01:01.057Z,suno,suno/bark,12,37,1171,
2023-08-13T11:01:01.057Z,huggingface-projects,huggingface-projects/QR-code-AI-art-generator,13,37,1054,
2023-08-13T11:01:01.057Z,mattthew,mattthew/SDXL-artists-browser,14,33,33,
2023-08-13T11:01:01.057Z,huggingface-projects,huggingface-projects/llama-2-13b-chat,15,30,228,
2023-08-13T11:01:01.057Z,jbilcke-hf,jbilcke-hf/VideoQuest,16,30,51,
2023-08-13T11:01:01.057Z,lmsys,lmsys/chatbot-arena-leaderboard,17,28,221,
2023-08-13T11:01:01.057Z,nota-ai,nota-ai/compressed-stable-diffusion,18,25,78,
2023-08-13T11:01:01.057Z,fffiloni,fffiloni/zeroscope,19,25,578,
2023-08-13T11:01:01.057Z,camel-ai,camel-ai/camel-agents,20,24,86,
2023-08-14T11:00:43.524Z,HuggingFaceH4,HuggingFaceH4/open_llm_leaderboard,1,230,4417,
2023-08-14T11:00:43.524Z,fffiloni,fffiloni/Music-To-Image,2,123,164,
2023-08-14T11:00:43.524Z,haoheliu,haoheliu/audioldm2-text2audio-text2music,3,112,112,
2023-08-14T11:00:43.524Z,facebook,facebook/MusicGen,4,99,2320,
2023-08-14T11:00:43.524Z,fffiloni,fffiloni/Image-to-Story,5,74,82,
2023-08-14T11:00:43.524Z,mteb,mteb/leaderboard,6,66,722,
2023-08-14T11:00:43.524Z,ysharma,ysharma/Explore_llamav2_with_TGI,7,55,911,
2023-08-14T11:00:43.524Z,openflamingo,openflamingo/OpenFlamingo,8,52,113,
2023-08-14T11:00:43.524Z,cocktailpeanut,cocktailpeanut/AudioGen,9,50,65,
2023-08-14T11:00:43.524Z,Linaqruf,Linaqruf/Animagine-XL,10,49,62,
2023-08-14T11:00:43.524Z,suno,suno/bark,11,37,1173,
2023-08-14T11:00:43.524Z,mattthew,mattthew/SDXL-artists-browser,12,37,37,
2023-08-14T11:00:43.524Z,huggingface-projects,huggingface-projects/QR-code-AI-art-generator,13,36,1057,
2023-08-14T11:00:43.524Z,huggingface-projects,huggingface-projects/llama-2-13b-chat,14,34,235,
2023-08-14T11:00:43.524Z,hysts,hysts/SD-XL,15,34,170,
2023-08-14T11:00:43.524Z,jbilcke-hf,jbilcke-hf/VideoQuest,16,34,58,
2023-08-14T11:00:43.524Z,lmsys,lmsys/chatbot-arena-leaderboard,17,28,224,
2023-08-14T11:00:43.524Z,fffiloni,fffiloni/zeroscope,18,27,582,
2023-08-14T11:00:43.524Z,huggingface-projects,huggingface-projects/llama-2-7b-chat,19,22,185,
2023-08-14T11:00:43.524Z,stabilityai,stabilityai/stable-diffusion,20,21,8993,
2023-08-15T11:01:02.563Z,HuggingFaceH4,HuggingFaceH4/open_llm_leaderboard,1,233,4459,
2023-08-15T11:01:02.563Z,fffiloni,fffiloni/Music-To-Image,2,112,174,
2023-08-15T11:01:02.563Z,fffiloni,fffiloni/Image-to-Story,3,97,107,
2023-08-15T11:01:02.563Z,haoheliu,haoheliu/audioldm2-text2audio-text2music,4,91,127,
2023-08-15T11:01:02.563Z,facebook,facebook/MusicGen,5,88,2330,
2023-08-15T11:01:02.563Z,mteb,mteb/leaderboard,6,59,727,
2023-08-15T11:01:02.563Z,mattthew,mattthew/SDXL-artists-browser,7,52,52,
2023-08-15T11:01:02.563Z,ysharma,ysharma/Explore_llamav2_with_TGI,8,47,914,
2023-08-15T11:01:02.563Z,openflamingo,openflamingo/OpenFlamingo,9,42,114,
2023-08-15T11:01:02.563Z,cocktailpeanut,cocktailpeanut/AudioGen,10,40,67,
2023-08-15T11:01:02.563Z,chansung,chansung/co-write-with-llama2,11,37,37,
2023-08-15T11:01:02.563Z,suno,suno/bark,12,36,1177,
2023-08-15T11:01:02.563Z,huggingface-projects,huggingface-projects/QR-code-AI-art-generator,13,35,1061,
2023-08-15T11:01:02.563Z,jbilcke-hf,jbilcke-hf/VideoQuest,14,31,61,
2023-08-15T11:01:02.563Z,huggingface-projects,huggingface-projects/llama-2-13b-chat,15,30,236,
2023-08-15T11:01:02.563Z,Linaqruf,Linaqruf/Animagine-XL,16,30,64,
2023-08-15T11:01:02.563Z,lmsys,lmsys/chatbot-arena-leaderboard,17,27,228,
2023-08-15T11:01:02.563Z,hysts,hysts/SD-XL,18,26,174,
2023-08-15T11:01:02.563Z,fffiloni,fffiloni/zeroscope,19,24,586,
2023-08-15T11:01:02.563Z,sanchit-gandhi,sanchit-gandhi/whisper-jax,20,23,959,
2023-08-16T11:01:03.291Z,HuggingFaceH4,HuggingFaceH4/open_llm_leaderboard,1,243,4501,
2023-08-16T11:01:03.291Z,fffiloni,fffiloni/Image-to-Story,2,115,133,
2023-08-16T11:01:03.291Z,fffiloni,fffiloni/Music-To-Image,3,104,183,
2023-08-16T11:01:03.291Z,facebook,facebook/MusicGen,4,84,2341,
2023-08-16T11:01:03.291Z,haoheliu,haoheliu/audioldm2-text2audio-text2music,5,77,134,
2023-08-16T11:01:03.291Z,mattthew,mattthew/SDXL-artists-browser,6,59,59,
2023-08-16T11:01:03.291Z,chansung,chansung/co-write-with-llama2,7,58,58,
2023-08-16T11:01:03.291Z,mteb,mteb/leaderboard,8,56,734,
2023-08-16T11:01:03.291Z,ysharma,ysharma/Explore_llamav2_with_TGI,9,41,922,
2023-08-16T11:01:03.291Z,openflamingo,openflamingo/OpenFlamingo,10,39,118,
2023-08-16T11:01:03.291Z,suno,suno/bark,11,35,1179,
2023-08-16T11:01:03.291Z,cocktailpeanut,cocktailpeanut/AudioGen,12,34,69,
2023-08-16T11:01:03.291Z,huggingface-projects,huggingface-projects/llama-2-13b-chat,13,29,240,
2023-08-16T11:01:03.291Z,hysts,hysts/SD-XL,14,29,180,
2023-08-16T11:01:03.291Z,jbilcke-hf,jbilcke-hf/VideoQuest,15,29,63,
2023-08-16T11:01:03.291Z,Linaqruf,Linaqruf/Animagine-XL,16,29,70,
2023-08-16T11:01:03.291Z,huggingface-projects,huggingface-projects/QR-code-AI-art-generator,17,28,1062,
2023-08-16T11:01:03.291Z,Intel,Intel/ldm3d,18,28,28,
2023-08-16T11:01:03.291Z,lmsys,lmsys/chatbot-arena-leaderboard,19,26,231,
2023-08-16T11:01:03.291Z,sanchit-gandhi,sanchit-gandhi/whisper-jax,20,24,962,
2023-08-18T11:01:11.091Z,HuggingFaceH4,HuggingFaceH4/open_llm_leaderboard,1,234,4570,
2023-08-18T11:01:11.091Z,fffiloni,fffiloni/Image-to-Story,2,130,172,
2023-08-18T11:01:11.091Z,chansung,chansung/co-write-with-llama2,3,86,86,
2023-08-18T11:01:11.091Z,facebook,facebook/MusicGen,4,76,2364,
2023-08-18T11:01:11.091Z,fffiloni,fffiloni/Music-To-Image,5,75,191,
2023-08-18T11:01:11.091Z,sanchit-gandhi,sanchit-gandhi/whisper-jax,6,67,1013,
2023-08-18T11:01:11.091Z,multimodalart,multimodalart/LoraTheExplorer,7,67,67,
2023-08-18T11:01:11.091Z,haoheliu,haoheliu/audioldm2-text2audio-text2music,8,61,144,
2023-08-18T11:01:11.091Z,mattthew,mattthew/SDXL-artists-browser,9,50,69,
2023-08-18T11:01:11.091Z,mteb,mteb/leaderboard,10,42,746,
2023-08-18T11:01:11.091Z,Intel,Intel/ldm3d,11,40,40,
2023-08-18T11:01:11.091Z,suno,suno/bark,12,36,1192,
2023-08-18T11:01:11.091Z,ysharma,ysharma/Explore_llamav2_with_TGI,13,36,931,
2023-08-18T11:01:11.091Z,rafaelpadilla,rafaelpadilla/object_detection_leaderboard,14,36,60,
2023-08-18T11:01:11.091Z,openflamingo,openflamingo/OpenFlamingo,15,35,121,
2023-08-18T11:01:11.091Z,huggingface-projects,huggingface-projects/llama-2-13b-chat,16,32,253,
2023-08-18T11:01:11.091Z,huggingface-projects,huggingface-projects/QR-code-AI-art-generator,17,30,1074,
2023-08-18T11:01:11.091Z,yentinglin,yentinglin/Taiwan-LLaMa2,18,29,29,
2023-08-18T11:01:11.091Z,jbilcke-hf,jbilcke-hf/VideoQuest,19,28,67,
2023-08-18T11:01:11.091Z,Linaqruf,Linaqruf/Animagine-XL,20,28,78,
2023-08-19T11:00:46.645Z,HuggingFaceH4,HuggingFaceH4/open_llm_leaderboard,1,225,4594,
2023-08-19T11:00:46.645Z,fffiloni,fffiloni/Image-to-Story,2,137,190,
2023-08-19T11:00:46.645Z,chansung,chansung/co-write-with-llama2,3,89,94,
2023-08-19T11:00:46.645Z,multimodalart,multimodalart/LoraTheExplorer,4,84,84,
2023-08-19T11:00:46.645Z,sanchit-gandhi,sanchit-gandhi/whisper-jax,5,73,1022,
2023-08-19T11:00:46.645Z,facebook,facebook/MusicGen,6,71,2368,
2023-08-19T11:00:46.645Z,fffiloni,fffiloni/Music-To-Image,7,61,196,
2023-08-19T11:00:46.645Z,haoheliu,haoheliu/audioldm2-text2audio-text2music,8,59,153,
2023-08-19T11:00:46.645Z,mattthew,mattthew/SDXL-artists-browser,9,48,73,
2023-08-19T11:00:46.645Z,Intel,Intel/ldm3d,10,41,41,
2023-08-19T11:00:46.645Z,mteb,mteb/leaderboard,11,37,748,
2023-08-19T11:00:46.645Z,suno,suno/bark,12,36,1195,
2023-08-19T11:00:46.645Z,rafaelpadilla,rafaelpadilla/object_detection_leaderboard,13,35,61,
2023-08-19T11:00:46.645Z,Open-Orca,Open-Orca/OpenOrca-Platypus2-13B,14,34,34,
2023-08-19T11:00:46.645Z,ysharma,ysharma/Explore_llamav2_with_TGI,15,32,934,
2023-08-19T11:00:46.645Z,huggingface-projects,huggingface-projects/llama-2-13b-chat,16,31,256,
2023-08-19T11:00:46.645Z,openflamingo,openflamingo/OpenFlamingo,17,26,121,
2023-08-19T11:00:46.645Z,huggingface-projects,huggingface-projects/QR-code-AI-art-generator,18,26,1075,
2023-08-19T11:00:46.645Z,Linaqruf,Linaqruf/Animagine-XL,19,25,80,
2023-08-19T11:00:46.645Z,hf4all,hf4all/bingo,20,24,31,
2023-08-20T11:00:44.673Z,HuggingFaceH4,HuggingFaceH4/open_llm_leaderboard,1,230,4611,
2023-08-20T11:00:44.673Z,fffiloni,fffiloni/Image-to-Story,2,141,200,
2023-08-20T11:00:44.673Z,multimodalart,multimodalart/LoraTheExplorer,3,90,90,
2023-08-20T11:00:44.673Z,chansung,chansung/co-write-with-llama2,4,88,99,
2023-08-20T11:00:44.673Z,sanchit-gandhi,sanchit-gandhi/whisper-jax,5,87,1038,
2023-08-20T11:00:44.673Z,facebook,facebook/MusicGen,6,72,2374,
2023-08-20T11:00:44.673Z,fffiloni,fffiloni/Music-To-Image,7,52,198,
2023-08-20T11:00:44.673Z,haoheliu,haoheliu/audioldm2-text2audio-text2music,8,51,153,
2023-08-20T11:00:44.673Z,mattthew,mattthew/SDXL-artists-browser,9,43,76,
2023-08-20T11:00:44.673Z,mteb,mteb/leaderboard,10,41,752,
2023-08-20T11:00:44.673Z,Intel,Intel/ldm3d,11,41,41,
2023-08-20T11:00:44.673Z,rafaelpadilla,rafaelpadilla/object_detection_leaderboard,12,38,66,
2023-08-20T11:00:44.673Z,Open-Orca,Open-Orca/OpenOrca-Platypus2-13B,13,38,38,
2023-08-20T11:00:44.673Z,huggingface-projects,huggingface-projects/llama-2-13b-chat,14,34,261,
2023-08-20T11:00:44.673Z,ysharma,ysharma/Explore_llamav2_with_TGI,15,32,935,
2023-08-20T11:00:44.673Z,suno,suno/bark,16,28,1197,
2023-08-20T11:00:44.673Z,fffiloni,fffiloni/Music-To-Zeroscope,17,27,42,
2023-08-20T11:00:44.673Z,fishaudio,fishaudio/fish-diffusion,18,26,41,
2023-08-20T11:00:44.673Z,hf4all,hf4all/bingo,19,26,33,
2023-08-20T11:00:44.673Z,huggingface-projects,huggingface-projects/QR-code-AI-art-generator,20,25,1078,
2023-08-21T11:01:10.334Z,HuggingFaceH4,HuggingFaceH4/open_llm_leaderboard,1,244,4646,
2023-08-21T11:01:10.334Z,fffiloni,fffiloni/Image-to-Story,2,142,220,
2023-08-21T11:01:10.334Z,multimodalart,multimodalart/LoraTheExplorer,3,105,105,
2023-08-21T11:01:10.334Z,sanchit-gandhi,sanchit-gandhi/whisper-jax,4,100,1052,
2023-08-21T11:01:10.334Z,chansung,chansung/co-write-with-llama2,5,89,110,
2023-08-21T11:01:10.334Z,facebook,facebook/MusicGen,6,65,2381,
2023-08-21T11:01:10.334Z,haoheliu,haoheliu/audioldm2-text2audio-text2music,7,49,160,
2023-08-21T11:01:10.334Z,mattthew,mattthew/SDXL-artists-browser,8,45,81,
2023-08-21T11:01:10.334Z,mteb,mteb/leaderboard,9,44,762,
2023-08-21T11:01:10.334Z,Intel,Intel/ldm3d,10,43,44,
2023-08-21T11:01:10.334Z,hf4all,hf4all/bingo,11,39,46,
2023-08-21T11:01:10.334Z,rafaelpadilla,rafaelpadilla/object_detection_leaderboard,12,39,67,
2023-08-21T11:01:10.334Z,fffiloni,fffiloni/Music-To-Image,13,37,201,
2023-08-21T11:01:10.334Z,Open-Orca,Open-Orca/OpenOrca-Platypus2-13B,14,37,41,
2023-08-21T11:01:10.334Z,huggingface-projects,huggingface-projects/llama-2-13b-chat,15,31,266,
2023-08-21T11:01:10.334Z,fishaudio,fishaudio/fish-diffusion,16,30,45,
2023-08-21T11:01:10.334Z,ysharma,ysharma/Explore_llamav2_with_TGI,17,30,939,
2023-08-21T11:01:10.334Z,fffiloni,fffiloni/Music-To-Zeroscope,18,29,44,
2023-08-21T11:01:10.334Z,suno,suno/bark,19,26,1199,
2023-08-21T11:01:10.334Z,abyildirim,abyildirim/inst-inpaint,20,25,34,
2023-08-22T11:01:02.048Z,HuggingFaceH4,HuggingFaceH4/open_llm_leaderboard,1,211,4663,
2023-08-22T11:01:02.048Z,fffiloni,fffiloni/Image-to-Story,2,136,241,
2023-08-22T11:01:02.048Z,multimodalart,multimodalart/LoraTheExplorer,3,121,121,
2023-08-22T11:01:02.048Z,sanchit-gandhi,sanchit-gandhi/whisper-jax,4,103,1061,
2023-08-22T11:01:02.048Z,chansung,chansung/co-write-with-llama2,5,88,122,
2023-08-22T11:01:02.048Z,facebook,facebook/MusicGen,6,61,2389,
2023-08-22T11:01:02.048Z,mteb,mteb/leaderboard,7,48,771,
2023-08-22T11:01:02.048Z,hf4all,hf4all/bingo,8,44,56,
2023-08-22T11:01:02.048Z,haoheliu,haoheliu/audioldm2-text2audio-text2music,9,43,169,
2023-08-22T11:01:02.048Z,rafaelpadilla,rafaelpadilla/object_detection_leaderboard,10,42,74,
2023-08-22T11:01:02.048Z,mattthew,mattthew/SDXL-artists-browser,11,38,87,
2023-08-22T11:01:02.048Z,huggingface-projects,huggingface-projects/llama-2-13b-chat,12,36,272,
2023-08-22T11:01:02.048Z,Open-Orca,Open-Orca/OpenOrca-Platypus2-13B,13,36,43,
2023-08-22T11:01:02.048Z,fishaudio,fishaudio/fish-diffusion,14,29,49,
2023-08-22T11:01:02.048Z,Intel,Intel/ldm3d,15,29,46,
2023-08-22T11:01:02.048Z,ysharma,ysharma/Explore_llamav2_with_TGI,16,29,942,
2023-08-22T11:01:02.048Z,SpacesExamples,SpacesExamples/ComfyUI,17,27,143,
2023-08-22T11:01:02.048Z,fffiloni,fffiloni/Music-To-Image,18,27,201,
2023-08-22T11:01:02.048Z,fffiloni,fffiloni/Music-To-Zeroscope,19,26,45,
2023-08-22T11:01:02.048Z,suno,suno/bark,20,24,1201,
2023-08-23T11:01:20.172Z,HuggingFaceH4,HuggingFaceH4/open_llm_leaderboard,1,195,4689,
2023-08-23T11:01:20.172Z,multimodalart,multimodalart/LoraTheExplorer,2,149,149,
2023-08-23T11:01:20.172Z,facebook,facebook/seamless_m4t,3,134,134,
2023-08-23T11:01:20.172Z,fffiloni,fffiloni/Image-to-Story,4,127,258,
2023-08-23T11:01:20.172Z,sanchit-gandhi,sanchit-gandhi/whisper-jax,5,115,1075,
2023-08-23T11:01:20.172Z,HuggingFaceM4,HuggingFaceM4/idefics_playground,6,105,105,
2023-08-23T11:01:20.172Z,chansung,chansung/co-write-with-llama2,7,68,126,
2023-08-23T11:01:20.172Z,facebook,facebook/MusicGen,8,59,2398,
2023-08-23T11:01:20.172Z,mteb,mteb/leaderboard,9,50,782,
2023-08-23T11:01:20.172Z,hf4all,hf4all/bingo,10,48,65,
2023-08-23T11:01:20.172Z,haoheliu,haoheliu/audioldm2-text2audio-text2music,11,42,175,
2023-08-23T11:01:20.172Z,mattthew,mattthew/SDXL-artists-browser,12,35,93,
2023-08-23T11:01:20.172Z,rafaelpadilla,rafaelpadilla/object_detection_leaderboard,13,35,78,
2023-08-23T11:01:20.172Z,huggingface-projects,huggingface-projects/llama-2-13b-chat,14,34,273,
2023-08-23T11:01:20.172Z,Open-Orca,Open-Orca/OpenOrca-Platypus2-13B,15,32,46,
2023-08-23T11:01:20.172Z,chansung,chansung/llama2-with-gradio-chat,16,31,31,
2023-08-23T11:01:20.172Z,Deci,Deci/DeciCoder-Demo,17,28,28,
2023-08-23T11:01:20.172Z,fishaudio,fishaudio/fish-diffusion,18,27,51,
2023-08-23T11:01:20.172Z,SpacesExamples,SpacesExamples/ComfyUI,19,27,145,
2023-08-23T11:01:20.172Z,fffiloni,fffiloni/Music-To-Zeroscope,20,25,50,
2023-08-24T11:00:55.235Z,facebook,facebook/seamless_m4t,1,212,212,
2023-08-24T11:00:55.235Z,HuggingFaceH4,HuggingFaceH4/open_llm_leaderboard,2,181,4707,
2023-08-24T11:00:55.235Z,multimodalart,multimodalart/LoraTheExplorer,3,180,180,
2023-08-24T11:00:55.235Z,HuggingFaceM4,HuggingFaceM4/idefics_playground,4,145,145,
2023-08-24T11:00:55.235Z,fffiloni,fffiloni/Image-to-Story,5,122,275,
2023-08-24T11:00:55.235Z,sanchit-gandhi,sanchit-gandhi/whisper-jax,6,97,1085,
2023-08-24T11:00:55.235Z,facebook,facebook/MusicGen,7,58,2412,
2023-08-24T11:00:55.235Z,mteb,mteb/leaderboard,8,57,793,
2023-08-24T11:00:55.235Z,chansung,chansung/co-write-with-llama2,9,56,132,
2023-08-24T11:00:55.235Z,hf4all,hf4all/bingo,10,55,75,
2023-08-24T11:00:55.235Z,mattthew,mattthew/SDXL-artists-browser,11,43,107,
2023-08-24T11:00:55.235Z,chansung,chansung/llama2-with-gradio-chat,12,41,48,
2023-08-24T11:00:55.235Z,haoheliu,haoheliu/audioldm2-text2audio-text2music,13,40,177,
2023-08-24T11:00:55.235Z,Deci,Deci/DeciCoder-Demo,14,34,40,
2023-08-24T11:00:55.235Z,SpacesExamples,SpacesExamples/ComfyUI,15,30,148,
2023-08-24T11:00:55.235Z,huggingface-projects,huggingface-projects/llama-2-13b-chat,16,28,275,
2023-08-24T11:00:55.235Z,Open-Orca,Open-Orca/OpenOrca-Platypus2-13B,17,28,49,
2023-08-24T11:00:55.235Z,fishaudio,fishaudio/fish-diffusion,18,27,53,
2023-08-24T11:00:55.235Z,rafaelpadilla,rafaelpadilla/object_detection_leaderboard,19,26,78,
2023-08-24T11:00:55.235Z,suno,suno/bark,20,23,1205,
2023-08-25T11:00:28.340Z,facebook,facebook/seamless_m4t,1,267,267,
2023-08-25T11:00:28.340Z,HuggingFaceH4,HuggingFaceH4/open_llm_leaderboard,2,167,4729,
2023-08-25T11:00:28.340Z,HuggingFaceM4,HuggingFaceM4/idefics_playground,3,167,167,
2023-08-25T11:00:28.340Z,multimodalart,multimodalart/LoraTheExplorer,4,140,204,
2023-08-25T11:00:28.340Z,fffiloni,fffiloni/Image-to-Story,5,123,295,
2023-08-25T11:00:28.340Z,sanchit-gandhi,sanchit-gandhi/whisper-jax,6,82,1091,
2023-08-25T11:00:28.340Z,facebook,facebook/MusicGen,7,58,2421,
2023-08-25T11:00:28.340Z,mteb,mteb/leaderboard,8,54,798,
2023-08-25T11:00:28.340Z,hf4all,hf4all/bingo,9,53,77,
2023-08-25T11:00:28.340Z,chansung,chansung/co-write-with-llama2,10,48,134,
2023-08-25T11:00:28.340Z,chansung,chansung/llama2-with-gradio-chat,11,46,60,
2023-08-25T11:00:28.340Z,mattthew,mattthew/SDXL-artists-browser,12,41,110,
2023-08-25T11:00:28.340Z,haoheliu,haoheliu/audioldm2-text2audio-text2music,13,38,181,
2023-08-25T11:00:28.340Z,SpacesExamples,SpacesExamples/ComfyUI,14,34,152,
2023-08-25T11:00:28.340Z,Deci,Deci/DeciCoder-Demo,15,33,45,
2023-08-25T11:00:28.340Z,Xenova,Xenova/the-tokenizer-playground,16,27,51,
2023-08-25T11:00:28.340Z,ysharma,ysharma/Explore_llamav2_with_TGI,17,26,954,
2023-08-25T11:00:28.340Z,TFLai,TFLai/organization-leaderboard,18,26,26,
2023-08-25T11:00:28.340Z,huggingface-projects,huggingface-projects/llama-2-13b-chat,19,25,275,
2023-08-25T11:00:28.340Z,bigcode,bigcode/multilingual-code-evals,20,25,99,