Update README.md
Browse files
README.md
CHANGED
|
@@ -70,7 +70,7 @@ To run inference on coding problems:
|
|
| 70 |
import transformers
|
| 71 |
import torch
|
| 72 |
|
| 73 |
-
model_id = "nvidia/OpenCodeReasoning-Nemotron-
|
| 74 |
|
| 75 |
pipeline = transformers.pipeline(
|
| 76 |
"text-generation",
|
|
|
|
| 70 |
import transformers
|
| 71 |
import torch
|
| 72 |
|
| 73 |
+
model_id = "nvidia/OpenCodeReasoning-Nemotron-14B"
|
| 74 |
|
| 75 |
pipeline = transformers.pipeline(
|
| 76 |
"text-generation",
|