Fixed punctuation errors in code in README (#18)
Browse files- Fixed punctuation errors in code in README (b3532e51b21a05af48f1447494dd5cbc7995b062)
Co-authored-by: RicardoWu <Ricardo1227@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -124,7 +124,7 @@ res = model.chat(
|
|
| 124 |
msgs=msgs,
|
| 125 |
tokenizer=tokenizer,
|
| 126 |
sampling=True, # if sampling=False, beam_search will be used by default
|
| 127 |
-
temperature=0.7
|
| 128 |
# system_prompt='' # pass system_prompt if needed
|
| 129 |
)
|
| 130 |
print(res)
|
|
|
|
| 124 |
msgs=msgs,
|
| 125 |
tokenizer=tokenizer,
|
| 126 |
sampling=True, # if sampling=False, beam_search will be used by default
|
| 127 |
+
temperature=0.7,
|
| 128 |
# system_prompt='' # pass system_prompt if needed
|
| 129 |
)
|
| 130 |
print(res)
|