Update README.md
Browse files
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.
|