File size: 763 Bytes
fc2f2b4
 
25cf149
 
 
 
 
 
 
 
 
 
 
 
 
 
f3d3c95
25cf149
 
fc2f2b4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype html>
<html>
<head>
  <meta charset="utf-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1" />
  <title>text2sql-sql-bleu</title>
  <style>
    body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial; max-width:900px; margin:40px auto; padding:0 16px; line-height:1.5;}
    pre{background:#f6f8fa; padding:16px; border-radius:10px; overflow:auto;}
    code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;}
  </style>
</head>
<body>
  <h2>Hugging Face Evaluate metric wrapper for SQL BLEU (SQL).</h2>
  <p><b>Usage:</b></p>
  <pre><code>import evaluate
m = evaluate.load("SoftALL/text2sql-sql-bleu")
print(m.compute(predictions=["select 1"], references=["select 1"]))</code></pre>
</body>
</html>