--- title: text2sql-sql-bleu emoji: "📏" colorFrom: green colorTo: blue sdk: static pinned: false --- 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"]))