ameet commited on
Commit
202a294
·
verified ·
1 Parent(s): 6e2c146

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -114,7 +114,7 @@ Assistant: <think>{cot}</think>
114
  from transformers import AutoTokenizer, AutoModelForCausalLM
115
  import torch
116
 
117
- model_name = "DeepSQL/DeepSQL-1.0" # Replace with your Hugging Face model path
118
  tokenizer = AutoTokenizer.from_pretrained(model_name)
119
  model = AutoModelForCausalLM.from_pretrained(
120
  model_name,
 
114
  from transformers import AutoTokenizer, AutoModelForCausalLM
115
  import torch
116
 
117
+ model_name = "DeepSQL/DeepSQL-1.0"
118
  tokenizer = AutoTokenizer.from_pretrained(model_name)
119
  model = AutoModelForCausalLM.from_pretrained(
120
  model_name,