Upload folder using huggingface_hub
Browse files
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("
|
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 = (
|