p208p2002 commited on
Commit
3bee572
1 Parent(s): 69c2471

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -9,7 +9,14 @@ tags:
9
  ---
10
  # ChatGLM3-6B
11
 
12
- 此版本與 [THUDM/ChatGLM3-6B](https://huggingface.co/THUDM/chatglm3-6b) 無異,僅對tokenizer增加了`tokenizer.chat_emplate`和`special_tokens`。
 
 
 
 
 
 
 
13
 
14
  ```python
15
  from transformers import AutoTokenizer,AutoModelForCausalLM
 
9
  ---
10
  # ChatGLM3-6B
11
 
12
+ 此版本與 [THUDM/ChatGLM3-6B](https://huggingface.co/THUDM/chatglm3-6b) 無異,
13
+ 僅對tokenizer增加了`tokenizer.chat_emplate`和`special_tokens`。
14
+
15
+ 修改後的版本能使`tokenizer`運用 hf tokenizer 的`.apply_chat_template`,統一API用法。
16
+
17
+ 修正已經同步提交至`THUDM/chatglm3-6b`並且等待合併:
18
+ - https://huggingface.co/THUDM/chatglm3-6b/discussions/22
19
+ - https://huggingface.co/THUDM/chatglm3-6b/discussions/36
20
 
21
  ```python
22
  from transformers import AutoTokenizer,AutoModelForCausalLM