CoolFace
Apppublic

SoftALL/text2sql-tsed

sourceHugging Faceupdated 8mo agoView on Hugging Face
0likes
App README

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"]))