Update README.md
Browse files
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 = "
|
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(
|