Spaces:
Running
Running
File size: 324 Bytes
ba0b805 b4e76f9 ba0b805 b4e76f9 f61504a b4e76f9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | ---
title: text2sql-sqam
emoji: "🧩"
colorFrom: blue
colorTo: purple
sdk: static
pinned: false
---
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"]))
|