laurentiubp commited on
Commit
161d1b1
1 Parent(s): b706dc3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -62,7 +62,7 @@ See the snippet below for usage with Transformers:
62
  import transformers
63
  import torch
64
 
65
- model_id = "catallama/CataLlama-v0.1-Base"
66
 
67
  pipeline = transformers.pipeline(
68
  "text-generation",
 
62
  import transformers
63
  import torch
64
 
65
+ model_id = "catallama/CataLlama-v0.1-Instruct-SFT"
66
 
67
  pipeline = transformers.pipeline(
68
  "text-generation",