cfahlgren1 HF staff commited on
Commit
f287776
1 Parent(s): a940991

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -11,7 +11,7 @@
11
  <h1 class="text-2xl font-bold text-center py-4 bg-gray-800 text-white">The 🐐 List</h1>
12
  <div class="p-4">
13
  <iframe
14
- src="https://huggingface.co/datasets/reach-vb/gguf-stats/embed/viewer/default/train?sql_console=true&sql=WITH+ranked_authors+AS+%28%0A++SELECT+%0A++++author%2C%0A++++SUM%28likes%29+AS+total_likes%2C%0A++++SUM%28downloads%29+AS+total_downloads_each_month%2C%0A++++ROW_NUMBER%28%29+OVER+%28ORDER+BY+SUM%28likes%29+DESC%29+AS+rank%0A++FROM+train%0A++GROUP+BY+author%0A%29%0ASELECT+%0A++rank%2C%0A++CASE+WHEN+rank+%3D+1+THEN+CONCAT%28author%2C+%27+%F0%9F%90%90%27%29+ELSE+author+END+AS+author%2C%0A++total_likes%2C%0A++total_downloads_each_month%2C%0A++bar%28total_likes%2C+0%2C+20000%2C+50%29+AS+likes%0AFROM+ranked_authors%0AWHERE+rank+%3C%3D+500%0AORDER+BY+rank+ASC"
15
  frameborder="0"
16
  width="100%"
17
  height="650px"
 
11
  <h1 class="text-2xl font-bold text-center py-4 bg-gray-800 text-white">The 🐐 List</h1>
12
  <div class="p-4">
13
  <iframe
14
+ src="https://huggingface.co/datasets/reach-vb/gguf-stats/embed/viewer/default/train?sql_console=true&sql=WITH+ranked_authors+AS+%28%0A++SELECT+%0A++++author%2C%0A++++SUM%28likes%29+AS+total_likes%2C%0A++++SUM%28downloads%29+AS+total_downloads_each_month%2C%0A++++ROW_NUMBER%28%29+OVER+%28ORDER+BY+SUM%28likes%29+DESC%29+AS+rank%0A++FROM+train%0A++GROUP+BY+author%0A%29%0ASELECT+%0A++rank%2C%0A++CASE+%0A++++WHEN+rank+%3D+1+THEN+CONCAT%28author%2C+%27+%F0%9F%90%90%27%29%0A++++WHEN+rank+%3D+2+THEN+CONCAT%28author%2C+%27+%F0%9F%A5%88%27%29%0A++++WHEN+rank+%3D+3+THEN+CONCAT%28author%2C+%27+%F0%9F%A5%89%27%29%0A++++ELSE+author+%0A++END+AS+author%2C%0A++bar%28total_likes%2C+0%2C+20000%2C+50%29+AS+likes%2C%0A++total_likes%2C%0A++total_downloads_each_month%0AFROM+ranked_authors%0AWHERE+rank+%3C%3D+500%0AORDER+BY+rank+ASC"
15
  frameborder="0"
16
  width="100%"
17
  height="650px"