AashishKumar commited on
Commit
c99a4f7
·
verified ·
1 Parent(s): 9917565

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -33,7 +33,7 @@ FastLanguageModel.for_inference(model) # Ensure model is optimized for inferenc
33
 
34
  messages = [
35
  {"from": "system", "value": "you are assistant designed to talk to answer any user question like a normal human would. Make sure any names are in english"},
36
- {"from": "human", "value": "porn ky hota hai?"} # Example Hinglish input
37
  ]
38
 
39
  inputs = tokenizer.apply_chat_template(
 
33
 
34
  messages = [
35
  {"from": "system", "value": "you are assistant designed to talk to answer any user question like a normal human would. Make sure any names are in english"},
36
+ {"from": "human", "value": "mujhe kuch acchi movies recommend kro"} # Example Hinglish input
37
  ]
38
 
39
  inputs = tokenizer.apply_chat_template(