farihdzaky commited on
Commit
3879f6c
·
verified ·
1 Parent(s): 295748d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -22,7 +22,7 @@ from transformers import AutoModelForCausalLM, AutoTokenizer
22
  device = "cuda" # the device to load the model onto
23
 
24
  model = AutoModelForCausalLM.from_pretrained(
25
- "kalisai/Nusantara-1.8B-Indo-Chat",
26
  torch_dtype="auto",
27
  device_map="auto"
28
  )
 
22
  device = "cuda" # the device to load the model onto
23
 
24
  model = AutoModelForCausalLM.from_pretrained(
25
+ "farihdzaky/indonesia_LLM",
26
  torch_dtype="auto",
27
  device_map="auto"
28
  )