oe2015 commited on
Commit
007231c
·
verified ·
1 Parent(s): 3c6df14

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -29,7 +29,7 @@ logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(
29
 
30
  # Get today's date
31
  date_string: str = date.today().strftime("%d %b %Y")
32
- model_id = "mylesgoose/Llama-3.2-11B-Vision-Instruct"
33
 
34
  # Load the model and processor
35
  model = MllamaForConditionalGeneration.from_pretrained(
 
29
 
30
  # Get today's date
31
  date_string: str = date.today().strftime("%d %b %Y")
32
+ model_id = "oe2015/llama-3.2-finetuned-tikzcode"
33
 
34
  # Load the model and processor
35
  model = MllamaForConditionalGeneration.from_pretrained(