Spaces:
Running
Running
AzizHamad commited on
Commit ·
9eea6a8
1
Parent(s): 7d0e0e5
Update docs to SoftALL namespace
Browse files
README.md
CHANGED
|
@@ -12,5 +12,5 @@ Hugging Face Evaluate metric wrapper for **TSED** (SQL).
|
|
| 12 |
Usage:
|
| 13 |
```python
|
| 14 |
import evaluate
|
| 15 |
-
m = evaluate.load("
|
| 16 |
print(m.compute(predictions=["select 1"], references=["select 1"]))
|
|
|
|
| 12 |
Usage:
|
| 13 |
```python
|
| 14 |
import evaluate
|
| 15 |
+
m = evaluate.load("SoftALL/text2sql-tsed")
|
| 16 |
print(m.compute(predictions=["select 1"], references=["select 1"]))
|