jonabur RASMUS commited on
Commit
08b167e
·
verified ·
1 Parent(s): a1e730c

Fix model_name in the example (#1)

Browse files

- Fix model_name in the example (f07550635e8d5de50f354c7844b8815f94197301)


Co-authored-by: TOIVANEN <RASMUS@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -120,7 +120,7 @@ Poro 2 70B Instruct shows substantial improvements in Finnish instruction-follow
120
  from transformers import AutoTokenizer, AutoModelForCausalLM
121
  import torch
122
 
123
- model_name = "LumiOpen/Poro-2-70B-Instruct"
124
  tokenizer = AutoTokenizer.from_pretrained(model_name)
125
  model = AutoModelForCausalLM.from_pretrained(
126
  model_name,
 
120
  from transformers import AutoTokenizer, AutoModelForCausalLM
121
  import torch
122
 
123
+ model_name = "LumiOpen/Llama-Poro-2-70B-Instruct"
124
  tokenizer = AutoTokenizer.from_pretrained(model_name)
125
  model = AutoModelForCausalLM.from_pretrained(
126
  model_name,