miike-ai commited on
Commit
b2dc511
·
verified ·
1 Parent(s): 32963ff

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -2,7 +2,7 @@
2
  import torch
3
  from transformers import pipeline
4
 
5
- model_id = "meta-llama/Llama-3.2-3B-Instruct"
6
  pipe = pipeline(
7
  "text-generation",
8
  model=model_id,
 
2
  import torch
3
  from transformers import pipeline
4
 
5
+ model_id = "miike-ai/Llama-3.2-3b-Ultrachat"
6
  pipe = pipeline(
7
  "text-generation",
8
  model=model_id,