Skip to content
Snippets Groups Projects
Commit c12bcd01 authored by Till-Ole Herbst's avatar Till-Ole Herbst
Browse files

Update README.md

parent db80e499
No related branches found
No related tags found
No related merge requests found
......@@ -134,7 +134,7 @@ Mit ```squeue``` können dann laufende Jobs gecheckt werden
## Evaluation
```
cd Spider
cd data/spider
python spider/evaluation.py --gold [gold file] --pred [predicted file] --etype [evaluation type] --db [database dir] --table [table file]
arguments:
......@@ -145,4 +145,4 @@ arguments:
[table file] table.json file which includes foreign key info of each database
Bsp.:
python spider/evaluation.py --gold dev_gold.sql --pred ../output/pred/pred_sqlcoder_llama3_2.sql --etype "match" --db database --table tables.json
\ No newline at end of file
python spider/evaluation.py --gold dev_gold.sql --pred ../../output/pred/pred_sqlcoder_llama3_2.sql --etype "match" --db database --table tables.json
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment