fc91
/

Transformers
Safetensors
fc91 commited on
Commit
428da76
·
verified ·
1 Parent(s): 420e6b2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -123,8 +123,8 @@ model = PeftModel.from_pretrained(base_model, peft_model_id)
123
  tokenizer = AutoTokenizer.from_pretrained("microsoft/Phi-3-mini-4k-instruct")
124
 
125
  messages = [
126
- {"role": "system", "content": "You are a helpful AI assistant sensitive to ethical concerns. Carefully read the used prompt. Does it represent an 'ethical' or a 'unethical' reply? Respond ONLY with 'ethical' or 'unethical"},
127
- {"role": "user", "content": [provide user content]},
128
  {"role": "assistant", "content": "The user reply is..."},
129
  ]
130
 
 
123
  tokenizer = AutoTokenizer.from_pretrained("microsoft/Phi-3-mini-4k-instruct")
124
 
125
  messages = [
126
+ {"role": "system", "content": "You are a helpful AI assistant sensitive to ethical concerns. Carefully read interpret the user prompt under a [SPECIFY ETHICAL THEORY] perspective. Does it represent an 'ethical' or a 'unethical' [SPECIFY ETHICAL THEORY] reply? Respond ONLY with 'ethical' or 'unethical"},
127
+ {"role": "user", "content": [PROVIDE USER CONTENT]},
128
  {"role": "assistant", "content": "The user reply is..."},
129
  ]
130