Spaces:
Running
Running
metadata
title: text2sql-tsed
emoji: 🧪
colorFrom: blue
colorTo: purple
sdk: static
pinned: false
Hugging Face Evaluate metric wrapper for TSED (SQL).
Usage:
import evaluate
m = evaluate.load("SoftALL/text2sql-tsed")
print(m.compute(predictions=["select 1"], references=["select 1"]))