legolasyiu commited on
Commit
be1a7db
·
verified ·
1 Parent(s): 52a7541

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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-R01"
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,