prithivMLmods commited on
Commit
bf57ef4
·
verified ·
1 Parent(s): 1ea2d5a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -24,7 +24,7 @@ Make sure to update your transformers installation via `pip install --upgrade tr
24
  import torch
25
  from transformers import pipeline
26
 
27
- model_id = "meta-llama/Llama-3.2-3B-Instruct"
28
  pipe = pipeline(
29
  "text-generation",
30
  model=model_id,
 
24
  import torch
25
  from transformers import pipeline
26
 
27
+ model_id = "prithivMLmods/Llama-3.2-3B-Math-Oct"
28
  pipe = pipeline(
29
  "text-generation",
30
  model=model_id,