CoolFace
Apppublic

SoftALL/text2sql-sqam

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

Hugging Face Evaluate metric for SQAM (SQL Structural Query Alignment).

Usage:

python
import evaluate
m = evaluate.load("SoftALL/text2sql-sqam")
print(m.compute(predictions=["select 1"], references=["select 1"]))