Safetensors
mistral
YuLu0713 commited on
Commit
fb4a8d4
·
verified ·
1 Parent(s): cecfc98

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -66,8 +66,10 @@ model = LLM(model=model_path,
66
  gpu_memory_utilization=0.95)
67
 
68
  messages = [
69
- "Translate the following English sentence into Chinese:\nMay the force be with you <zh>", # without CoT
70
- "Translate the following English sentence into Chinese and explain it in detail:\nMay the force be with you <zh>" # with CoT
 
 
71
  ]
72
 
73
  # Beam Search (We recommend using beam search decoding)
 
66
  gpu_memory_utilization=0.95)
67
 
68
  messages = [
69
+ # without CoT
70
+ "Translate the following English sentence into Chinese:\nMay the force be with you <zh>",
71
+ # with CoT
72
+ "Translate the following English sentence into Chinese and explain it in detail:\nMay the force be with you <zh>"
73
  ]
74
 
75
  # Beam Search (We recommend using beam search decoding)