muhammad-mujtaba-ai commited on
Commit
9f24271
·
verified ·
1 Parent(s): 5d6ea3a

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -139,7 +139,7 @@ model = AutoModelForCausalLM.from_pretrained(
139
  torch_dtype=torch.bfloat16,
140
  device_map="cuda"
141
  )
142
- tokenizer = AutoTokenizer.from_pretrained("ChainGPT/SolidityLLM")
143
 
144
  CodeInstruction = "Develop a Solidity Contract for lottery which requires 1 eth for registration fee and the winner gets a reward of 10 eth."
145
  prompt = (
 
139
  torch_dtype=torch.bfloat16,
140
  device_map="cuda"
141
  )
142
+ tokenizer = AutoTokenizer.from_pretrained("Chain-GPT/Solidity-LLM")
143
 
144
  CodeInstruction = "Develop a Solidity Contract for lottery which requires 1 eth for registration fee and the winner gets a reward of 10 eth."
145
  prompt = (