cfahlgren1 HF staff commited on
Commit
25f9adc
1 Parent(s): e2f7ff8

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -39,7 +39,7 @@
39
  </p>
40
  </header>
41
  <iframe
42
- src="https://huggingface.co/datasets/reach-vb/gguf-stats/embed/sql-console/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%28downloads%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_downloads_each_month%2C+0%2C+5004958%2C+50%29+AS+downloads%2C%0A++total_likes%2C%0A++total_downloads_each_month%0AFROM+ranked_authors%0AWHERE+rank+%3C%3D+500%0AORDER+BY+rank+ASC&views%5B%5D=train"
43
  frameborder="0"
44
  width="100%"
45
  height="560px"
 
39
  </p>
40
  </header>
41
  <iframe
42
+ src="https://huggingface.co/datasets/reach-vb/gguf-stats/embed/sql-console/Bplydyx"
43
  frameborder="0"
44
  width="100%"
45
  height="560px"