Update README.md
Browse files
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, which is finetuned on Llama3-8B-Instruct with Chinese-English mixed data by the ORPO alignment algorithm. You, Llama3-8B-Chinese-Chat, is
|
| 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(
|