suzii commited on
Commit
63fcb20
·
verified ·
1 Parent(s): 273421c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -10,7 +10,7 @@ See the snippet below for usage with Transformers:
10
  import transformers
11
  import torch
12
 
13
- model_id = "meta-llama/Llama-3.3-70B-Instruct"
14
 
15
  pipeline = transformers.pipeline(
16
  "text-generation",
 
10
  import transformers
11
  import torch
12
 
13
+ model_id = "suzii/Llama-3.2-3B-MIS"
14
 
15
  pipeline = transformers.pipeline(
16
  "text-generation",