Spaces:
Running
Running
| title: text2sql-tsed | |
| emoji: 🧪 | |
| colorFrom: blue | |
| colorTo: purple | |
| sdk: static | |
| pinned: false | |
| Hugging Face Evaluate metric wrapper for **TSED** (SQL). | |
| Usage: | |
| ```python | |
| import evaluate | |
| m = evaluate.load("SoftALL/text2sql-tsed") | |
| print(m.compute(predictions=["select 1"], references=["select 1"])) | |