bigmoyan commited on
Commit
4f23950
·
verified ·
1 Parent(s): 6a1f5e6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -33,6 +33,8 @@ library_name: transformers
33
 
34
  ## 0. Changelog
35
 
 
 
36
  ### 2025.7.15
37
  - We have updated our tokenizer implementation. Now special tokens like `[EOS]` can be encoded to their token ids.
38
  - We fixed a bug in the chat template that was breaking multi-turn tool calls.
 
33
 
34
  ## 0. Changelog
35
 
36
+ ### 2027.7.18
37
+ - We further modified our chat template to improve its robustness. The default system prompt has also been updated.
38
  ### 2025.7.15
39
  - We have updated our tokenizer implementation. Now special tokens like `[EOS]` can be encoded to their token ids.
40
  - We fixed a bug in the chat template that was breaking multi-turn tool calls.