CoolFace
Apppublic

SoftALL/text2sql-sql-bleu

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

Hugging Face Evaluate metric for SQL BLEU (token BLEU in [0,1]).

Usage:

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