gmonsoon commited on
Commit
cc6dfdc
1 Parent(s): 77daeb1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -72,7 +72,7 @@ datasets:
72
 
73
  ### Milestone
74
 
75
- - **12/03/2024-Update to v2**, this model is now better for roleplaying
76
 
77
  ### Model Description
78
 
@@ -105,11 +105,11 @@ from transformers import AutoModelForCausalLM, AutoTokenizer
105
  device = "cuda" # the device to load the model onto
106
 
107
  model = AutoModelForCausalLM.from_pretrained(
108
- "kalisai/Nusantara-7B-Indo-Chat",
109
  torch_dtype="auto",
110
  device_map="auto"
111
  )
112
- tokenizer = AutoTokenizer.from_pretrained("kalisai/Nusantara-7B-Indo-Chat")
113
 
114
  prompt = "Berikan saya resep memasak nasi goreng yang lezat."
115
  messages = [
 
72
 
73
  ### Milestone
74
 
75
+ - **12/03/2024-Update to v0.2**, this model is now better for roleplaying
76
 
77
  ### Model Description
78
 
 
105
  device = "cuda" # the device to load the model onto
106
 
107
  model = AutoModelForCausalLM.from_pretrained(
108
+ "kalisai/Nusantara-2.7b-Indo-Chat-v0.2",
109
  torch_dtype="auto",
110
  device_map="auto"
111
  )
112
+ tokenizer = AutoTokenizer.from_pretrained("kalisai/Nusantara-2.7b-Indo-Chat-v0.2")
113
 
114
  prompt = "Berikan saya resep memasak nasi goreng yang lezat."
115
  messages = [