Update README.md
Browse files
README.md
CHANGED
@@ -65,7 +65,7 @@ pip install --upgrade transformers
|
|
65 |
import torch
|
66 |
from transformers import pipeline
|
67 |
|
68 |
-
model_id = "EpistemeAI/ReasoningCore-3B-
|
69 |
pipe = pipeline(
|
70 |
"text-generation",
|
71 |
model=model_id,
|
|
|
65 |
import torch
|
66 |
from transformers import pipeline
|
67 |
|
68 |
+
model_id = "EpistemeAI/ReasoningCore-3B-0"
|
69 |
pipe = pipeline(
|
70 |
"text-generation",
|
71 |
model=model_id,
|