Shitao commited on
Commit
3fa24f3
·
verified ·
1 Parent(s): 0c5962b

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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/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,
 
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,