Splend1dchan
commited on
Commit
•
1be71d1
1
Parent(s):
2d0d00c
Update README.md
Browse files
README.md
CHANGED
@@ -201,7 +201,7 @@ We also integrate `chat_template` into [tokenizer_config.json](tokenizer_config.
|
|
201 |
|
202 |
```python
|
203 |
>>> from transformers import AutoTokenizer
|
204 |
-
>>> tokenizer = AutoTokenizer.from_pretrained("MediaTek-Research/Breeze-7B-Instruct-
|
205 |
>>> chat = [
|
206 |
... {"role": "user", "content": "你好,請問你可以完成什麼任務?"},
|
207 |
... {"role": "assistant", "content": "你好,我可以幫助您解決各種問題、提供資訊和協助您完成許多不同的任務。例如:回答技術問題、提供建議、翻譯文字、尋找資料或協助您安排行程等。請告訴我如何能幫助您。"},
|
|
|
201 |
|
202 |
```python
|
203 |
>>> from transformers import AutoTokenizer
|
204 |
+
>>> tokenizer = AutoTokenizer.from_pretrained("MediaTek-Research/Breeze-7B-Instruct-v0_1")
|
205 |
>>> chat = [
|
206 |
... {"role": "user", "content": "你好,請問你可以完成什麼任務?"},
|
207 |
... {"role": "assistant", "content": "你好,我可以幫助您解決各種問題、提供資訊和協助您完成許多不同的任務。例如:回答技術問題、提供建議、翻譯文字、尋找資料或協助您安排行程等。請告訴我如何能幫助您。"},
|