Spaces:
Running
Running
File size: 302 Bytes
0f65876 4f311be 8163054 0f65876 8163054 9eea6a8 8163054 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | ---
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"]))
|