Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -38,7 +38,7 @@ Also, note that this code is tested on `transformers==4.28.0`.
38
 
39
  import torch
40
  from transformers import AutoTokenizer, AutoModelForCausalLM
41
- model_path = "inception-mbzuai/jais-13b"
42
 
43
  device = "cuda" if torch.cuda.is_available() else "cpu"
44
 
 
38
 
39
  import torch
40
  from transformers import AutoTokenizer, AutoModelForCausalLM
41
+ model_path = "core42/jais-13b"
42
 
43
  device = "cuda" if torch.cuda.is_available() else "cpu"
44