FILM6912 commited on
Commit
95197fd
1 Parent(s): b4662d6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -264,7 +264,7 @@ Make sure to update your transformers installation via `pip install --upgrade tr
264
  import torch
265
  from transformers import pipeline
266
 
267
- model_id = "meta-llama/Llama-3.2-1B-Instruct"
268
  pipe = pipeline(
269
  "text-generation",
270
  model=model_id,
 
264
  import torch
265
  from transformers import pipeline
266
 
267
+ model_id = "FILM6912/Llama-3.2-1B-Instruct"
268
  pipe = pipeline(
269
  "text-generation",
270
  model=model_id,