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