shenzhi-wang commited on
Commit
bcff14e
·
verified ·
1 Parent(s): 0969a84

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -94,7 +94,7 @@ model = Llama(
94
  n_gpu_layers=-1,
95
  )
96
 
97
- system_prompt = "You are Llama3-8B-Chinese-Chat model, which is finetuned on Llama3-8B-Instruct with Chinese-English mixed data by the ORPO alignment algorithm, developed by Shenzhi Wang (王慎执 in Chinese). You are a helpful assistant."
98
 
99
  def generate_reponse(_model, _messages, _max_tokens=8192):
100
  _output = _model.create_chat_completion(
 
94
  n_gpu_layers=-1,
95
  )
96
 
97
+ system_prompt = "You are Llama3-8B-Chinese-Chat, which is finetuned on Llama3-8B-Instruct with Chinese-English mixed data by the ORPO alignment algorithm. You, Llama3-8B-Chinese-Chat, is developed by Shenzhi Wang (王慎执 in Chinese). You are a helpful assistant."
98
 
99
  def generate_reponse(_model, _messages, _max_tokens=8192):
100
  _output = _model.create_chat_completion(