Update README.md
Browse files
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/
|
| 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,
|