Update README.md
Browse files
README.md
CHANGED
@@ -79,7 +79,7 @@ ORDER BY SUM(Total_Horses) ASC;
|
|
79 |
Is the SQL correct?"""
|
80 |
|
81 |
base_model = AutoModelForCausalLM.from_pretrained("seeklhy/OmniSQL-32B", torch_dtype="auto", device_map="auto")
|
82 |
-
peft_model = PeftModel.from_pretrained(base_model, "sisinflab-ai/GradeSQL-32B-ORM-
|
83 |
orm_model = peft_model.merge_and_unload()
|
84 |
orm_tokenizer = AutoTokenizer.from_pretrained("seeklhy/OmniSQL-32B", use_fast=True)
|
85 |
|
|
|
79 |
Is the SQL correct?"""
|
80 |
|
81 |
base_model = AutoModelForCausalLM.from_pretrained("seeklhy/OmniSQL-32B", torch_dtype="auto", device_map="auto")
|
82 |
+
peft_model = PeftModel.from_pretrained(base_model, "sisinflab-ai/GradeSQL-32B-ORM-Spider")
|
83 |
orm_model = peft_model.merge_and_unload()
|
84 |
orm_tokenizer = AutoTokenizer.from_pretrained("seeklhy/OmniSQL-32B", use_fast=True)
|
85 |
|