legolasyiu commited on
Commit
42fa5c8
·
verified ·
1 Parent(s): f732da4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -61,7 +61,7 @@ Make sure to update your transformers installation via `pip install --upgrade tr
61
  ```python
62
  import torch
63
  from transformers import pipeline
64
- model_id = "meta-llama/Llama-3.2-3B-Instruct"
65
  pipe = pipeline(
66
  "text-generation",
67
  model=model_id,
 
61
  ```python
62
  import torch
63
  from transformers import pipeline
64
+ model_id = "EpistemeAI/Llama-3.2-3B-Agent007-Coder"
65
  pipe = pipeline(
66
  "text-generation",
67
  model=model_id,