cfahlgren1 HF staff commited on
Commit
eae1eaf
·
verified ·
1 Parent(s): b0fc272

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -18,7 +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
  width="100%"
23
  height="560px"
24
  ></iframe>
 
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%2C+60%29+as+score%0Afrom+test%0Aorder+by+all_execution_accuracy%0Adesc&views%5B%5D=test"
22
  width="100%"
23
  height="560px"
24
  ></iframe>