northern-64bit
commited on
Commit
·
8dde647
1
Parent(s):
c186757
Adds level 2 to Introduction description
Browse files- Introduction.py +1 -0
Introduction.py
CHANGED
@@ -46,6 +46,7 @@ def main():
|
|
46 |
|
47 |
- **Level 0**: You generate the SQL queries with the help of the LLM.
|
48 |
- **Level 1**: The SQL queries are first checked by an LLM Safeguard, which detects and removes malicious SQL queries.
|
|
|
49 |
|
50 |
Are you happy with your results? Submit the keys on the leaderboard to see how you compare to others!
|
51 |
"""
|
|
|
46 |
|
47 |
- **Level 0**: You generate the SQL queries with the help of the LLM.
|
48 |
- **Level 1**: The SQL queries are first checked by an LLM Safeguard, which detects and removes malicious SQL queries.
|
49 |
+
- **Level 2**: The only difference is that we are using a better LLM model, GPT-4, for the safeguard. Otherwise they are the same.
|
50 |
|
51 |
Are you happy with your results? Submit the keys on the leaderboard to see how you compare to others!
|
52 |
"""
|