Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -41,7 +41,7 @@ documents = [
|
|
| 41 |
"DELETE FROM Staff WHERE StaffID = 4;",
|
| 42 |
"DELETE FROM Livestock WHERE age > 5;"
|
| 43 |
]
|
| 44 |
-
model = FlagLLMModel('BAAI/
|
| 45 |
query_instruction_format="<instruct>{}\n<query>{}",
|
| 46 |
query_instruction_for_retrieval="Given a question in text, retrieve SQL queries that are appropriate responses to the question.",
|
| 47 |
trust_remote_code=True,
|
|
|
|
| 41 |
"DELETE FROM Staff WHERE StaffID = 4;",
|
| 42 |
"DELETE FROM Livestock WHERE age > 5;"
|
| 43 |
]
|
| 44 |
+
model = FlagLLMModel('BAAI/bge-code-v1',
|
| 45 |
query_instruction_format="<instruct>{}\n<query>{}",
|
| 46 |
query_instruction_for_retrieval="Given a question in text, retrieve SQL queries that are appropriate responses to the question.",
|
| 47 |
trust_remote_code=True,
|