cfahlgren1 HF staff commited on
Commit
e479405
·
verified ·
1 Parent(s): 65cbae7

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -2
index.html CHANGED
@@ -18,8 +18,7 @@
18
  </p>
19
  </header>
20
  <iframe
21
- src="https://huggingface.co/datasets/sql-console/duckdb-nsql-scores/embed/sql-console/default/test?sql_console=true&sql=select+model_name+as+model%2C+prompt_format+as+prompt%2C+round%28all_execution_accuracy%2C+2%29+execution_accuracy%2C+bar%28all_execution_accuracy%2C+0%2C+1%29+as+score%0Afrom+test%0Aorder+by+all_execution_accuracy%0Adesc&views%5B%5D=test"
22
- frameborder="0"
23
  width="100%"
24
  height="560px"
25
  ></iframe>
 
18
  </p>
19
  </header>
20
  <iframe
21
+ src="https://huggingface.co/datasets/sql-console/duckdb-nsql-benchmark-results/embed/sql-console/default/train?sql_console=true&sql=select+name%2C+%22prompt+template%22+as+prompt%2C+%22all+%28n%3D75%29%22+as+score%2C+bar%28score%2C+0%2C+1%2C+60%29+as+chart%0Afrom+train+%0Aorder+by+score+desc&views%5B%5D=train" frameborder="0"
 
22
  width="100%"
23
  height="560px"
24
  ></iframe>