legolasyiu commited on
Commit
9bd3303
·
verified ·
1 Parent(s): b2a6952

Update README.md

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