text2sql-sqam / README.md
AzizHamad
Update docs to SoftALL namespace
f61504a
metadata
title: text2sql-sqam
emoji: 🧩
colorFrom: blue
colorTo: purple
sdk: static
pinned: false

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

Usage:

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