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

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +6 -6
index.html CHANGED
@@ -17,12 +17,12 @@
17
  >
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"
22
- frameborder="0"
23
- width="100%"
24
- height="560px"
25
- ></iframe>
26
  </div>
27
  </body>
28
  </html>
 
17
  >
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>
26
  </div>
27
  </body>
28
  </html>