Update README.md
Browse files
README.md
CHANGED
@@ -66,8 +66,10 @@ model = LLM(model=model_path,
|
|
66 |
gpu_memory_utilization=0.95)
|
67 |
|
68 |
messages = [
|
69 |
-
|
70 |
-
"Translate the following English sentence into Chinese
|
|
|
|
|
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)
|