OliverSundaram commited on
Commit
b23255e
·
verified ·
1 Parent(s): 88501db

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -117,7 +117,7 @@ its standard published shot count, compared against the un-tuned base model.
117
  ```python
118
  from transformers import AutoModelForCausalLM, AutoTokenizer
119
 
120
- model_id = "OliverSundaram/Llama-3.2-1B-MathCodeInstruct-10k}"
121
  tokenizer = AutoTokenizer.from_pretrained(model_id)
122
  model = AutoModelForCausalLM.from_pretrained(model_id, torch_dtype="bfloat16", device_map="auto")
123
 
 
117
  ```python
118
  from transformers import AutoModelForCausalLM, AutoTokenizer
119
 
120
+ model_id = "OliverSundaram/Llama-3.2-1B-MathCodeInstruct-10k"
121
  tokenizer = AutoTokenizer.from_pretrained(model_id)
122
  model = AutoModelForCausalLM.from_pretrained(model_id, torch_dtype="bfloat16", device_map="auto")
123