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