MonteXiaofeng
commited on
Commit
•
7bf6505
1
Parent(s):
f0cef97
Update README.md
Browse files
README.md
CHANGED
@@ -106,5 +106,7 @@ response = tokenizer.batch_decode(
|
|
106 |
response_ids, skip_special_tokens=True, clean_up_tokenization_spaces=True
|
107 |
)
|
108 |
print(response)
|
109 |
-
|
|
|
|
|
110 |
```
|
|
|
106 |
response_ids, skip_special_tokens=True, clean_up_tokenization_spaces=True
|
107 |
)
|
108 |
print(response)
|
109 |
+
"""
|
110 |
+
天气如何?我可以为您提供最新的天气信息。请告诉我您所在的具体地点,我将为您查询天气情况。
|
111 |
+
"""
|
112 |
```
|