Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -87,7 +87,7 @@ Please note tht this is still a research project, and the purpose of releasing t
|
|
87 |
import torch
|
88 |
from transformers import pipeline
|
89 |
|
90 |
-
model_id = "
|
91 |
pipe = pipeline(
|
92 |
"text-generation",
|
93 |
model=model_id,
|
|
|
87 |
import torch
|
88 |
from transformers import pipeline
|
89 |
|
90 |
+
model_id = "NbAiLab/nb-llama-3.2-3B-Instruct"
|
91 |
pipe = pipeline(
|
92 |
"text-generation",
|
93 |
model=model_id,
|