pere commited on
Commit
a011295
1 Parent(s): eb6ce89

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 = "north/nb-llama-3.2-3B-Instruct"
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,