malhajar commited on
Commit
0d8b104
1 Parent(s): 70b712a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -24,7 +24,7 @@ from transformers import AutoModelForCausalLM, AutoTokenizer
24
  device = "cuda" # the device to load the model onto
25
 
26
  model = AutoModelForCausalLM.from_pretrained(
27
- "Qwen/Qwen1.5-14B-Chat",
28
  torch_dtype="auto",
29
  device_map="auto"
30
  )
 
24
  device = "cuda" # the device to load the model onto
25
 
26
  model = AutoModelForCausalLM.from_pretrained(
27
+ "Orbina/Orbita-v0.1",
28
  torch_dtype="auto",
29
  device_map="auto"
30
  )