umarigan commited on
Commit
8898969
·
verified ·
1 Parent(s): da0611c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -18,7 +18,7 @@ you can test the model as follow:
18
  ```python
19
  import torch
20
  from transformers import pipeline
21
- model_id = "umarigan/llama3.2-3B-Instruct-reasoning-prompt-generator-v.0"
22
  pipe = pipeline(
23
  "text-generation",
24
  model=model_id,
 
18
  ```python
19
  import torch
20
  from transformers import pipeline
21
+ model_id = "umarigan/deepseek-r1-reasoning-prompt-generator"
22
  pipe = pipeline(
23
  "text-generation",
24
  model=model_id,